-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
248 lines (246 loc) · 11.8 KB
/
index.html
File metadata and controls
248 lines (246 loc) · 11.8 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
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
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/style.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<title>Landify</title>
</head>
<body>
<div class="wrapper">
<main>
<section class="main-page">
<div class="menu-icon header-burger">
<span></span>
</div>
<header class="header _anim-items -anim-no-hide">
<div class="container">
<div class="header-body">
<div class="close-button">
<span class="close-item"></span>
<span class="close-item"></span>
</div>
<ul class="header-column menu">
<li class="list-item logo"><a href="index.html" class="item-link"><img src="svg/logo.svg" alt="logo"></a></li>
<li class="list-item"><a href="" class="item-link">About</a></li>
<li class="list-item"><a href="" class="item-link">Products</a></li>
<li class="list-item"><a href="" class="item-link">Pricing</a></li>
<li class="list-item"><a href="" class="item-link">Blog</a></li>
<li class="list-item"><a href="" class="item-link">Jobs</a></li>
<li class="list-item"><a href="" class="item-link">More</a></li>
</ul>
<ul class="header-column">
<li class="list-item-logo-app"><a href="" class="store-link"><img src="svg/App Store Badge.svg" alt="App Store"></a></li>
<li class="list-item-logo-app"><a href="" class="store-link"><img src="svg/Google Play Badge.svg" alt="Google Play"></a></li>
</ul>
</div>
</div>
</header>
<div class="container">
<div class="organise-block">
<div class="organise-column">
<h1 class="orginise-title _anim-items -anim-no-hide">Organise projects.
Get more done.</h1>
<button class="button _anim-items -anim-no-hide">Get Started</button>
</div>
<div class="organise-column _anim-items -anim-no-hide">
<img src="svg/iPhone X.svg" alt="">
</div>
</div>
</div>
</section>
<section class="clouds">
<div class="container">
<div class="logo-row _anim-items -anim-no-hide">
<a href="" class="cloud-link"><img src="svg/logos/Logo Clouds/Airbnb Logo.svg" alt="Airbnb Logo" class="cloud-logo"></a>
<a href="" class="cloud-link"><img src="svg/logos/Logo Clouds/FedEx Logo.svg" alt="FedEx Logo" class="cloud-logo"></a>
<a href="" class="cloud-link"><img src="svg/logos/Logo Clouds/Google Logo.svg" alt="Google Logo" class="cloud-logo"></a>
<a href="" class="cloud-link"><img src="svg/logos/Logo Clouds/Hubspot Logo.svg" alt="Hubspot Logo" class="cloud-logo"></a>
<a href="" class="cloud-link"><img src="svg/logos/Logo Clouds/Microsoft Logo.svg" alt="Microsoft Logo" class="cloud-logo"></a>
<a href="" class="cloud-link"><img src="svg/logos/Logo Clouds/Walmart Logo.svg" alt="Walmart Logo" class="cloud-logo"></a>
</div>
</div>
</section>
<section class="features">
<div class="container">
<div class="feature-main _anim-items -anim-no-hide">
<h2 class="main-feature-title">Tailor-made features</h2>
<p class="main-feature-text">Lorem ipsum is common placeholder text used to demonstrate<br> the graphic elements of a document or visual presentation.</p>
</div>
<div class="feature-row _anim-items -anim-no-hide">
<div class="feature-item ">
<img src="svg/features/Feature/row1/Feature Icons/01.svg" alt="">
<h3 class="feature-title">Robust workflow</h3>
<p class="feature-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed erat nibh tristique ipsum.</p>
</div>
<div class="feature-item">
<img src="svg/features/Feature/row1/Feature Icons/02.svg" alt="">
<h3 class="feature-title">Flexibility</h3>
<p class="feature-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed erat nibh tristique ipsum.</p>
</div>
<div class="feature-item">
<img src="svg/features/Feature/row1/Feature Icons/03.svg" alt="">
<h3 class="feature-title">User friendly</h3>
<p class="feature-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed erat nibh tristique ipsum.</p>
</div>
</div>
<div class="feature-row _anim-items -anim-no-hide">
<div class="feature-item">
<img src="svg/features/Feature/row2/Multiple/Feature Icons/04.svg" alt="">
<h3 class="feature-title">Multiple layouts</h3>
<p class="feature-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed erat nibh tristique ipsum.</p>
</div>
<div class="feature-item">
<img src="svg/features/Feature/row2/Multiple/Feature Icons/05.svg" alt="">
<h3 class="feature-title">Better components</h3>
<p class="feature-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed erat nibh tristique ipsum.</p>
</div>
<div class="feature-item">
<img src="svg/features/Feature/row2/Multiple/Feature Icons/08.svg" alt="">
<h3 class="feature-title">Well organised</h3>
<p class="feature-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed erat nibh tristique ipsum.</p>
</div>
</div>
</div>
</section>
<section class="stories">
<div class="container">
<div class="stories-block">
<span class="back-pic"></span>
<div class="story-column _anim-items -anim-no-hide">
<div class="story-title-block">
<h2 class="story-title">Real Stories from Real Customers</h2>
<span class="story-text-min">Get inspired by these stories.</span>
</div>
<div class="story-block block1">
<img src="svg/logos/Logo Clouds/Hubspot Logo.svg" alt="">
<p class="story-text">To quickly start my startup landing page design, I was looking for a landing page UI Kit. Landify is one of the best landing page UI kit I have come across. It’s so flexible, well organised and easily editable.</p>
<span class="story-author">Floyd Miles</span><span class="author-position">Vice President, GoPro</span>
</div>
</div>
<div class="story-column _anim-items -anim-no-hide">
<div class="story-block block2">
<img src="svg/logos/Logo Clouds/Airbnb Logo.svg" alt="">
<p class="story-text">I used landify and created a landing page for my startup within a week. The Landify UI Kit is simple and highly intuitive, so anyone can use it.</p>
<span class="story-author">Jane Cooper</span><span class="author-position">CEO, Airbnb</span>
</div>
<div class="story-block block3">
<img src="svg/logos/Logo Clouds/BookMyShow Logo.svg" alt="">
<p class="story-text">Landify saved our time in designing my company page.</p>
<span class="story-author">Kristin Watson</span><span class="author-position">Co-Founder, BookMyShow</span>
</div>
</div>
</div>
</div>
</section>
<section class="stats">
<div class="container">
<div class="stats-row">
<div class="stats-column _anim-items -anim-no-hide">
<h2 class="stat-title">Our 18 years of achievements</h2>
<span class="stat-text">With our super powers we have reached this</span>
</div>
<div class="stats-column _anim-items -anim-no-hide">
<div class="stat-item">
<img src="svg/features/Feature/row1/Feature Icons/01.svg" alt="">
<span class="stat-num">10,000+</span>
<p class="stat-name">Downloads per day</p>
</div>
<div class="stat-item">
<img src="svg/features/Feature/row2/Multiple/Feature Icons/05.svg" alt="">
<span class="stat-num">500+</span>
<p class="stat-name">Clients</p>
</div>
<div class="stat-item">
<img src="svg/features/Feature/row2/Multiple/Feature Icons/04.svg" alt="">
<span class="stat-num">2 Million</span>
<p class="stat-name">Users</p>
</div>
<div class="stat-item">
<img src="svg/features/Feature/row1/Feature Icons/02.svg" alt="">
<span class="stat-num">140</span>
<p class="stat-name">Countries</p>
</div>
</div>
</div>
</div>
</section>
<section class="headline">
<div class="container">
<div class="headline-block _anim-items -anim-no-hide">
<div class="headline-column mockup-image">
<div class="mockup-image">
<img src="svg/CTA/Phone Mockup 2.svg" alt="">
</div>
</div>
<div class="headline-column">
<h2 class="headline-title">Headline</h2>
<p class="headline-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Condimentum diam orci pretium a pharetra, feugiat cursus. Dictumst risus, sem egestas odio cras adipiscing vulputate. Nisi, risus in suscipit non. Non commodo volutpat, pharetra, vel.</p>
<a href="" class="headline-link">Get started</a>
</div>
</div>
<div class="enter-the-world _anim-items -anim-no-hide">
<div class="world-row">
<h2 class="headline-title">Enter the world of all fashion trends</h2>
<p class="headline-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Venenatis scelerisque at quam congue posuere libero in sit quam. Consequat, scelerisque non tincidunt sit lectus senectus.</p>
</div>
<div class="world-row"><img src="img/Lamps.jpg" alt=""></div>
</div>
</div>
</section>
<section class="manage-project">
<div class="container">
<div class="project-row">
<div class="project-column">
<h2 class="project-title _anim-items -anim-no-hide">Manage your projects from your mobile</h2>
<p class="project-text _anim-items -anim-no-hide">Download the app to manage your projects, keep track of the progress and complete tasks without procastinating. Stay on track and complete on time!</p>
<span class="get-app _anim-items -anim-no-hide">Get the App</span>
<div class="app-links _anim-items -anim-no-hide">
<a href="" class="app-link"><img src="svg/App Store Badge.svg" alt="App Store"></a>
<a href="" class="app-link"><img src="svg/Google Play Badge.svg" alt="Google Play"></a>
</div>
</div>
<div class="project-column">
<div class="mockups _anim-items -anim-no-hide">
<img src="svg/CTA/Phone Mockup 1.svg" alt="" width="232">
<img src="svg/CTA/Phone Mockup 2.svg" alt="" width="232">
</div>
</div>
</div>
</div>
</section>
<footer class="footer">
<div class="container">
<div class="footer-row _anim-items -anim-no-hide">
<div class="footer-column">
<img class="footer-logo" src="svg/footer-Logo.svg" alt="">
<div class="link-row">
<a href="" class="footer-link">Download Now</a>
<a href="" class="footer-link">License</a>
</div>
<div class="link-row">
<a href="" class="footer-link">About</a>
<a href="" class="footer-link">Features</a>
<a href="" class="footer-link">Pricing</a>
<a href="" class="footer-link">Careers</a>
<a href="" class="footer-link">Help</a>
<a href="" class="footer-link">Privacy Policy</a>
</div>
<span class="copy">© 2020 Landify UI Kit. All rights reserved</span>
</div>
<div class="footer-column">
<div class="app-links _anim-items -anim-no-hide">
<span class="get-app _anim-items -anim-no-hide">Get the App</span>
<a href="" class="app-link"><img src="svg/App Store Badge.svg" alt="App Store"></a>
<a href="" class="app-link"><img src="svg/Google Play Badge.svg" alt="Google play"></a>
</div>
</div>
</div>
</div>
</footer>
</main>
</div>
<script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>