-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathapp.html
194 lines (180 loc) · 8.48 KB
/
app.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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
---
layout: index-app
title: App Layout
tagline: An example of Jorigamy layout with a Landing page for apps
description: An example of Jorigamy layout with a Landing page for apps
css:
js:
keywords: jekyll, landing page, jorigamy
canonical:
image: assets/images/shard-1-5x-3.png
---
<!-- Features Section -->
<div id="app-features" class="app-features section">
<div class="container-fluid">
<div class="row">
<div class="app-screenshot col-lg-4 col-md-12 col-sm-12 px-0 py-5">
<img class="mt-auto mb-auto" src="assets/images/app-promo/iphone-app-screenshot.png" alt="App Screenshot - Shards App Promo Demo Page">
</div>
<!-- App Features Wrapper -->
<div class="app-features-wrapper col-lg-4 col-md-6 col-sm-12 py-5 mx-auto">
<div class="container">
<h3 class="section-title underline--left my-5">Features</h3>
<div class="feature py-4 d-flex">
<div class="icon text-white bg-success mr-5"><i class="fa fa-refresh"></i></div>
<div>
<h5>Everything Synced</h5>
<p>Quisque mollis mi ac aliquet accumsan. Sed sed dapibus libero. Nullam luctus purus duis sensibus signiferumque.</p>
</div>
</div>
<div class="feature py-4 d-flex">
<div class="icon text-white bg-success mr-5"><i class="fa fa-shield"></i></div>
<div>
<h5>Security</h5>
<p>Quisque mollis mi ac aliquet accumsan. Sed sed dapibus libero. Nullam luctus purus duis sensibus signiferumque.</p>
</div>
</div>
<div class="feature py-4 d-flex">
<div class="icon text-white bg-success mr-5"><i class="fa fa-share"></i></div>
<div>
<h5>Sharing</h5>
<p>Quisque mollis mi ac aliquet accumsan. Sed sed dapibus libero. Nullam luctus purus duis sensibus signiferumque.</p>
</div>
</div>
<div class="feature py-4 d-flex">
<div class="icon text-white bg-success mr-5"><i class="fa fa-globe"></i></div>
<div>
<h5>Access Anywhere</h5>
<p>Quisque mollis mi ac aliquet accumsan. Sed sed dapibus libero. Nullam luctus purus duis sensibus signiferumque.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- / Features Section -->
<!-- Testimonials Section -->
<div class="testimonials section py-4">
<h3 class="section-title text-center m-5">Testimonials</h3>
<div class="container py-5">
<div class="row">
<div class="col-md-4 testimonial text-center">
<div class="avatar rounded-circle with-shadows mb-3 ml-auto mr-auto">
<img src="assets/images/common/avatar-1.jpeg" class="w-100" alt="Testimonial Avatar" />
</div>
<h5 class="mb-1">Osbourne Tranter</h5>
<span class="text-muted d-block mb-2">CEO at Megacorp</span>
<p>Vivamus quis ex mattis, gravida erat a, iaculis urna. Proin ac eleifend tortor. Nunc in augue eget enim venenatis viverra.</p>
</div>
<div class="col-md-4 testimonial text-center">
<div class="avatar rounded-circle with-shadows mb-3 ml-auto mr-auto">
<img src="assets/images/common/avatar-2.jpeg" class="w-100" alt="Testimonial Avatar" />
</div>
<h5 class="mb-1">Darrin Ollie</h5>
<span class="text-muted d-block mb-2">CEO at Megacorp</span>
<p>Nullam eu ligula facilisis, commodo velit non, vulputate dolor. Aenean congue euismod vestibulum.</p>
</div>
<div class="col-md-4 testimonial text-center">
<div class="avatar rounded-circle with-shadows mb-3 ml-auto mr-auto">
<img src="assets/images/common/avatar-3.jpeg" class="w-100" alt="Testimonial Avatar" />
</div>
<h5 class="mb-1">Quinton Bruce</h5>
<span class="text-muted d-block mb-2">CEO at Megacorp</span>
<p> Aenean imperdiet ultrices tortor id convallis. Donec id metus magna. Morbi pretium odio faucibus blandit gravida.</p>
</div>
</div>
</div>
</div>
<!-- / Testimonials Section -->
<!-- Our Blog Section -->
<div class="blog section section-invert py-4">
<h3 class="section-title text-center m-5">Latest Posts</h3>
<div class="container">
<div class="py-4">
<div class="row">
<div class="card-deck">
<div class="col-md-12 col-lg-4">
<div class="card mb-4">
<img class="card-img-top" src="assets/images/common/card-1.jpg" alt="Card image cap">
<div class="card-body">
<h4 class="card-title">Find Great Places to Work While Travelling</h4>
<p class="card-text">He seems sinking under the evidence could not only grieve and a visit. The father is to bless and placed in his length hid...</p>
<a class="btn btn-outline-success btn-pill" href="#">Read More →</a>
</div>
</div>
</div>
<div class="col-md-12 col-lg-4">
<div class="card mb-4">
<img class="card-img-top" src="assets/images/common/card-3.jpg" alt="Card image cap">
<div class="card-body">
<h4 class="card-title">Quick Tips for Improving Your Website's Design</h4>
<p class="card-text">He seems sinking under the evidence could not only grieve and a visit. The father is to bless and placed in his length hid...</p>
<a class="btn btn-outline-success btn-pill" href="#">Read More →</a>
</div>
</div>
</div>
<div class="col-md-12 col-lg-4">
<div class="card mb-4">
<img class="card-img-top" src="assets/images/common/card-2.jpg" alt="Card image cap">
<div class="card-body">
<h4 class="card-title">A Designer's Tips While Travelling and Working</h4>
<p class="card-text">He seems sinking under the evidence could not only grieve and a visit. The father is to bless and placed in his length hid...</p>
<a class="btn btn-outline-success btn-pill" href="#">Read More →</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- / Our Blog Section -->
<!-- Subscribe Section -->
<div class="subscribe section bg-dark py-4">
<h3 class="section-title text-center text-white m-5">Newsletter</h3>
<p class="text-muted col-md-6 text-center mx-auto">Lorem ipsum dolor sit amet, consectetur adipisicing elit. At voluptatum libero ipsum eius rem, facere deserunt repudiandae autem sapiente dolores.</p>
<form class="form-inline d-table mb-5 mx-auto" action="/">
<div class="form-group">
<input class="form-control border-0 mr-3 mb-2" type="text" placeholder="Email address">
<button class="btn btn-success mb-2" type="submit">Subscribe</button>
</div>
</form>
</div>
<!-- / Subscribe Section -->
<!-- Contact Section -->
<div class="contact section-invert py-4">
<h3 class="section-title text-center m-5">Contact Us</h3>
<div class="container py-4">
<div class="row justify-content-md-center px-4">
<div class="contact-form col-sm-12 col-md-10 col-lg-7 p-4 mb-4 card">
<form>
<div class="row">
<div class="col-md-6 col-sm-12">
<div class="form-group">
<label for="contactFormFullName">Full Name</label>
<input type="email" class="form-control" id="contactFormFullName" placeholder="Enter your full name">
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="form-group">
<label for="contactFormEmail">Email address</label>
<input type="email" class="form-control" id="contactFormEmail" placeholder="Enter your email address">
</div>
</div>
</div>
<div class="row">
<div class="col">
<div class="form-group">
<label for="exampleInputEmail1">Message</label>
<textarea id="exampleInputEmail1" class="form-control mb-4" rows="10" placeholder="Enter your message..." name="message"></textarea>
</div>
</div>
</div>
<input class="btn btn-success btn-pill d-flex ml-auto mr-auto" type="submit" value="Send Your Message">
</form>
</div>
</div>
</div>
</div>
<!-- / Contact Section -->