Redesign project site

This commit is contained in:
Cole Bemis
2017-05-29 17:05:49 -07:00
parent 6bb80940e8
commit 706e0ebd45
7 changed files with 39 additions and 71 deletions

View File

@@ -31,13 +31,10 @@ links:
<link href="https://unpkg.com/tachyons/css/tachyons.min.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
</head>
<body class="ma0 rubik font-smoothing black-60 bg-near-white">
<div class="bg-white">
{% include header.html %}
{% include icons.html %}
</div>
<body class="ma0 rubik font-smoothing black-60 bg-white">
{% include header.html %}
{% include icons.html %}
{% include footer.html links=page.links %}
</script>