summaryrefslogtreecommitdiff
path: root/projects/index.html
diff options
context:
space:
mode:
authorBen Burwell <ben.burwell@trifecta.com>2017-03-05 20:26:49 -0500
committerBen Burwell <ben.burwell@trifecta.com>2017-03-05 20:26:49 -0500
commit99410260ce54f08e09cef4aa4331db21d1ac4d99 (patch)
treef524c149700b913f63dd483de026d0d63842c67a /projects/index.html
parent70ba2503abc94e6c06f7116a676cd5cc784bd76f (diff)
Don't use weird spacing for projects
Diffstat (limited to 'projects/index.html')
-rw-r--r--projects/index.html18
1 files changed, 8 insertions, 10 deletions
diff --git a/projects/index.html b/projects/index.html
index 9dbf78e..7e82d23 100644
--- a/projects/index.html
+++ b/projects/index.html
@@ -14,14 +14,12 @@ description: Projects I’ve done.
{{ project.name }}
{% endif %}
</h2>
-<section>
- <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>
-</section>
+<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 %}