forked from laderast/academic_site_workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpresentations.html
executable file
·37 lines (28 loc) · 1.17 KB
/
presentations.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
layout: page
---
<div id="contact">
<h2>Get in Touch</h2>
Send me a message and I'll get back to you as soon as possible
<div id="contact-form">
<form action="https://formspree.io/mpzyqdng" method="POST">
<input type="hidden" name="_subject" value="Contact request from personal website" />
<input type="email" name="_replyto" placeholder="Your email" required>
<textarea name="message" placeholder="Your name and phone number" required></textarea>
<textarea name="message" placeholder="Your message" required></textarea>
<button type="submit">Send</button>
</form>
</div>
</div>
the author bio code
# <div id="main" role="main">
<div class="article-author-side">
{% include _author-bio.html %}
</div>
<article class="post">
<div class="headline-wrap">
{% if page.link %}
<h1><a href="{{ page.link }}">{{ page.title }}</a></h1>
{% else %}
<h1><a href="{{ site.github.url }}{{ page.url }}" rel="bookmark" title="{{ page.title }}">{{ page.title }}</a></h1>
# {% endif %}