Add contact form using Braces.
This commit is contained in:
parent
79dce3b2f0
commit
2381d180f3
@ -5,16 +5,16 @@
|
||||
{% block main %}
|
||||
<div id="about" class="section center-wrapper">
|
||||
<img id="me" src="{{ url_for('static', filename='img/ian-280.jpg') }}" alt="Picture of Ian Naval" class="center-wrapped" />
|
||||
|
||||
|
||||
<div id="skills-and-facts" class="about-section center-wrapped">
|
||||
<h3>Skills</h3>
|
||||
<ul>
|
||||
<li>Learns fast.</li>
|
||||
<li>Meets deadlines.</li>
|
||||
<li>Works well with teammates.</li>
|
||||
<li>Years of experience with Linux.</li>
|
||||
<li>Years of experience with Linux.</li>
|
||||
<li>Well-documented and efficient code.</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<h3>Facts</h3>
|
||||
<ul>
|
||||
<li>Allergic to fish.</li>
|
||||
@ -74,13 +74,28 @@
|
||||
<h3>MathHammer 40k</h3>
|
||||
<p>Damage stats calculator app for WarHammer 40k.</p>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="contact" class="section center-wrapper">
|
||||
<h2>Contact</h2>
|
||||
<p>Information is on my <a href='http://files.ianonavy.com/resume.pdf' onclick="_gaq.push(['_trackEvent', 'resume', 'download', 'contact']);">résumé</a>.</p>
|
||||
<form id="contact-form" action="//forms.brace.io/ian@ianonavy.com" method="POST">
|
||||
<div>
|
||||
<label for="contact-name">Name: </label>
|
||||
<input id="contact-name" type="text" name="name" required>
|
||||
</div>
|
||||
<div>
|
||||
<label for="contact-email">Email: </label>
|
||||
<input id="contact-email" type="email" name="email" required>
|
||||
</div>
|
||||
<div>
|
||||
<textarea name="contact-message" id="contact-message" cols="30" rows="10" required></textarea>
|
||||
</div>
|
||||
<div>
|
||||
<input type="submit" value="Submit">
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
{% endblock main %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user