-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
72 lines (64 loc) · 2.82 KB
/
index.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
<!DOCTYPE html> <!DOCTYPE html>
<head> <head>
<title>Mountio</title> <title>Mountio</title>
<!-- Compiled and minified CSS --> <script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/css/materialize.min.css"></link> (function (w,i,d,g,e,t,s) {w[d] = w[d]||[];t= i.createElement(g);
t.async=1;t.src=e;s=i.getElementsByTagName(g)[0];s.parentNode.insertBefore(t, s);
<!-- Compiled and minified JavaScript --> })(window, document, '_gscq','script','//widgets.getsitecontrol.com/120770/script.js');
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js">
</script> </script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/js/materialize.min.js"> </script>
<link rel="stylesheet" href="assets/main.css"></link>
</head> </head>
<body>
<nav>
<div class="nav-wrapper">
<a href="#" class="brand-logo">Navbar</a>
<ul id="nav-mobile" class="right hide-on-med-and-down">
<li><a href="sass.html"></a></li>
<li><a href="#"></a></li>
<li><a href="ourteam.html">Team</a></li>
</ul>
</div>
</nav>
<div class="row">
<div class="col s12 m6">
<div class="card blue-grey darken-1">
<div class="card-content white-text">
<span class="card-title">Welcome</span>
<p> Welcome To Mountio, We Hope You Enjoy yourself</p>
</div>
<div class="card-action">
<a href="updates.html">Live Updates</a>
<a href="services.html">Services</a>
</div>
</div>
</div>
</div>
<footer class="page-footer">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">mountio </h5>
<p class="grey-text text-lighten-4">Mountios</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="FAQ.md">FAQ</a></li>
<li><a class="grey-text text-lighten-3" href="https://mountio.github.io/GHStatus/">GH status</a></li>
<li><a class="grey-text text-lighten-3" href="https://mountio.github.io/Mintio/">Mintio</a></li>
<li><a class="grey-text text-lighten-3" href="Ourteam.html">Our Team</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
© 2017-2018 Mountio Software And More
<a class="grey-text text-lighten-4 right" href="http://materializecss.com/">Credit to Materialize.css</a>
</div>
</div>
</footer>
</body>
</html>