-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
243 lines (233 loc) · 10.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
<title>Manage E-Commerce</title>
<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+Pro:wght@400;500;600;700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="./styles/styles.css">
<script defer src="./scripts/script.js"></script>
<script defer src="./scripts/observers.js"></script>
</head>
<body>
<header class="primary-header">
<img class="primary-header__illustration" src="./images/bg-tablet-pattern.svg" alt="">
<div class="container container_navigation">
<a href="#"><img src="./images/logo.svg" alt="Logo of manage"></a>
<button class="mobile-nav-toggle" aria-controls="primary-navigation" aria-expanded="false">
<svg viewBox="0 0 100 100" width="40">
<rect class="line top" width="80" height="10" x="10" y="25" rx="5" fill="var(--button-color)"></rect>
<rect class="line middle" width="80" height="10" x="10" y="45" rx="5" fill="var(--button-color)"></rect>
<rect class="line bottom" width="80" height="10" x="10" y="65" rx="5" fill="var(--button-color)"></rect>
</svg>
</button>
<nav aria-label="primary" class="primary-navigation">
<ul id="primary-navigation" role="list" class="nav__list">
<li><a href="#">Pricing</a></li>
<li><a href="#">Product</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Careers</a></li>
<li><a href="#">Community</a></li>
</ul>
</nav>
<button class="button">Get Started</button>
</div>
</header>
<main>
<section class="first-section | padding-block-90">
<img class="first-section__illustration" src="./images/bg-tablet-pattern.svg" alt="">
<div class="container">
<div class="even-columns">
<div class="first-section__column-one | flow">
<h1 class="disappear fs-primary-heading fw-bold">
Bring everyone together to build better products.
</h1>
<p class="disappear">
Manage makes it simple for software teams to plan day-to-day
tasks while keeping the larger team goals in view
</p>
<button class="button disappear">Get Started</button>
</div>
<div class="first-section__column-two">
<img class="disappear" src="./images/illustration-intro.svg" alt="main illustration">
</div>
</div>
</div>
</section>
<section class="padding-block-90">
<div class="container">
<div class="even-columns">
<div class="second-section__column-one | flow">
<h2 class="disappear fs-secondary-heading fw-bold">
What’s different about Manage?</h2>
<p class="disappear">
Manage provides all the functionality your team needs, without
the complexity. Our software is tailor-made for modern digital
product teams.
</p>
</div>
<div class="second-section__column-two">
<ul role="list" class="numbered-items | flow">
<li class="flow flow_place_li">
<h3 class="disappear fs-600 fw-bold">Track company-wide progress</h3>
<p class="disappear">
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>
</li>
<li class="flow flow_place_li">
<h3 class="disappear fs-600 fw-bold">Advanced built-in reports</h3>
<p class="disappear">
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>
</li>
<li class="flow flow_place_li">
<h3 class="disappear fs-600 fw-bold">Everything you need in one place</h3>
<p class="disappear">
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>
</li>
</ul>
</div>
</div>
</div>
</section>
<section class="carousel | padding-block-700 disappear">
<h2 class="fs-secondary-heading fw-bold">
What they’ve said
</h2>
<div class="embla" id="embla">
<div class="embla__container">
<div class="embla__slide">
<div class="slide__wrapper">
<img src="./images/avatar-anisha.png" class="slider__image" alt="avatar">
<div class="slider__content">
<h3 class="fw-bold">Anisha Li</h3>
<p data-width="wide">“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>
<div class="embla__slide">
<div class="slide__wrapper">
<img src="./images/avatar-ali.png" class="slider__image" alt="avatar">
<div class="slider__content">
<h3 class="fw-bold">Ali Bravo</h3>
<p data-width="wide">“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>
<div class="embla__slide">
<div class="slide__wrapper">
<img src="./images/avatar-richard.png" class="slider__image" alt="avatar">
<div class="slider__content">
<h3 class="fw-bold">Richard Watts</h3>
<p data-width="wide">“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>
<div class="embla__slide">
<div class="slide__wrapper">
<img src="./images/avatar-shanai.png" class="slider__image" alt="avatar">
<div class="slider__content">
<h3 class="fw-bold">Shanai Gough</h3>
<p data-width="wide">“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>
</div>
<button class="button button--carousel">Get Started</button>
</section>
<section class="cta | bg-accent-400 padding-block-700">
<img class="cta__illustration" src="./images/bg-simplify-section-desktop.svg" alt="">
<div class="container">
<div class="even-columns">
<div>
<p class="fs-secondary-heading fw-bold text-neutral-100 disappear">
Simplify how your team works today.
</p>
</div>
<div>
<button class="button button--cta disappear" data-type="inverted">
Get Started
</button>
</div>
</div>
</div>
</section>
</main>
<footer class="padding-block-700 bg-neutral-900 text-neutral-100">
<div class="container">
<div class="even-columns even-columns--footer">
<div class="footer__social-container">
<a href="">
<img class="footer__logo" src="./images/logo--footer.svg" alt="Logo of manage">
</a>
<ul class="footer__social-list" role="list" aria-label="Social links">
<li><a aria-label="facebook" href="#">
<img src="./images/icon-facebook.svg" alt="" class="social-icons">
</a></li>
<li><a aria-label="youtube" href="#">
<img src="./images/icon-youtube.svg" alt="" class="social-icons">
</a></li>
<li><a aria-label="twitter" href="#">
<img src="./images/icon-twitter.svg" alt="" class="social-icons">
</a></li>
<li><a aria-label="pinterest" href="#">
<img src="./images/icon-pinterest.svg" alt="" class="social-icons">
</a></li>
<li><a aria-label="instagram" href="#">
<img src="./images/icon-instagram.svg" alt="" class="social-icons">
</a></li>
</ul>
</div>
<div class="footer__nav-container">
<nav aria-label="footer" class="footer__nav">
<ul class="footer__nav-list" role="list">
<li><a href="#">Home</a></li>
<li><a href="#">Pricing</a></li>
<li><a href="#">Products</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Careers</a></li>
<li><a href="#">Community</a></li>
<li><a href="#">Privacy Policy</a></li>
</ul>
</nav>
</div>
<div class="footer__form-container">
<form class="footer__form" action="">
<input type="email" placeholder="Your Email"></input>
<button class="button button--no-shadow">Go</button>
</form>
<p class="footer__form-paragraph">Copyright 2020. All Rights Reserved</p>
</div>
</div>
</div>
</footer>
<script src="https://unpkg.com/embla-carousel"></script>
<script>
const embla = EmblaCarousel(document.getElementById('embla'))
</script>
</body>
</html>