Skip to content

Commit 785c86f

Browse files
committed
added mental health hack page' fixed spelling on clayhack site
1 parent 483c5f1 commit 785c86f

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

_layouts/mhh_default.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<body>
4+
{{ content }}
5+
{% include foot.html %}
6+
</body>
7+
</html>

clayhack.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div class="inner container">
88
<img class="logo" src="/assets/images/clayhack/clayhack_logo.svg" alt="ClayHack" title clayhack="ClayHack" />
99
<p>RIT's new student hackathon.</p>
10-
<p>Comming soon.</p>
10+
<p>Coming soon.</p>
1111
<a id="learn-more" href="#about" class="button scroll-to">LEARN MORE</a>
1212
</div>
1313
</div>

mhh.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
layout: mhh_default
3+
permalink: /mhh.html
4+
title: mentalhealthhackathon: Home
5+
---

0 commit comments

Comments
 (0)