-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
284 lines (266 loc) · 13.3 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
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
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
<!--
code by: Jerónimo Matavel Jr. | github => /Jeronimo-MZ
Original Layout link: https://figmaland.com/templates/dark-startup
Design by: Figma Land
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Font & icons -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.2/css/all.css">
<!-- Font & icons -->
<link rel="shortcut icon" href="./public/images/Figma Logo.png" type="image/x-icon">
<link rel="stylesheet" href="./public/css/main.css">
<title>Figma Land | Landing Page Dark</title>
</head>
<body>
<header id="page-header">
<div id="nav-bar">
<img src="./public/images/logo-dark.svg" alt="" class="logo">
<input type="checkbox" name="chk-menu" id="chk-menu">
<nav class="menu">
<a href="#">Home</a>
<a href="#">Product</a>
<a href="#">About</a>
<a href="#">Contact Us</a>
</nav> <!-- /.menu-->
<div class="right-container">
<a href="#" class="button">Login</a>
<label for="chk-menu">
<img src="./public/images/menu-icon.svg" alt="">
</label>
</div><!-- /.right-container-->
</div> <!-- /#nav-bar-->
<div class="text-content">
<h1>Work at the speed of a thought</h1>
<p>Most Calendars are designed for teams.</p>
<p>Slate is designed for freelancers who want a simple way to plan schedule.</p>
</div><!-- /.text-content-->
<div class="buttons">
<a href="#" class="button btn-blue">Try For Free</a>
<a href="#" class="button">Learn More</a>
</div> <!-- /.buttons-->
<div class="screens"><img src="./public/images/screens.svg" draggable="false"></div>
</header> <!-- /#page-header -->
<main>
<section id="features">
<div class="text-content">
<h1>Features</h1>
<p>Most Calendars are designed for teams.</p>
<p>Slate is designed for freelancers who want a simple way to plan schedule.</p>
</div> <!-- /.text-content -->
<div class="features-container">
<img src="./public/images/frame-19.svg" alt="Features">
<div class="features-list">
<div class="feature">
<div class="header">
<img src="./public/images/ic_round-restaurant-menu.svg" alt="restaurant menu icon">
<h1>A single source of truth</h1>
</div>
<p>When you add work to your slate calendar we automatically calculate useful insights</p>
</div> <!-- feature -->
<div class="feature">
<div class="header">
<img src="./public/images/mdi_alien-outline.svg" alt="alien icon">
<h1>Intuitive interface</h1>
</div>
<p>When you add work to your slate calendar we automatically calculate useful insights</p>
</div> <!-- feature-->
<div class="feature">
<div class="header">
<img src="./public/images/mdi_all-inclusive.svg" alt="infinite icon">
<h1>Or with rules</h1>
</div>
<p>When you add work to your slate calendar we automatically calculate useful insights</p>
</div> <!-- feature -->
</div> <!-- ./feature-list-->
</div> <!-- /.features-container -->
</section><!-- /#features -->
<section id="contents">
<div class="text-content">
<h1>Contents</h1>
<p>We focus on ergonomics and meeting you where you work.</p>
<p>It's only a keystroke away.</p>
</div>
<div class="cards">
<div class="card">
<h1>Work</h1>
<p>Ever wondered if you're too reliant on a client for work? Slate helps you identify .</p>
<a href="" class="button btn-blue">Sign Up</a>
<!-- /.button blue -->
<img src="./public/images/macbook-pro.svg" alt="Macbook Pro">
</div>
<!-- /.card -->
<div class="card">
<h1>Design with real data</h1>
<p>Ever wondered if you're too reliant on a client for work? Slate helps you identify .</p>
<a href="" class="button btn-blue">Try For Free</a>
<!-- /.button blue -->
<img src="./public/images/boards-notifications.svg" alt="boards notifications">
</div>
<!-- /.card -->
</div>
<!-- /.cards -->
</section>
<!-- /#contents -->
<section id="gallery">
<h1>Gallery</h1>
<p>We focus on ergonomics and meeting you where you work. It's only a keystroke away.</p>
<div class="images images-mobile">
<img src="./public/images/gallery/card_1.svg" alt="image 1">
<img src="./public/images/gallery/card_2.svg" alt="image 2">
<img src="./public/images/gallery/card_3.svg" alt="image 3">
<img src="./public/images/gallery/card_4.svg" alt="image 4">
</div>
<!-- /.images-mobile -->
<div class="images images-desktop">
<div class="first">
<img src="./public/images/gallery/rectangle_1.svg" alt="image 1">
<img src="./public/images/gallery/rectangle_2.svg" alt="image 2">
<img src="./public/images/gallery/rectangle_3.svg" alt="image 3">
<img src="./public/images/gallery/rectangle_4.svg" alt="image 4">
</div>
<div class="second">
<img src="./public/images/gallery/rectangle_5.svg" alt="image 5">
<img src="./public/images/gallery/rectangle_6.svg" alt="image 6">
<img src="./public/images/gallery/rectangle_7.svg" alt="image 7">
</div>
</div>
<!-- /.images-desktop -->
<a href="#" class="button">See More</a>
<!-- /.button btn-blue -->
</section>
<!-- /#gallery -->
<section id="partners">
<div class="text-content">
<h1>Partners</h1>
<p>We focus on ergonomics and meeting you where you work. It's only a keystroke away.</p>
</div> <!-- /.text-content -->
<div class="partners-logos">
<img src="./public/images/logos_apple-app-store.svg" alt="App Store Logo">
<img src="./public/images/logos_apiary.svg" alt="Apiary Logo">
<img src="./public/images/logos_android-icon.svg" alt="Android Logo">
<img src="./public/images/logos_basecamp.svg" alt="Basecamp Logo">
<img src="./public/images/logos_airbnb.svg" alt="Air bnb Logo">
<img src="./public/images/logos_ibm.svg" alt="IBM Logo">
</div> <!-- /.partners-logos -->
<a href="" class="button">All Partners</a>
</section> <!-- /#partners -->
<section id="testimonials">
<h1>Testimonials</h1>
<div class="testimonials-container">
<div class="testimonial">
<div class="author">
<img src="./public/images/avatar.jpg" alt="author image">
<div>
<p class="name">Jerónimo Matavel</p>
<p class="occupation">Developer</p>
</div>
</div>
<p>Slate helps you see how many more days you need to work to reach your financial goal for themonth and year. Slate helps you see how many more days you need to work to reach your financial goal for the month and year. your financial goal for the month and year.</p>
</div>
<!-- /.testimonial -->
<div class="testimonial">
<div class="author">
<img src="./public/images/author_1.jpg" alt="author image">
<div>
<p class="name">Catherine Hendricks</p>
<p class="occupation">Designer</p>
</div>
</div>
<p>Slate helps you see how many more days you need to work to reach your financial goal for themonth and year. Slate helps you see how many more days you need to work to reach your financial goal for the month and year. your financial goal for the month and year.</p>
</div>
<!-- /.testimonial -->
<div class="testimonial">
<div class="author">
<img src="./public/images/author_2.jpg" alt="author image">
<div>
<p class="name">Mark Evans</p>
<p class="occupation">Designer</p>
</div>
</div>
<p>Slate helps you see how many more days you need to work to reach your financial goal for themonth and year. Slate helps you see how many more days you need to work to reach your financial goal for the month and year.</p>
</div>
<!-- /.testimonial -->
<div class="testimonial">
<div class="author">
<img src="./public/images/author_3.jpg" alt="author image">
<div>
<p class="name">Alex Reagan</p>
<p class="occupation">Developer</p>
</div>
</div>
<p>Slate helps you see how many more days you need to work to reach your financial goal for themonth and year. Slate helps you see how many more days you need to work to reach your financial goal for the month and year.</p>
</div>
<!-- /.testimonial -->
</div>
<!-- /.testimonials-container -->
</section>
<!-- /#testimonials -->
<section id="cta">
<div class="content">
<div class="container">
<h2>OpenType features and Variable fonts</h2>
<a href="" class="button btn-blue">Try For Free</a>
</div>
<!-- /.container -->
<img class="mobile" src="./public/images/line_chart_mobile.png" alt="Line chart">
<img class="desktop" src="./public/images/line_chart_desktop.png" alt="Line chart">
</div>
</section>
<!-- /#cta -->
</main>
<footer>
<nav id="footer-nav">
<ul>
<h2>Fingertipe</h2>
<li><a href="#">Home</a></li>
<li><a href="#">Examples</a></li>
<li><a href="#">Pricing</a></li>
<li><a href="#">Updates</a></li>
</ul> <!-- /ul -->
<ul>
<h2>Resources</h2>
<li><a href="#">Home</a></li>
<li><a href="#">Examples</a></li>
<li><a href="#">Pricing</a></li>
<li><a href="#">Updates</a></li>
</ul> <!-- /ul -->
<ul>
<h2>About</h2>
<li><a href="#">Home</a></li>
<li><a href="#">Examples</a></li>
<li><a href="#">Pricing</a></li>
<li><a href="#">Updates</a></li>
</ul> <!-- /ul -->
</nav> <!--/#footer-nav -->
<div class="contact">
<p class="address">
<i class="fas fa-map-marker-alt"></i>
Maputo - Mozambique
</p>
<p class="phone-number">
<i class="fas fa-mobile-alt"></i>
(258) 84 55 55 555
</p>
<div class="social-media">
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-facebook-square"></i></a>
<a href="#"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/Jeronimo-MZ"><i class="fab fa-github"></i></a>
</div><!-- /.social-media -->
</div><!-- /.contact-->
</footer><!-- /footer-->
<a href="#page-header" class="back-to"><i class="fas fa-angle-up"></i></a>
<script src="./public/js/script.js"></script>
</body>
</html>
<!--
code by: Jerónimo Matavel Jr. | github => /Jeronimo-MZ
Original Layout link: https://figmaland.com/templates/dark-startup
Design by: Figma Land
-->