-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (56 loc) · 2.28 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
66
67
68
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../../../favicon.ico">
<title>LynkState Inc.</title>
<!-- Bootstrap core CSS -->
<link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="cover.css" rel="stylesheet">
</head>
<body class="text-center">
<div class="container text-center">
<div class="row">
<div class="col">
</div>
<div class="col-5">
</div>
<div class="col">
</div>
</div>
</div>
<div class="row">
<div class="col">
</div>
<div class="col-6">
<main role="main" class="inner cover">
<img src="lockup_darkgreen.webp" alt="LynkState Logo" width="300">
<p></p>
<p class="lead">This kind of stuff gives me goosebumps <br>
it's the stuff that’s missing in [the industry].<br>
It's so hard to get end client data, you can't get the whole picture,<br>
we just spit data out into the internet and say "good luck".<br>
<br>
There's a ton of use cases here that are really really cool;<br>
the whole internet is held together with chicken wire…”<br>
- Snr Network Eng @ Cloud Provider</p>
</p>
</main>
</div>
<div class="col">
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="../../../../assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
<script src="../../../../assets/js/vendor/popper.min.js"></script>
<script src="../../../../dist/js/bootstrap.min.js"></script>
</body>
</html>