-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.njk
More file actions
37 lines (37 loc) · 1.5 KB
/
Copy pathindex.njk
File metadata and controls
37 lines (37 loc) · 1.5 KB
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
---
layout: main.njk
title: Corey Beres
---
<header id="intro">
<h1>Corey Beres</h1>
<h2>Senior Software Engineer</h2>
<h3>Full-time since 2011—Based in the USA</h3>
</header>
<main>
<h2 id="articles">Articles</h2>
<ul>
{%- for a in collections.articles | reverse | firstItems(5) %}
<li><a href="{{ a.url }}">{{ a.data.title }}</a></li>
{%- endfor %}
</ul>
{% if collections.articles.length > 5 %}
<p><a class="button" href="articles/">All articles</a></p>
{% endif %}
<h2 id="links">Links</h2>
<ul>
<li><a href="https://github.com/cberes">GitHub</a>: my software projects</li>
<li><a href="https://garden.cberes.com">Flower Companion</a>: a project from 2020 that I'm particularly proud of</li>
<li><a href="https://play.google.com/store/apps/details?id=com.spinthechoice.garbage.android">Garbo Clock</a>: my beautiful Android app about garbage</li>
<li><a href="https://spinthechoice.cberes.com">Spin the Choice</a>: the Internet's most boring game</li>
<li><a href="https://twentyfifteen.cberes.com">twentyfifteen.cberes.com</a>: the previous iteration of this website</li>
</ul>
<h2 id="contact">Contact</h2>
<p>
You can find me on <a href="https://www.linkedin.com/in/coreyberes/">LinkedIn</a>.
If I don't respond to you, don't take it personally; I don't login to LinkedIn often.
</p>
<p>
If you have questions about this website or my other software projects,
you can create an issue on <a href="https://github.com/cberes">GitHub</a>.
</p>
</main>