Skip to content

Commit

Permalink
[#87] Clean up footer and add sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
placer14 committed Apr 30, 2017
1 parent 67d6713 commit 33b37c6
Show file tree
Hide file tree
Showing 6 changed files with 85 additions and 36 deletions.
37 changes: 25 additions & 12 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -426,19 +426,32 @@ <h2>Stay Tuned!</h2>

<footer class='page-footer'>
<div class='container'>
<div class='float-xs-right'>
<a href='https://github.com/nationofmakers/nationofmakers.github.io' target='_blank'><i class='fa fa-github fa-3x'></i></a>
<div class='row'>
<div id='attribution' class='col-lg-4'>
<p>
Nation of Makers<br />
110 University Blvd #752,<br />
Silver Spring, MD 20918<br />
</p>
<p>
<a href='mailto:info@nationofmakers.us'>info@nationofmakers.us</a>
</p>
<p>
&copy; 2017 Nation of Makers
</p>
</div>
<div id='sponsors' class='col-lg-4 text-xs-center'>
<p><strong>Made with Support From</strong></p>
<a href='http://www.chevron.com' target='_blank'><img class='rounded' src='images/sponsor_chevron.png' alt='Chevron' /></a>
<a href='http://www.cognizant.com' target='_blank'><img class='rounded' src='images/sponsor_cognizant.jpg' alt='Cognizant' /></a>
</div>
<div id='acknowledgement' class='col-lg-4'>
<p class='text-xs-right'>
<strong>Made with <i class='fa fa-heart'></i> on planet Earth</strong><br />
by our <a href='https://github.com/nationofmakers/nationofmakers.github.io/graphs/contributors'>contributors</a>.
</p>
</div>
</div>
<p>
<strong>Made with <i class='fa fa-heart'></i> on planet Earth</strong>,
see all our <a href='https://github.com/nationofmakers/nationofmakers.github.io/graphs/contributors'>contributors</a>.
</p>
<p>
110 University Blvd #752, Silver Spring, MD 20918
</p>
<p>
Copyright &copy; 2017 Nation of Makers
</p>
</div>
</footer>

Expand Down
Binary file added images/sponsor_chevron.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/sponsor_cognizant.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 25 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -308,19 +308,32 @@ <h2>Stay Tuned!</h2>

<footer class='page-footer'>
<div class='container'>
<div class='float-xs-right'>
<a href='https://github.com/nationofmakers/nationofmakers.github.io' target='_blank'><i class='fa fa-github fa-3x'></i></a>
<div class='row'>
<div id='attribution' class='col-lg-4'>
<p>
Nation of Makers<br />
110 University Blvd #752,<br />
Silver Spring, MD 20918<br />
</p>
<p>
<a href='mailto:info@nationofmakers.us'>info@nationofmakers.us</a>
</p>
<p>
&copy; 2017 Nation of Makers
</p>
</div>
<div id='sponsors' class='col-lg-4 text-xs-center'>
<p><strong>Made with Support From</strong></p>
<a href='http://www.chevron.com' target='_blank'><img class='rounded' src='images/sponsor_chevron.png' alt='Chevron' /></a>
<a href='http://www.cognizant.com' target='_blank'><img class='rounded' src='images/sponsor_cognizant.jpg' alt='Cognizant' /></a>
</div>
<div id='acknowledgement' class='col-lg-4'>
<p class='text-xs-right'>
<strong>Made with <i class='fa fa-heart'></i> on planet Earth</strong><br />
by our <a href='https://github.com/nationofmakers/nationofmakers.github.io/graphs/contributors'>contributors</a>.
</p>
</div>
</div>
<p>
<strong>Made with <i class='fa fa-heart'></i> on planet Earth</strong>,
see all our <a href='https://github.com/nationofmakers/nationofmakers.github.io/graphs/contributors'>contributors</a>.
</p>
<p>
110 University Blvd #752, Silver Spring, MD 20918
</p>
<p>
Copyright &copy; 2017 Nation of Makers
</p>
</div>
</footer>

Expand Down
10 changes: 10 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,14 @@ p {
}
.page-footer a {
color: #c1beb6;
cursor: pointer;
}
#sponsors {
width: 350px;
padding: 0;
}
#sponsors .rounded {
background-color: white;
height: 150px;
width: 150px;
}
37 changes: 25 additions & 12 deletions year_one.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,19 +153,32 @@ <h2>Stay Tuned!</h2>

<footer class='page-footer'>
<div class='container'>
<div class='float-xs-right'>
<a href='https://github.com/nationofmakers/nationofmakers.github.io' target='_blank'><i class='fa fa-github fa-3x'></i></a>
<div class='row'>
<div id='attribution' class='col-lg-4'>
<p>
Nation of Makers<br />
110 University Blvd #752,<br />
Silver Spring, MD 20918<br />
</p>
<p>
<a href='mailto:info@nationofmakers.us'>info@nationofmakers.us</a>
</p>
<p>
&copy; 2017 Nation of Makers
</p>
</div>
<div id='sponsors' class='col-lg-4 text-xs-center'>
<p><strong>Made with Support From</strong></p>
<a href='http://www.chevron.com' target='_blank'><img class='rounded' src='images/sponsor_chevron.png' alt='Chevron' /></a>
<a href='http://www.cognizant.com' target='_blank'><img class='rounded' src='images/sponsor_cognizant.jpg' alt='Cognizant' /></a>
</div>
<div id='acknowledgement' class='col-lg-4'>
<p class='text-xs-right'>
<strong>Made with <i class='fa fa-heart'></i> on planet Earth</strong><br />
by our <a href='https://github.com/nationofmakers/nationofmakers.github.io/graphs/contributors'>contributors</a>.
</p>
</div>
</div>
<p>
<strong>Made with <i class='fa fa-heart'></i> on planet Earth</strong>,
see all our <a href='https://github.com/nationofmakers/nationofmakers.github.io/graphs/contributors'>contributors</a>.
</p>
<p>
110 University Blvd #752, Silver Spring, MD 20918
</p>
<p>
Copyright &copy; 2017 Nation of Makers
</p>
</div>
</footer>

Expand Down

0 comments on commit 33b37c6

Please sign in to comment.