Added social icons and contact form

This commit is contained in:
Ethan N. Paul 2017-02-10 16:02:45 -05:00
parent baf5fd6283
commit f8e61c1f05
1 changed files with 10 additions and 8 deletions

View File

@ -75,25 +75,27 @@
<div class="row">
<div class="col-lg-10 col-lg-offset-1">
<h2>Contact</h2>
<p>You can <a href="#">download my resume</a> or connect with me at one of the links below:</p>
<p>You can <a href="#">download my resume</a>, connect with me at one of the links below, or use the form to send me a direct email:</p>
<ul class="list-inline">
<li>
<a href="#"><span class="hb hb-sm"><i class="fa fa-facebook"></i></span></a>
<!--<a href="mailto:ethannpaul@gmail.com" class="btn btn-default btn-lg"><i class="fa fa-envelope fa-fw"></i> <span class="network-name">Email</span></a>-->
</li>
<li>
<a href="#"><span class="hb hb-sm"><i class="fa fa-facebook"></i></span></a>
<!--<a href="https://twitter.com/theenpaul" class="btn btn-default btn-lg"><i class="fa fa-twitter fa-fw"></i> <span class="network-name">Twitter</span></a>-->
<a href="#"><span class="hb hb-sm"><i class="fa fa-twitter"></i></span></a>
</li>
<li>
<a href="#"><span class="hb hb-sm"><i class="fa fa-facebook"></i></span></a>
<!--<a href="https://linkedin.com/in/enpaul" class="btn btn-default btn-lg"><i class="fa fa-linkedin fa-fw"></i> <span class="network-name">LinkedIn</span></a>-->
<a href="#"><span class="hb hb-sm"><i class="fa fa-google-plus"></i></span></a>
</li>
<li>
<a href="#"><span class="hb hb-sm"><i class="fa fa-facebook"></i></span></a>
<!--<a href="https://google.com/+ethanpaul42" class="btn btn-default btn-lg"><i class="fa fa-google-plus fa-fw"></i> <span class="network-name">Google+</span></a>-->
<a href="#"><span class="hb hb-sm"><i class="fa fa-linkedin"></i></span></a>
</li>
</ul>
<p>Contact me directly:</p>
<form action="#" method="post">
<input type="text" name="name" placeholder="Your Name" required width="100%">
<textarea name="message" placeholder="Your message or comments" width="100%" rows="3" required></textarea>
<input type="email" name="email" placeholder="Your email address" required width="100%">
</form>
</div>
</div>
</section>