-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
213 lines (207 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="images/favicon-32x32.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css">
<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;700&display=swap" rel="stylesheet">
<!-- SLIDER CSS AND JS -->
<link rel="stylesheet" href="https://unpkg.com/a11y-slider@latest/dist/a11y-slider.css"/>
<script src="https://unpkg.com/a11y-slider@latest/dist/a11y-slider.js"></script>
<title>Manage</title>
</head>
<body>
<header class="primary-header">
<div class="container">
<div class="nav-wrapper">
<a href="#">
<svg class="logo" width="146" height="24">
<use xlink:href="images/logo.svg#logo"></use>
</svg>
</a>
<button class="mobile-nav-toggle" aria-controls="primary-navigation" aria-expanded="false">
<!--<img class="icon-hamburger" src="images/icon-hamburger.svg" alt="" aria-hidden="true">
<img class="icon-close" src="images/icon-close.svg" alt="" aria-hidden="true">-->
<span class="visually-hidden">Menu</span>
</button>
<nav class="primary-navigation" id="primary-navigation">
<ul aria-label="Primary" 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 | display-sm-none display-md-inline-flex">Get Started</button>
</div>
</div>
</header>
<main>
<section class="hero | text-center-sm-only padding-block-900">
<div class="container">
<div class="even-columns">
<div class="flow">
<h1 class="fs-primary-heading fw-bold">Bring everyone together to build better products.</h1>
<p>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">Get Started</button>
</div>
<div class="hero__image">
<img class="mx-auto" src="images/illustration-intro.svg">
</div>
</div>
</div>
</section>
<section class="sales-points | padding-block-900">
<div class="container">
<div class="even-columns">
<div class="sales-points__blog | flow text-center-sm-only margin-bottom-700" style="--flow-spacer: 1.5rem">
<h2 class="fs-secondary-heading fw-bold">What’s different about Manage?</h2>
<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>
<ul class="numbered-items | flow" role="list">
<li>
<div class="flow" style="--flow-spacer: 1em">
<h3 class="numbered-items__title | fs-600 fw-bold">Track company-wide progress</h3>
<p class="numbered-items__body" data-width="wide">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>
</li>
<li>
<div class="flow" style="--flow-spacer: 1em">
<h3 class="numbered-items__title | fs-600 fw-bold">Advanced built-in reports</h3>
<p class="numbered-items__body" data-width="wide">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>
</li>
<li>
<div class="flow" style="--flow-spacer: 1em">
<h3 class="numbered-items__title | fs-600 fw-bold">Everything you need in one place</h3>
<p class="numbered-items__body" data-width="wide">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>
</li>
</ul>
</div>
</div>
</div>
</section>
<section class="carousel | padding-block-900 text-center">
<h2 class="fs-secondary-heading fw-bold">What they’ve said</h2>
<!-- CAROUSEL -->
<ul class="slider">
<li>
<img src="images/avatar-anisha.png" alt="">
<div class="slider-content | flow" style="--flow-spacer: 1rem">
<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>
</li>
<li>
<img src="images/avatar-ali.png" alt="">
<div class="slider-content | flow" style="--flow-spacer: 1rem">
<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>
</li>
<li>
<img src="images/avatar-richard.png" alt="">
<div class="slider-content | flow" style="--flow-spacer: 1rem">
<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>
</li>
<li>
<img src="images/avatar-shanai.png" alt="">
<div class="slider-content | flow" style="--flow-spacer: 1rem">
<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>
</li>
</ul>
<button class="button">Get Started</button>
</section>
<section class="cta | margin-top-900 padding-block-900 bg-accent-400 text-neutral-100">
<div class="container">
<div class="even-columns vertical-align-center">
<div>
<p class="fs-primary-heading fw-bold">Simplify how your team works today.</p>
</div>
<div class="justify-self-end-md">
<button class="button | push-right" data-type="inverted">Get Started</button>
</div>
</div>
</div>
</section>
</main>
<footer class="primary-footer | padding-block-700 bg-neutral-900 text-neutral-100">
<div class="container">
<div class="primary-footer__wrapper">
<a class="primary-footer__logo" href="#" aria-label="home">
<svg class="logo" width="146" height="24">
<use xlink:href="images/logo.svg#logo"></use>
</svg>
</a>
<ul class="social-list" role="list" aria-label="Social links">
<li><a aria-label="facebook" href="#facebook">
<svg class="social-icon">
<use href="images/social-icons.svg#icon-facebook"></use>
</svg></a>
</li>
<li><a aria-label="youtube" href="#youtube">
<svg class="social-icon">
<use href="images/social-icons.svg#icon-youtube"></use>
</svg></a>
</li>
<li><a aria-label="twitter" href="#twitter">
<svg class="social-icon">
<use href="images/social-icons.svg#icon-twitter"></use>
</svg></a>
</li>
<li><a aria-label="pinterest" href="#pinterest">
<svg class="social-icon">
<use href="images/social-icons.svg#icon-pinterest"></use>
</svg></a>
</li>
<li><a aria-label="instagram" href="#instagram"><svg class="social-icon">
<use href="images/social-icons.svg#icon-instagram"></use>
</svg></a>
</li>
</ul>
<div class="primary-footer__nav-wrapper">
<nav class="footer-nav">
<ul class="flow" style="--flow-spacer: 1em;" aria-label="Footer" role="list">
<li><a href="#Home">Home</a></li>
<li><a href="#Pricing">Pricing</a></li>
<li><a href="#Products">Products</a></li>
<li><a href="#AboutUs">About Us</a></li>
<li><a href="#Careers">Careers</a></li>
<li><a href="#Community">Community</a></li>
<li><a href="#PrivacyPolicy">Privacy Policy</a></li>
</ul>
</nav>
</div>
<!--<div class="primary-footer-form">-->
<form class="primary-footer__form" action="">
<input type="email">
<button class="button" data-shadow="none">Go</button>
</form>
<p class="primary-footer__copyright">Copyright 2023. All Rights Reserved</p>
<!--</div>-->
</div>
</div>
<div class="primary-footer__author text-center margin-top-400"> Created with ❤️ by <a href="https://github.com/rfcho322"> rfcho322 </a></div>
</footer>
<script type="module" src="/main.js"></script>
</body>
</html>