We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 483c5f1 commit 785c86fCopy full SHA for 785c86f
_layouts/mhh_default.html
@@ -0,0 +1,7 @@
1
+<!DOCTYPE html>
2
+<html>
3
+<body>
4
+{{ content }}
5
+{% include foot.html %}
6
+</body>
7
+</html>
clayhack.html
@@ -7,7 +7,7 @@
<div class="inner container">
8
<img class="logo" src="/assets/images/clayhack/clayhack_logo.svg" alt="ClayHack" title clayhack="ClayHack" />
9
<p>RIT's new student hackathon.</p>
10
- <p>Comming soon.</p>
+ <p>Coming soon.</p>
11
<a id="learn-more" href="#about" class="button scroll-to">LEARN MORE</a>
12
</div>
13
mhh.html
@@ -0,0 +1,5 @@
+---
+layout: mhh_default
+permalink: /mhh.html
+title: mentalhealthhackathon: Home
0 commit comments