aboutsummaryrefslogtreecommitdiff
path: root/_layouts/random-project.html
blob: ac8f507643916e54c1f344487f17232fa205f562 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
---
<!DOCTYPE html>
<html>
  {% include head.html %}
  <body class="random-project">
    <div class="random-project__header">
      <div class="logo">
        <img src="/assets/face.jpg" alt="Noah Loomans" class="logo">
      </div>
      <div class="text">Random Project</div>
      <div class="grow"></div>
      <a href="/">Go to main site</a>
    </div>
    {{ content }}
  </body>
</html>