-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
include-isize the contact and footer | add gh link
- Loading branch information
1 parent
bdca673
commit 5b173e7
Showing
8 changed files
with
69 additions
and
454 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
<!-- Contact --> | ||
<section id="contact"> | ||
<div class="inner"> | ||
<section> | ||
<form method="post" action="#"> | ||
<div class="field half first"> | ||
<label for="name">Name</label> | ||
<input type="text" name="name" id="name" /> | ||
</div> | ||
<div class="field half"> | ||
<label for="email">Email</label> | ||
<input type="text" name="email" id="email" /> | ||
</div> | ||
<div class="field"> | ||
<label for="message">Message</label> | ||
<textarea name="message" id="message" rows="6"></textarea> | ||
</div> | ||
<ul class="actions"> | ||
<li><input type="submit" value="Send Message" class="special" /></li> | ||
<li><input type="reset" value="Clear" /></li> | ||
</ul> | ||
</form> | ||
</section> | ||
<section class="split"> | ||
<section> | ||
<div class="contact-method"> | ||
<span class="icon alt fa-envelope"></span> | ||
<h3>Email</h3> | ||
<a href="#">[email protected]</a> | ||
</div> | ||
</section> | ||
<section> | ||
<div class="contact-method"> | ||
<span class="icon alt fa-phone"></span> | ||
<h3>Phone</h3> | ||
<span>(000) 000-0000 x12387</span> | ||
</div> | ||
</section> | ||
<section> | ||
<div class="contact-method"> | ||
<span class="icon alt fa-home"></span> | ||
<h3>Address</h3> | ||
<span>1234 Somewhere Road #5432<br /> | ||
Nashville, TN 00000<br /> | ||
United States of America</span> | ||
</div> | ||
</section> | ||
</section> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<footer id="footer"> | ||
<div class="inner"> | ||
<ul class="icons"> | ||
<!-- <li><a href="#" class="icon alt fa-twitter"><span class="label">Twitter</span></a></li> --> | ||
<!-- <li><a href="#" class="icon alt fa-facebook"><span class="label">Facebook</span></a></li> --> | ||
<!-- <li><a href="#" class="icon alt fa-instagram"><span class="label">Instagram</span></a></li> --> | ||
<li><a href="https://www.github.com/{{ site.github_username }}" class="icon alt fa-github"><span class="label">GitHub</span></a></li> | ||
<!-- <li><a href="#" class="icon alt fa-linkedin"><span class="label">LinkedIn</span></a></li> --> | ||
</ul> | ||
<ul class="copyright"> | ||
<li>© Untitled</li><li>Design: <a href="https://html5up.net">HTML5 UP</a></li> | ||
</ul> | ||
</div> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,72 +58,8 @@ <h2>About the GitHub Scholars Program</h2> | |
|
||
</div> | ||
|
||
<!-- Contact --> | ||
<section id="contact"> | ||
<div class="inner"> | ||
<section> | ||
<form method="post" action="#"> | ||
<div class="field half first"> | ||
<label for="name">Name</label> | ||
<input type="text" name="name" id="name" /> | ||
</div> | ||
<div class="field half"> | ||
<label for="email">Email</label> | ||
<input type="text" name="email" id="email" /> | ||
</div> | ||
<div class="field"> | ||
<label for="message">Message</label> | ||
<textarea name="message" id="message" rows="6"></textarea> | ||
</div> | ||
<ul class="actions"> | ||
<li><input type="submit" value="Send Message" class="special" /></li> | ||
<li><input type="reset" value="Clear" /></li> | ||
</ul> | ||
</form> | ||
</section> | ||
<section class="split"> | ||
<section> | ||
<div class="contact-method"> | ||
<span class="icon alt fa-envelope"></span> | ||
<h3>Email</h3> | ||
<a href="#">[email protected]</a> | ||
</div> | ||
</section> | ||
<section> | ||
<div class="contact-method"> | ||
<span class="icon alt fa-phone"></span> | ||
<h3>Phone</h3> | ||
<span>(000) 000-0000 x12387</span> | ||
</div> | ||
</section> | ||
<section> | ||
<div class="contact-method"> | ||
<span class="icon alt fa-home"></span> | ||
<h3>Address</h3> | ||
<span>1234 Somewhere Road #5432<br /> | ||
Nashville, TN 00000<br /> | ||
United States of America</span> | ||
</div> | ||
</section> | ||
</section> | ||
</div> | ||
</section> | ||
|
||
<!-- Footer --> | ||
<footer id="footer"> | ||
<div class="inner"> | ||
<ul class="icons"> | ||
<li><a href="#" class="icon alt fa-twitter"><span class="label">Twitter</span></a></li> | ||
<li><a href="#" class="icon alt fa-facebook"><span class="label">Facebook</span></a></li> | ||
<li><a href="#" class="icon alt fa-instagram"><span class="label">Instagram</span></a></li> | ||
<li><a href="#" class="icon alt fa-github"><span class="label">GitHub</span></a></li> | ||
<li><a href="#" class="icon alt fa-linkedin"><span class="label">LinkedIn</span></a></li> | ||
</ul> | ||
<ul class="copyright"> | ||
<li>© Untitled</li><li>Design: <a href="https://html5up.net">HTML5 UP</a></li> | ||
</ul> | ||
</div> | ||
</footer> | ||
{% include footer.html %} | ||
|
||
</div> | ||
|
||
|
Oops, something went wrong.