Skip to content

Commit b6a868d

Browse files
committed
Blank compitition pages
1 parent 51b044d commit b6a868d

File tree

4 files changed

+23
-0
lines changed

4 files changed

+23
-0
lines changed

_layouts/comp.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
layout: compress
3+
---
4+
5+
<!DOCTYPE html>
6+
<html>
7+
<head>
8+
{% include head.html %}
9+
</head>
10+
<body>
11+
{% include navbar.html %}
12+
{% include footer.html %}
13+
</body>
14+
</html>

mate.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
layout: comp
3+
---

robosub.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
layout: comp
3+
---

swarmathon.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
layout: comp
3+
---

0 commit comments

Comments
 (0)