forked from tornadogenesis/videos-hacktoberfest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocs.html
73 lines (61 loc) · 2.53 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/>
<title>Starter Template - Materialize</title>
<!-- CSS -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
</head>
<body>
<nav class="light-blue lighten-1" role="navigation">
<div class="nav-wrapper container"><a id="logo-container" href="#" class="brand-logo">videos-hacktoberfest</a>
<ul class="right hide-on-med-and-down">
<li><a href="#">Home</a></li>
<li><a href="/videos.html">Videos</a></li>
</ul>
<ul id="nav-mobile" class="sidenav">
<li><a href="#">Home</a></li>
<li><a href="/videos.html">Videos</a></li>
</ul>
<a href="#" data-target="nav-mobile" class="sidenav-trigger"><i class="material-icons">menu</i></a>
</div>
</nav>
<div class="section no-pad-bot" id="index-banner">
<div class="container">
<br><br>
<h1 class="header center orange-text">videos-hacktoberfest</h1>
<div class="row">
<h5 class="header col s12 light"></h5>
</div>
<br><br>
</div>
</div>
<footer class="page-footer orange">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">About the creator</h5>
<p class="grey-text text-lighten-4">A few years ago I wa stuck, trying to learn how to use GitHub - now I have learned a thing or two, I have set out on a mission to help as many people as I can earn their hacktoberfest shirt!</p>
</div>
<div class="col l3 s12">
<h5 class="white-text">Socials</h5>
<ul>
<li><a class="white-text" href="https://github.com/evanwaltersdev">GitHub</a></li>
<li><a class="white-text" href="https://twitter.com/evanwaltersdev">Twitter</a></li>
</ul>
</div>
</div>
<div class="footer-copyright">
<div class="container">
Powered by <a class="orange-text text-lighten-3" href="http://materializecss.com">Materialize</a>
</div>
</div>
</footer>
<!-- Scripts-->
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="js/materialize.js"></script>
<script src="js/init.js"></script>
</body>