Skip to content

Commit

Permalink
[#88] Add Volunteer link to Get Involved sections
Browse files Browse the repository at this point in the history
  • Loading branch information
placer14 committed Apr 30, 2017
1 parent 67d6713 commit 637ea25
Show file tree
Hide file tree
Showing 5 changed files with 96 additions and 46 deletions.
38 changes: 27 additions & 11 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<a class="nav-link" href="year_one.html">Year One</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#newsletter">Get Involved</a>
<a class="nav-link" href="#get-involved">Get Involved</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="#">About</a>
Expand Down Expand Up @@ -405,18 +405,34 @@ <h3 class='card-title'>Stephanie Santoso</h3>
</div>
</section><!-- end: transition group -->

<section class='page-section page-section-highlight' id='newsletter'>
<section class='page-section page-section-highlight' id='get-involved'>
<div class='container'>
<div class='row'>
<div class='col-lg-8 offset-lg-2'>
<h2>Stay Tuned!</h2>
<p>
<strong>Want to stay up to date with Nation of Makers progress?</strong>
We're just getting started, stay tuned via our email newsletter for updates on organizational progress, membership information and a whole lot more!
</p>
<p class='text-xs-center'>
<a href='http://bit.ly/nom-newsletter' class='btn btn-lg btn-primary'>Join the Newsletter →</a>
</p>
<h2>Get Involved</h2>
<div class='col-lg-6'>
<h3>Subscribe</h3>
<div>
<p class='text-xs-center'>
<strong>Want to stay up to date with Nation of Makers?</strong>
Stay tuned via our email newsletter for updates, progress, membership information and more!
</p>
<p class='text-xs-center'>
<a href='http://bit.ly/nom-newsletter' target='_blank' class='btn btn-lg btn-primary'>Join the Newsletter →</a>
</p>
</div>
</div>

<div class='col-lg-6'>
<h3>Volunteer</h3>
<div>
<p class='text-xs-center'>
<strong>Have a passion for Making?</strong>
We're looking for motivated individuals to help drive the mission of Nation of Makers forward. Request information about joining!
</p>
<p class='text-xs-center'>
<a href='https://docs.google.com/forms/d/e/1FAIpQLSd9ua9baUOYVC30VOdK0-iCczc7QMufVSPK_btDiDcjR7y0ew/viewform?usp=sf_link' target='_blank' class='btn btn-lg btn-primary'>Volunteer Signup →</a>
</p>
</div>
</div>
</div>
</div>
Expand Down
3 changes: 3 additions & 0 deletions faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

Please join our [newsletter](http://bit.ly/nom-newsletter).

Or register your [interest in
volunteering](https://docs.google.com/a/deliverydudes.com/forms/d/e/1FAIpQLSd9ua9baUOYVC30VOdK0-iCczc7QMufVSPK_btDiDcjR7y0ew/viewform).

More details about membership and other details will be coming soon!


Expand Down
46 changes: 28 additions & 18 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<a class="nav-link" href="year_one.html">Year One</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#newsletter">Get Involved</a>
<a class="nav-link" href="#get-involved">Get Involved</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
Expand All @@ -51,7 +51,7 @@ <h1 class='display-3'>Nation of Makers</h1>
the sharing of resources and the building of community within the maker movement and beyond.
</p>
<p class='lead'>
<a class='btn btn-primary btn-lg' href='#newsletter' role='button'>Get Involved <i class='fa fa-arrow-down'></i></a>
<a class='btn btn-primary btn-lg' href='#get-involved' role='button'>Get Involved <i class='fa fa-arrow-down'></i></a>
</p>
</div>
</div>
Expand Down Expand Up @@ -281,25 +281,35 @@ <h4 class='card-title'><a href="http://www.stephaniesantoso.com">Stephanie Santo
</section>
</div>

<section class='page-section page-section-highlight' id='newsletter'>
<section class='page-section page-section-highlight' id='get-involved'>
<div class='container'>
<div class='row'>
<div class='col-lg-8 offset-lg-2'>
<h2>Stay Tuned!</h2>
<p>
<strong>Want to stay up to date with Nation of Makers progress?</strong>
We're just getting started, so stay tuned via our email newsletter for updates on organizational progress, membership information and a whole lot more!
</p>
<p class='text-xs-center'>
<a href='http://bit.ly/nom-newsletter' target='_blank' class='btn btn-lg btn-primary'>Join the Newsletter →</a>
</p>
<h2>Get Involved</h2>
<div class='col-lg-6'>
<h3>Subscribe</h3>
<div>
<p class='text-xs-center'>
<strong>Want to stay up to date with Nation of Makers?</strong>
Stay tuned via our email newsletter for updates, progress, membership information and more!
</p>
<p class='text-xs-center'>
<a href='http://bit.ly/nom-newsletter' target='_blank' class='btn btn-lg btn-primary'>Join the Newsletter →</a>
</p>
</div>
</div>

<div class='col-lg-6'>
<h3>Volunteer</h3>
<div>
<p class='text-xs-center'>
<strong>Have a passion for Making?</strong>
We're looking for motivated individuals to help drive the mission of Nation of Makers forward. Request information about joining!
</p>
<p class='text-xs-center'>
<a href='https://docs.google.com/forms/d/e/1FAIpQLSd9ua9baUOYVC30VOdK0-iCczc7QMufVSPK_btDiDcjR7y0ew/viewform?usp=sf_link' target='_blank' class='btn btn-lg btn-primary'>Volunteer Signup →</a>
</p>
</div>
</div>
</div>
<div class='row' style='padding-bottom:30px;'>
<p class='text-xs-center'>
Contact the Nation of Makers<br />
<a href='mailto:info@nationofmakers.us'>info@nationofmakers.us</a>
</p>
</div>
</div>
</section>
Expand Down
11 changes: 11 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,17 @@ h3 {
margin: 1rem 0;
text-align: left;
}
#get-involved h3 {
color: black;
font-family: 'Open Sans', sans-serif;
font-size: 1.8rem;
font-weight: bold;
margin: 1rem 0;
text-align: center;
}
#get-involved .col-lg-6 {
padding: 1rem;
}

a {
color: #01b5a6;
Expand Down
44 changes: 27 additions & 17 deletions year_one.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<a class="nav-link active" href="#">Year One</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#newsletter">Get Involved</a>
<a class="nav-link" href="#get-involved">Get Involved</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
Expand Down Expand Up @@ -126,25 +126,35 @@ <h2>Broader Impacts</h2>
</div>
</section>

<section class='page-section page-section-highlight' id='newsletter'>
<section class='page-section page-section-highlight' id='get-involved'>
<div class='container'>
<div class='row'>
<div class='col-lg-8 offset-lg-2'>
<h2>Stay Tuned!</h2>
<p>
<strong>Want to stay up to date with Nation of Makers progress?</strong>
We're just getting started, so stay tuned via our email newsletter for updates on organizational progress, membership information and a whole lot more!
</p>
<p class='text-xs-center'>
<a href='http://bit.ly/nom-newsletter' target='_blank' class='btn btn-lg btn-primary'>Join the Newsletter →</a>
</p>
<h2>Get Involved</h2>
<div class='col-lg-6'>
<h3>Subscribe</h3>
<div>
<p class='text-xs-center'>
<strong>Want to stay up to date with Nation of Makers?</strong>
Stay tuned via our email newsletter for updates, progress, membership information and more!
</p>
<p class='text-xs-center'>
<a href='http://bit.ly/nom-newsletter' target='_blank' class='btn btn-lg btn-primary'>Join the Newsletter →</a>
</p>
</div>
</div>

<div class='col-lg-6'>
<h3>Volunteer</h3>
<div>
<p class='text-xs-center'>
<strong>Have a passion for Making?</strong>
We're looking for motivated individuals to help drive the mission of Nation of Makers forward. Request information about joining!
</p>
<p class='text-xs-center'>
<a href='https://docs.google.com/forms/d/e/1FAIpQLSd9ua9baUOYVC30VOdK0-iCczc7QMufVSPK_btDiDcjR7y0ew/viewform?usp=sf_link' target='_blank' class='btn btn-lg btn-primary'>Volunteer Signup →</a>
</p>
</div>
</div>
</div>
<div class='row' style='padding-bottom:30px;'>
<p class='text-xs-center'>
Contact the Nation of Makers<br />
<a href='mailto:info@nationofmakers.us'>info@nationofmakers.us</a>
</p>
</div>
</div>
</section>
Expand Down

0 comments on commit 637ea25

Please sign in to comment.