Skip to content

Commit

Permalink
Temporary changes by Uddhav for friend
Browse files Browse the repository at this point in the history
  • Loading branch information
UddhavNavneeth committed Nov 7, 2019
1 parent 7f3caaa commit 847441d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
5 changes: 1 addition & 4 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ body {
}

footer {
height:6vh;
position: absolute;
bottom:0;
width:100%;

text-align: center;
margin-top: 1vh;
font-size: 1.5vh;
Expand Down
17 changes: 9 additions & 8 deletions src/components/AMA/ama.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,23 @@ const ama = () => {

return (
<div class="box">
<img src={image}></img>
{/* <img src={image}></img> */}
<h1>Anokha a NGO</h1>
<div class="askDoubt">
<h1 class="title" id="title">Post Your Messages</h1>
<h1 class="title" id="title">Call for Volunteers</h1>
<form>
<input class="name" id="name" type="text" placeholder="Your name(can be anonymous now)"></input>
<input class="name" id="name" type="text" placeholder="Your name"></input>
<br></br>
<input class="name" id="reg" type="text" placeholder="Registration number(No need)"></input>
<input class="name" id="reg" type="text" placeholder="Phone Number"></input>
<br></br>
<input class="name" id="email" type="text" placeholder="Email ID(No need)"></input>
<input class="name" id="email" type="text" placeholder="Email ID"></input>
<br></br>
<textarea class="doubt" id="doubts" placeholder="Your Feedback/Messages"></textarea>
<textarea class="doubt" id="doubts" placeholder="Any Messages"></textarea>
<br></br>
<button class="button" onClick={(e)=>submit(e)}><Link class="gg" to="/">Send</Link></button>
<button class="button" onClick={(e)=>submit(e)}><Link class="gg" to="/">Submit</Link></button>
</form>
</div>
<footer>&copy; Copyright of Wakanda <br></br>Designed by Bhatta | Backend by Abhay | Frontend by Uddhav</footer>
<footer>&copy; Copyright of IWP <br></br>Developed By Kaustav Tamuly</footer>
</div>

)
Expand Down
2 changes: 1 addition & 1 deletion src/components/AMA/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
border: none;
background-color: rgb(13,13,13);
color: white;
margin-bottom: 2vh;
margin-bottom: 3vh;
margin-top: 3.5vh;
}

Expand Down

0 comments on commit 847441d

Please sign in to comment.