summaryrefslogtreecommitdiff
path: root/projects/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'projects/index.html')
-rw-r--r--projects/index.html25
1 files changed, 0 insertions, 25 deletions
diff --git a/projects/index.html b/projects/index.html
deleted file mode 100644
index 7e82d23..0000000
--- a/projects/index.html
+++ /dev/null
@@ -1,25 +0,0 @@
----
-layout: blog
-title: Ben Burwell’s Projects
-description: Projects I’ve done.
----
-
-<h1>My Projects</h1>
-
-{% for project in site.data.projects %}
-<h2>
- {% if project.live %}
- <a href="{{ project.live }}" target="_blank">{{ project.name }}</a>
- {% else %}
- {{ project.name }}
- {% endif %}
-</h2>
-<p class="muted">
- {{ project.tech }}
- {% if project.github %}
- &bull;
- <a class="muted" href="https://github.com/{{ project.github }}">{{ project.github }}</a>
- {% endif %}
-</p>
-<p>{{ project.description }}</p>
-{% endfor %}