-
Notifications
You must be signed in to change notification settings - Fork 0
/
snowyMD.html
47 lines (47 loc) · 1.41 KB
/
snowyMD.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
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="https://avatars.githubusercontent.com/u/149719209?s=200&v=4"/>
</head>
<body>
<title>SnowyMD Blizzard</title>
<link rel="stylesheet" href="style.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"/>
<div class="side-top-bg">
</div>
<div class="side-full-bg">
</div>
<div class="footer ">
<span class="italics">Powered by, </span>
<i class="fa fa-snowflake-o italics"></i>
</div>
<br/>
<br/>
<span class="large">Sno 🌨️</span>
<span class="italics">(v2)</span>
<h1 class="bold opac medium grad">___ BLIZZARD ___</h1>
<br/>
<span class="xlarge">MARKDOWN </span>
<span class="xlarge bolder grad">EMPOWERED</span>
<br/>
<br/>
<br/>
<div class="button hover-grad">
<i class="fa fa-file-text"></i>
<span class="text">A Fast, Simple HTML Preprocessor</span>
</div>
<br/>
<div class="button hover-grad">
<i class="fa fa-snowflake-o"></i>
<span class="text">Zero Javascript Shipped on build</span>
</div>
<br/>
<div class="button hover-grad activate">
<i class="fa fa-github"></i>
<a href="https://github.com/snojs/snowyMD" class="text">Sno BLIZZARD </a>
<a href="https://github.com/snojs/snowyMD" class="hover-gradalt">Github</a>
<a href="https://github.com/snojs/snowyMD" class="text"> Page</a>
</div>
</body>
</html>