forked from kippt/jekyll-incorporated
-
Notifications
You must be signed in to change notification settings - Fork 15
/
index.html
executable file
·48 lines (37 loc) · 1.31 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
---
---
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="/assets/css/main.min.css">
{% include frontpage/head.html %}
</head>
<body>
<!-- Navigation -->
{% include _navigation.html %}
<!-- Header -->
<div class="intro-header">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="intro-message">
<h1>ChatSecure</h1>
<h3>Encrypted Messenger for iOS</h3>
<hr class="intro-divider">
<ul class="list-inline app-download-buttons">
<li>
<a href="https://itunes.apple.com/us/app/chatsecure/id464200063"><img src="images/appstore.svg" height="40px" alt="ChatSecure on iOS App Store"></a>
</li>
</ul>
<hr class="intro-divider">
{% include frontpage/social_buttons.html list_class="intro-social-buttons" %}
</div>
</div>
</div>
</div>
<!-- /.container -->
</div>
<!-- /.intro-header -->
{% include _bottom_frontpage.html %}
</body>
</html>