generated from google/eleventy-high-performance-blog
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.njk
29 lines (26 loc) · 814 Bytes
/
index.njk
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
---
title: Keenan Tullis
layout: layouts/home.njk
description: keenanjt.com homepage
date: Last Modified
---
<div>
<img
class="center avatar"
src="../img/2021/04/headshot5.jpg"
alt="headshot"
width="250px"></img>
<p>
I am a software engineer with a focus on web technologies. I bring equally
a passion for problem solving and a collaborative spirit. My philosophy is
to make the world a better place in whatever small ways that I can through
my contribution to the quality of product, by being a friendly and capable
worker and by writing maintainable code. You can reach me at
<a href="mailto:[email protected]">[email protected]</a>.
</p>
</div>
<div id="posts">
<h2>Posts</h2>
{% set postslist = collections.posts %}
{% include "postslist.njk" %}
</div>