-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwip.html
51 lines (45 loc) · 1.74 KB
/
wip.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
<!--
INDEX.html
Copyright 2017 by Capuccino
Licensed under BSD
Floating Animations by Mario Duarte
-->
<!DOCTYPE html>
<html>
<head>
<title> Clarity | Work In progress </title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0">
<!-- Materialize Imports -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/css/materialize.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/js/materialize.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="js/script.js"></script>
<link href="css/wip.css" rel="stylesheet">
</head>
<body class="white">
<div class="loading">
<div class="loading-wrap valign-wrapper">
<img class="floaty" src="img/kotori.png">
</div>
</div>
<div class="container">
<div class="item" align="center">
<div class="hero-container" align="center">
<img class="img" src="img/kotori.png">
</div>
<br>
<br>
<h2 class="pink-text" align="center">Work In Progress</h2>
<h5 class="text" align="center">We'll let you know if we're done!</h5>
<p align="center"> However, you can help us finish up some things!</p>
</div>
</div>
<div class="container">
<div class="item" align="center">
<a class="btn-large waves-light pink lighten-2" href="https://github.com/ClarityMoe/claritymoe.github.io">Improve this Page!</a>
</div>
</div>
</body>
</html>