-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
263 lines (227 loc) · 8.89 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- displays site properly based on user's device -->
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Be+Vietnam:wght@400;500;700&display=swap" rel="stylesheet">
<!-- Add the slick-theme.css if you want default styling -->
<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/[email protected]/slick/slick.css" />
<!-- Add the slick-theme.css if you want default styling -->
<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/[email protected]/slick/slick-theme.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6549411660642379"
crossorigin="anonymous"></script>
<link rel="stylesheet" href="./sass/styles.css">
<title>Frontend Mentor | Manage landing page</title>
</head>
<body id="body">
<div class="nav m-x">
<li class="nav-links">
<ul class="nav-links-logo"><a href="#"><img src="./images/logo.svg" alt=""></a></ul>
<ul class="nav-links-link hide-for-mobile"><a href="#">Pricing</a></ul>
<ul class="nav-links-link hide-for-mobile"><a href="#">Product</a></ul>
<ul class="nav-links-link hide-for-mobile"><a href="#">About Us</a></ul>
<ul class="nav-links-link hide-for-mobile"><a href="#">Careers</a></ul>
<ul class="nav-links-link hide-for-mobile"><a href="#">Community</a></ul>
<ul class="nav-links-btn hide-for-mobile""><button class=" nav-links-cta">Get Started</button></ul>
<div class=" nav-links-hamburger" id="hamburgerBtn">
<span></span><span></span><span></span>
</li>
</div>
<div class="nav-mob" id="navMob">
<li class="nav-mob-linksmob" id="hamburgerLinks">
<ul class="nav-mob-linksmob-link hide-for-desktop"><a href="#">Pricing</a></ul>
<ul class="nav-mob-linksmob-link hide-for-desktop"><a href="#">Product</a></ul>
<ul class="nav-mob-linksmob-link hide-for-desktop"><a href="#">About Us</a></ul>
<ul class="nav-mob-linksmob-link hide-for-desktop"><a href="#">Careers</a></ul>
<ul class="nav-mob-linksmob-link hide-for-desktop"><a href="#">Community</a></ul>
</li>
</div>
</div>
<div class="hero m-x">
<div class="hero-image">
<img src="./images/illustration-intro.svg" alt="">
</div>
<div class="hero-text">
<div class="hero-text-heading">
<h1>Bring everyone together to build better products.</h1>
</div>
<div class="hero-text-text">
<p>Manage makes it simple for software teams to plan day-to-day
tasks while keeping the larger team goals in view.</p>
</div>
<div class="hero-text-cta">
<button>Get Started</button>
</div>
</div>
</div>
<div class="midbody m-x">
<div class="midbody-left">
<div class="midbody-left-heading">
<h2>What’s different about Manage?</h2>
</div>
<div class="midbody-left-text">
<p> Manage provides all the functionality your team needs, without
the complexity. Our software is tailor-made for modern digital
product teams. </p>
</div>
</div>
<div class="midbody-right">
<div class="midbody-right-element">
<div class="midbody-right-element-heading">
<div class="midbody-right-element-heading-num">
<h3>01</h3>
</div>
<h3>Track company-wide progress</h3>
</div>
<div class="midbody-right-element-text">
<p> See how your day-to-day tasks fit into the wider vision. Go from
tracking progress at the milestone level all the way done to the
smallest of details. Never lose sight of the bigger picture again.</p>
</div>
</div>
<div class="midbody-right-element">
<div class="midbody-right-element-heading">
<div class="midbody-right-element-heading-num">
<h3>02</h3>
</div>
<h3>Advanced built-in reports</h3>
</div>
<div class="midbody-right-element-text">
<p> Set internal delivery estimates and track progress toward company
goals. Our customisable dashboard helps you build out the reports
you need to keep key stakeholders informed.</p>
</div>
</div>
<div class="midbody-right-element">
<div class="midbody-right-element-heading">
<div class="midbody-right-element-heading-num">
<h3>03</h3>
</div>
<h3>Everything you need in one place</h3>
</div>
<div class="midbody-right-element-text">
<p>Stop jumping from one service to another to communicate, store files,
track tasks and share documents. Manage offers an all-in-one team
productivity solution.</p>
</div>
</div>
</div>
</div>
<div class="wrapper">
<h2>What they've said</h2>
<div class="carousel">
<div class="carouselitem">
<div class="carouselitem-img">
<img src="./images/avatar-anisha.png" alt="">
<h3>Anisha Li</h3>
</div>
<div class="carouselitem-text">
<p>
“Manage has supercharged our team’s workflow. The ability to maintain
visibility on larger milestones at all times keeps everyone motivated.”
</p>
</div>
</div>
<div class="carouselitem">
<div class="carouselitem-img">
<img src="./images/avatar-ali.png" alt="">
<h3>Ali Bravo</h3>
</div>
<div class="carouselitem-text">
<p>
“We have been able to cancel so many other subscriptions since using
Manage. There is no more cross-channel confusion and everyone is much
more focused.”
</p>
</div>
</div>
<div class="carouselitem">
<div class="carouselitem-img">
<img src="./images/avatar-richard.png" alt="">
<h3>Richard Watts</h3>
</div>
<div class="carouselitem-text">
<p>
“Manage allows us to provide structure and process. It keeps us organized
and focused. I can’t stop recommending them to everyone I talk to!”
</p>
</div>
</div>
<div class="carouselitem">
<div class="carouselitem-img">
<img src="./images/avatar-shanai.png" alt="">
<h3>Shanai Gough</h3>
</div>
<div class="carouselitem-text">
<p>
“Their software allows us to track, manage and collaborate on our projects
from anywhere. It keeps the whole team in-sync without being intrusive.”
</p>
</div>
</div>
</div>
<div class="wrapper-cta">
<button>Get Started</button>
</div>
</div>
<div class="bottomhero">
<div class="bottomhero-wrapper">
<div class="bottomhero-text">
<h3>Simplify how your team works today.</h3>
</div>
<div class="bottomhero-btn">
<button>Get Started</button>
</div>
</div>
</div>
<div class="footer">
<div class="footer-wrapper">
<div class="footer-logo">
<div class="footer-logo-main">
<img src="./images/logo-white.svg" alt="">
</div>
<div class="footer-logo-social">
<img src="./images/icon-facebook.svg" alt="">
<img src="./images/icon-youtube.svg" alt="">
<img src="./images/icon-twitter.svg" alt="">
<img src="./images/icon-pinterest.svg" alt="">
<img src="./images/icon-instagram.svg" alt="">
</div>
</div>
<div class="footer-links">
<div class="footer-links-home">
<ul>
<li>Home</li>
<li>Pricing</li>
<li>Products</li>
<li>About Us</li>
</ul>
</div>
<div class="footer-links-careers">
<ul>
<li>Careers</li>
<li>Community</li>
<li>Privacy Policy</li>
</ul>
</div>
</div>
<div class="footer-subscription">
<input type="text" placeholder="Updates in you inbox...">
<button>Go</button>
</div>
</div>
</div>
<div class="attribution">
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.
Coded by <a href="https://github.com/logolica99" target="blank">logolica99</a>.
</div>
<script type="text/javascript" src="//cdn.jsdelivr.net/npm/[email protected]/slick/slick.min.js"></script>
<script src="./app.js"></script>
<script></script>
</body>
</html>