-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapps.html
More file actions
32 lines (27 loc) · 924 Bytes
/
Copy pathapps.html
File metadata and controls
32 lines (27 loc) · 924 Bytes
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
---
layout: "browsing/card-list"
title: apps
last_updated: "July 5, 2021"
redirect_from: "/projects/"
seo:
type: CollectionPage
regenerate: true
---
<p>
I started out studying computer science and physics in college, and I began working in software development internships in college, so I have both the skills and interest to program.
</p>
<p>
Some of the projects shown here support the work I do as a reporter; some of it is an outlet for my programmer impulses; some of it is both.
</p>
<p>
Here are some highlights of my completed and active projects.
</p>
{% include collection-lister.html collection=site.apps -%}
{%- capture comprehensive_blurb -%}
For a comprehensive look at my programming work, see [my GitHub profile](https://github.com/CarterPape).
{%- endcapture -%}
<div class="card-container">
<div class="card">
{{ comprehensive_blurb | markdownify }}
</div>
</div>