-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.jst
More file actions
23 lines (22 loc) · 745 Bytes
/
index.jst
File metadata and controls
23 lines (22 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
{{import:shared/head}}
<body>
{{import:shared/home_navbar}}
<div class="container">
<div style="min-height: 75vh;">
<header class="jumbotron my-4 mt-2 home-jumbo">
<div class="display-4 mb-1 text-center">Welcome to MathPatterns</div>
<p class="lead text-center mb-4">An exploration of mathematical and algorithmic artwork</p>
<div class="text-center">
<a href="pattern1.html" class="btn btn-primary btn-lg">Circles</a>
<a href="fractal1.html" class="btn btn-primary btn-lg">Fractals</a>
<p><br>There isn't much here yet, but check back soon for updates.</br>
</div>
</header>
</div>
</div>
{{import:shared/footer}}
{{import:shared/js_includes}}
</body>
</html>