-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (41 loc) · 1.85 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
<!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.0">
<title>Thascius Rumpelschnick</title>
<!-- CSS-->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
</head>
<body>
<nav class="light-blue lighten-1" role="navigation">
<div class="nav-wrapper container"><a id="logo-container" href="https://github.com/thascius-rumpelschnick" class="brand-logo">Thascius Rumpelschnick</a>
<ul class="right hide-on-med-and-down">
<li><a href="./ti/fsm.html">DEA</a></li>
<li><a href="./ti/tm.html">TM</a></li>
<li><a href="./cg/index.html">CG</a></li>
</ul>
<ul id="nav-mobile" class="sidenav">
<li><a href="./ti/fsm.html">DEA</a></li>
<li><a href="./ti/tm.html">TM</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">Soon..</h1>
<div class="row center">
<h5 class="header col s12 light">Very soon..</h5>
</div>
<div class="row center">
<a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ" id="download-button" class="btn-large waves-effect waves-light orange">I promise</a>
</div>
<br><br>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
</body>
</html>