-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (26 loc) · 866 Bytes
/
index.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
---
layout: default
title: Corey Grusden
---
<div id="home">
<h1>Blog Posts</h1>
<ul class="posts">
{% for post in site.posts %}
<li><span><a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
<!---
<h1>Other Interviews, Talks, Etc</h1>
<ul class="posts">
{% for link in site.data.personal_info %}
<li><span>{{ link.date }}</span> » <a href="{{ link.url }}">{{ link.name }}</a></li>
{% endfor %}
</ul>
-->
<!--
<h1>Hobbies, Random Videos</h1>
<ul class="posts">
<li><span>15 Nov 2016</span> » <a href="https://www.bizjournals.com/jacksonville/news/2016/11/15/how-a-jacksonville-based-startup-caught-the-eye-of.html">Article: How a Jacksonville-based startup caught the eye of Slack, Microsoft, Marriott, American Airlines and GE... all with a plug-in</a></li>
</ul>
-->
</div>