- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode-projects.html
More file actions
Latest commit
18 lines (18 loc) · 447 Bytes
/
Copy pathcode-projects.html
File metadata and controls
18 lines (18 loc) · 447 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
layout: default
title: Code Projects
n: 4
---
<h2>Code Projects</h2>
<p>
Below you will find the code projects I created during my tenure at Amazon and Meta.
</p>
<hr/><br/>
<ulclass="post-list">
{% for code_project in site.data.code-projects %}
<li>
{{ code_project.publication_date }} <ahref="{{ code_project.url }}">{{ code_project.title }}</a>
<p>{{ code_project.description }}</p>
</li>
{% endfor %}
</ul>