-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (37 loc) · 1.18 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
layout: default
title: Articles about bootstrapping a business in tech, web development, and leadership.
---
<h1 class="visually-hidden">
Articles about web development, the tech industry, and leadership by Adam
Waselnuk.
</h1>
<p class="text-intro">
I'm a founder on a mission to connect millions of people through the magic of roleplaying games.<br/><br/>
This is what I am up to <a href="/now.html">right now</a>, and these are my <a href="/profile">professional highlights</a>.
</p>
<hr />
<h2>Principles and Mental Models</h2>
<ul class="posts list-reset">
<li class="post">
<h3 class="post-title">
<a href="/principles-and-mental-models"
>Principles and mental models for software developers</a
>
</h3>
</li>
</ul>
<hr />
<h2>Articles</h2>
<ul class="posts list-reset">
{% for post in site.posts %}
<li class="post">
<h3 class="post-title"><a href="{{ post.url }}">{{ post.title }}</a></h3>
<p class="date">{{ post.date | date_to_string }}</p>
{% unless post.categories contains 'presentations' %}
<p class="post-excerpt">{{ post.excerpt }}</p>
{% endunless %}
</li>
{% endfor %}
</ul>
{% include article_signup_form.html %}