Skip to content

Commit

Permalink
move volunter option to contact page
Browse files Browse the repository at this point in the history
  • Loading branch information
Amnyadav committed Feb 7, 2024
1 parent 1bbb7a4 commit 78a068b
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 3 deletions.
40 changes: 39 additions & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,45 @@ <h2>Contact for any query</h2>
</div>
</div>
<!-- Contact End -->

<div class="volunteer" data-parallax="scroll" data-image-src="images/DVP_0548.jpg">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-5">
<div class="volunteer-form">
<form>
<div class="control-group">
<input type="text" class="form-control" placeholder="Name" required="required" />
</div>
<div class="control-group">
<input type="email" class="form-control" placeholder="Email" required="required" />
</div>
<div class="control-group">
<textarea class="form-control" placeholder="Why you want to become a volunteer?" required="required"></textarea>
</div>
<div>
<button class="btn btn-custom" type="submit">Become a volunteer</button>
</div>
</form>
</div>
</div>
<div class="col-lg-7">
<div class="volunteer-content">
<div class="section-header">
<p>Become A Volunteer</p>
<h2>Transforming Lives, Creating Hope</h2>
</div>
<div class="volunteer-text">
<p>
Get the badge of greatness with AAROHA.
Through Recruitment Drives (RDs), AAROHA actively seeks volunteers twice a year. It is a call to action from those working to change society to those who want to help others, asking them to step forward and support us in our mission.

</p>
</div>
</div>
</div>
</div>
</div>
</div>

<!-- Footer Start -->
<div class="footer">
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ <h3>Project Akshar</h3>


<!-- Volunteer Start -->
<div class="volunteer" data-parallax="scroll" data-image-src="images/DVP_0548.jpg">
<!-- <div class="volunteer" data-parallax="scroll" data-image-src="images/DVP_0548.jpg">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-5">
Expand Down Expand Up @@ -481,7 +481,7 @@ <h2>Transforming Lives, Creating Hope</h2>
</div>
</div>
</div>
</div>
</div> -->
<!-- Contact Start -->
<div class="contact">
<div class="container">
Expand Down

0 comments on commit 78a068b

Please sign in to comment.