-
Notifications
You must be signed in to change notification settings - Fork 0
/
docs.html
82 lines (68 loc) · 3.42 KB
/
docs.html
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="icon" type="image/png" href="./assets/images/logo-small.png">
<title>Docs - The Topgun09 Project</title>
<!-- Fonts -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- CSS -->
<link type="text/css" rel="stylesheet" href="./assets/css/materialize.css" />
<link type="text/css" rel="stylesheet" href="./assets/css/global.css" />
</head>
<body>
<div class="navbar-fixed">
<nav class="navbar-fixed blue darken-3" role="navigation">
<div class="nav-wrapper container">
<a href="./" class="brand-logo"><img class="nav-logo" src="./assets/images/white-logo.png"></a>
<a href="#" data-target="mobile-menu" class="sidenav-trigger"><i class="material-icons">menu</i></a>
<ul class="right hide-on-med-and-down">
<li class=""><a href="./">Home</a></li>
<li class=""><a href="./tools.html">Tools</a></li>
<li class=""><a href="./about.html">About</a></li>
</ul>
</div>
</nav>
</div>
<ul class="sidenav" id="mobile-menu">
<li class=""><a href="./">Home</a></li>
<li class=""><a href="./tools.html">Tools</a></li>
<li class=""><a href="./about.html">About</a></li>
</ul>
<main class="container" style="min-height: 58vh">
<section>
<h3>Docs</h3>
<p>Comming Soon</p>
</section>
</main><!-- / main content -->
<footer class="page-footer blue darken-3">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text"><img src="./assets/images/logo-white.png" style="height: 35px" alt="Topgun09"></h5>
<p class="grey-text text-lighten-4">A space for students to share digital content and exchange information.</p>
</div>
<div class="col l4 offset-l2 s12"><h5 class="white-text">Links</h5>
<ul>
<li><a class="grey-text text-lighten-3" href="https://community.topgun09.rip">The Community</a></li>
<li><a class="grey-text text-lighten-3" href="https://www.youtube.com/channel/UCJGbZEJ258ir5PrDIIwUwcw" target="_blank">YouTube <i class="material-icons">open_in_new</i></a></li>
<li><a class="grey-text text-lighten-3" href="./tools.html">Tools</a></li>
<li><a class="grey-text text-lighten-3" href="./docs.html">Docs</a></li>
<li><a class="grey-text text-lighten-3" href="./about.html">About</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
© 2020 <a style="color: inherit" href="https://topgun09.rip">The Topgun09 Project</a>
<span class="light-gray-text right">
<a class="grey-text text-lighten-4" href="https://github.com/topgun09" target="_blank">GitHub</a>
</span>
</div>
</div>
</footer>
<script src="./assets/js/materialize.js"></script>
<script src="./assets/js/global.js"></script>
</body>
</html>