Last active
February 18, 2022 20:27
-
-
Save tomcritchlow/7eef00a9cf925377d27dcb95d4d23056 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
layout: default | |
--- | |
<section class="post"> | |
<h2>{{ page.title }}</h2> | |
{{ content }} | |
<div class="flex flex-wrap w-100"> | |
{% for project in site.projects %} | |
<div class="w-third-l w-100 pa2"> | |
<img src="{{project.image}}" /> | |
<div class="f5">{{project.title}}</div> | |
</div> | |
{% endfor %} | |
</div> | |
</section> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment