-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·65 lines (44 loc) · 2.27 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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Heck Design Studio</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FAVICON -->
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/>
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16" />
<!-- FAVICON -->
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/animate.css">
<!--<link rel="stylesheet" href="css/material.css">-->
<link rel="stylesheet" href="css/milligram.css">
<link rel="stylesheet" href="css/main2.css">
<script src="js/modernizr-custom.js"></script>
<link href="https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700|Roboto+Condensed" rel="stylesheet">
<!-- <link rel="stylesheet" media="screen" href="https://fontlibrary.org/face/glacial-indifference" type="text/css"/> -->
</head>
<body class="front-page">
<!-- Our Work -->
<div class="jumbotron">
<!--<div class="over"></div>-->
<div class="inner-wrap front-page vert-center">
<div class="logo">
<img src="img/logo.png" class="light">
<h1>Coming Soon</h1>
<h3><a href="mailto:[email protected]">[email protected]</a></h3>
</div>
</div>
</div> <!-- End Jumbotron -->
<footer>
<script src="js/jquery-1.11.2.min.js"></script>
<!--<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')</script>-->
<script src="js/main2.js"></script>
</footer>
</body>
</html>