-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
98 lines (90 loc) · 2.9 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
---
layout: default
---
<header id="hero">
<div class="container overlay">
<div class="container">
<h1>Connecting <em>Users</em></h1>
</div>
</div>
<img class="background" src="images/banner.jpg">
</header>
<!-- Page Content -->
<div id="main-index" class="container">
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">
Welcome to the Layer 8 Network
</h1>
<p class="lead">
We are a collective of individuals to do cool stuff with tech.
</p>
</div>
<div class="col-md-3 col-sm-6">
<div class="panel panel-default">
<div class="panel-heading">
<h4><i class="fa fa-fw fa-lock"></i> Promoting Privacy</h4>
</div>
<div class="panel-body">
<p>
Our privacy is constantly being challenged. At Layer 8, we work to provide top grade privacy solutions for everyone.
</p>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="panel panel-default">
<div class="panel-heading">
<h4><i class="fa fa-fw fa-globe"></i> Promoting Accessibility</h4>
</div>
<div class="panel-body">
<p>
In the 21st century, the internet has become a household necessity, much like telephone service or cable television. It enriches our lives, and to that end we work to find ways to provide everyone access, even in the most remote parts of the world.
</p>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="panel panel-default">
<div class="panel-heading">
<h4><i class="fa fa-fw fa-graduation-cap"></i> Promoting Education</h4>
</div>
<div class="panel-body">
<p>
It is true that you never stop learning. Layer 8 ventures to provide a platform for anyone to learn about technology.
</p>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="panel panel-default">
<div class="panel-heading">
<h4><i class="fa fa-fw fa-star"></i> Promoting Freedom</h4>
</div>
<div class="panel-body">
<p>
Freedom of speech and freedom of expression are two basic human rights. Those human rights must be protected. We are advocates for free speech and fight censorship.
</p>
</div>
</div>
</div>
</div>
<!-- /.row -->
<hr>
<!-- Call to Action Section -->
<div class="well">
<div class="row">
<div class="col-md-8">
<p>
We are always doing new and exciting things. We are constantly trying to push the boundaries of technology.
</p>
</div>
<div class="col-md-4">
<a class="btn btn-lg btn-default btn-block" href="/projects">Check out some of our projects</a>
</div>
</div>
</div>
<hr>
</div>
<!-- /.container -->
{% include footer.html %}