-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
77 lines (77 loc) · 3.02 KB
/
index.html
File metadata and controls
77 lines (77 loc) · 3.02 KB
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
73
74
75
76
77
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Early Clues, LLC</title>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<link rel="shortcut icon" href="flat-ui/images/favicon.ico">
<link rel="stylesheet" href="flat-ui/bootstrap/css/bootstrap.css">
<link rel="stylesheet" href="flat-ui/css/flat-ui.css">
<!-- Using only with Flat-UI (free)-->
<link rel="stylesheet" href="common-files/css/icon-font.css">
<!-- end -->
<link rel="stylesheet" href="common-files/css/animations.css">
<link rel="stylesheet" href="ui-kit/ui-kit-header/css/ui-kit-styles.css">
</head>
<body>
<header class="header-11">
<div class="container">
<div class="row">
<div class="navbar col-sm-12" role="navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle"></button>
<a class="brand" href="#">
<img src="common-files/icons/ec_logo.png" width="50" height="50" alt="">Early Clues, LLC</a>
</div>
<div class="collapse navbar-collapse pull-right">
<ul class="nav pull-left">
<li class="active"><a href="/">MISSION</a>
</li>
<li><a href="products.html">PRODUCTS</a>
</li>
<li><a href="https://medium.com/life-in-pantarctica">BLOG</a>
</li>
<li><a href="contact.html">CONTACT</a>
</li>
</ul>
<div style="font-size:10px;float:right;padding-left:30px">
Browser not optimized for OpenQNL?
<br/><a href="http://www.earlyclues.com/legacy/index.html">Click here for HTML version!</a>
</div>
</div>
</div>
</div>
</div>
</header>
<section class="demo" style="background-image:url(common-files/img/butter.jpg);background-repeat:no-repeat;">
<div class="row">
<div class="col-sm-6 col-sm-offset-3 centered">
<p style="color:black">
Our mission is to provide a broad range of useful reality enhancement and modulation applications for the full range of entities across multiple utilization platforms.
<p style="color:black"/>
We provide toolkits for cross platform scripting across the Universal Free Realms.
<p style="color:black"/>
AKA: You bring the bread, we bring the butter.
</p>
<a href="http://github.com/earlyclues" class="btn">Fork us on Github </a>
<a href="http://medium.com/@earlyclues" class="btn">Read us on Medium </a>
</div>
</div>
</div>
</section>
<!-- Placed at the end of the document so the pages load faster -->
<script src="common-files/js/jquery-1.10.2.min.js"></script>
<script src="flat-ui/js/bootstrap.min.js"></script>
<script src="common-files/js/modernizr.custom.js"></script>
<script src="common-files/js/page-transitions.js"></script>
<script src="common-files/js/startup-kit.js"></script>
<script src="common-files/js/jquery.scrollTo-1.4.3.1-min.js"></script>
<script src="common-files/js/jquery.parallax.min.js"></script>
<script src="common-files/js/easing.min.js"></script>
<script src="common-files/js/jquery.svg.js"></script>
<script src="common-files/js/jquery.svganim.js"></script>
<script src="common-files/js/startup-kit.js"></script>
</body>
</html>