-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
44 lines (30 loc) · 1.63 KB
/
index.php
File metadata and controls
44 lines (30 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!--
##file_doc
@title Splash Page
@description The splash page of the Syntree website
##end
-->
<!DOCTYPE html>
<html>
<?php include $_SERVER['DOCUMENT_ROOT'] . '/head.php' ?>
<body class="splash">
<!-- <h4 class="page_title page_title_secondary">Hello! Welcome to Andy Zito's Division III Project!</h4> -->
<h3 class="page_title">Syntree</h3>
<h5 class="page_title page_title_secondary">The Division III Project of Andrew Zito</h5>
<div class="block_menu">
<ul>
<a href="/pages/app-page.php"><li><i class="fa fa-tree" aria-hidden="true"></i>Check it out! (Make a Tree)</li></a>
<a href="/pages/what.php"><li><i class="fa fa-question-circle" aria-hidden="true"></i>What is this? (FAQ & Help)</li></a>
<a href="/docs/"><li><i class="fa fa-book" aria-hidden="true"></i>Documentation</li></a>
</ul>
</div>
<!-- <p>Please bear in mind that this is very much a work in progress. It may be slow, it will definitely be buggy, and sometimes it might not even work at all. But it's still super cool I promise!</p> -->
<!-- <div class="wrapper wrapper_yah_nah clearfix">
<a class="nah button button_big" href="http://www.reactiongifs.com/wp-content/uploads/2013/09/sad.gif"><< Nah, I'm good</a>
<a class="yah button button_big" href="/pages/app-page.php">Check it out! >></a>
</div>
<div class="wrapper wrapper_what">
<a class="what button button_small" href="/pages/what.php">Wait... but what is this?</a>
</div> -->
</body>
</html>