-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
178 lines (177 loc) · 9.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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">
<script src="https://kit.fontawesome.com/07b6893f25.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="src/css/styles.css">
<title>Manage | Bring everyone together to build better products</title>
</head>
<body>
<header>
<div class="header--logo">
<img src="src/assets/img/logo.svg" alt="Logo Manage">
</div>
<nav class="header--nav">
<ul class="header--links">
<li class="header--link"><a href="#">pricing</a></li>
<li class="header--link"><a href="#">product</a></li>
<li class="header--link"><a href="#">about us</a></li>
<li class="header--link"><a href="#">careers</a></li>
<li class="header--link"><a href="#">community</a></li>
</ul>
</nav>
<span class="header--btn btn btn-primary"><a href="#">get started</a></span>
<div class="header--burger">
<img class="header--toggle-icon header--toggle-icon__close" src="src/assets/img/icon-hamburger.svg" alt="Burger Menu">
</div>
</header>
<main>
<section class="hero">
<div class="hero--illustration">
<img src="src/assets/img/illustration-intro.svg" alt="Charts">
</div>
<div class="hero--content">
<h1 class="hero--title">Bring everyone together to build better products.</h1>
<p class="hero--text text">
Manage makes it simple for software teams to plan day-to-day tasks while keeping the large team goals in view.
</p>
<span class="hero--btn btn btn-primary"><a href="#">get started</a></span>
</div>
</section>
<section class="features">
<div class="features--abstract">
<h2 class="features--title">What's different about Manage?</h2>
<p class="features--text text">
Manage provides all the functionality your teas needs, without the complexity. Our software is tailor-made for modern digital product teams.
</p>
</div>
<div class="features--cards">
<!-- card #1 -->
<div class="features--card">
<h4 class="features--card-title">Track company-wide progress</h4>
<p class="features--card-text text">
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>
<!-- card #2 -->
<div class="features--card">
<h4 class="features--card-title">Advance built-in reports</h4>
<p class="features--card-text text">
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>
<!-- card #3 -->
<div class="features--card">
<h4 class="features--card-title">Everything you need in one place</h4>
<p class="features--card-text text">
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>
</section>
<section class="testimonials">
<h2 class="testimonials--title">What they've said</h2>
<div class="testimonials--cards">
<!-- card #1 -->
<div class="testimonials--card">
<div class="testimonials--card-img">
<img src="src/assets/img/avatar-anisha.png" alt="Anisha profile photo">
</div>
<h5 class="testimonials--card-title">Anisha Dixit</h5>
<p class="testimonials--card-text text">
“Manage has supercharged our team's workflow. The ability to maintain visibility on larger milestones at all times keeps everyone motivated.”
</p>
</div>
<!-- card #2 -->
<div class="testimonials--card">
<div class="testimonials--card-img">
<img src="src/assets/img/avatar-ali.png" alt="Ali profile photo">
</div>
<h5 class="testimonials--card-title">Ali Bravo</h5>
<p class="testimonials--card-text text">
“We have been able to cancel so many other subscriptions since using manage. There ir no more cross-channel confusion and everyone is much more focused.”
</p>
</div>
<!-- card #3 -->
<div class="testimonials--card">
<div class="testimonials--card-img">
<img src="src/assets/img/avatar-richard.png" alt="Richard profile photo">
</div>
<h5 class="testimonials--card-title">Richard Watts</h5>
<p class="testimonials--card-text text">
“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>
<!-- Card #4 -->
<div class="testimonials--card">
<div class="testimonials--card-img">
<img src="src/assets/img/avatar-shanai.png" alt="Richard profile photo">
</div>
<h5 class="testimonials--card-title">Shanai Gough</h5>
<p class="testimonials--card-text text">
“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>
<!-- Puntos carrusel -->
<!-- <div class="carousel-dots">
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
</div> -->
<span class="testimonials--btn btn btn-primary"><a href="#">get started</a></span>
</section>
</main>
<footer>
<div class="footer--top">
<h4 class="footer--top-title">Simplify how your team works today.</h4>
<span class="footer--btn btn-secondary btn"><a href="#">get started</a></span>
</div>
<div class="footer--bot">
<form class="footer--subscribe">
<div class="group-form">
<label for="email">Consider subscribing</label>
<input type="email" id="email" name="email" placeholder="Update in your inbox...">
<p class="email--error">Please insert a valid email</p>
</div>
<button type="submit" class="submit-btn btn">Go</button>
</form>
<nav class="footer--nav">
<ul>
<div class="footer--nav-column">
<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>
</div>
<div class="footer--nav-column">
<li><a href="#">careers</a></li>
<li><a href="#">community</a></li>
<li><a href="#">privacy policy</a></li>
</div>
</ul>
</nav>
<div class="footer--social">
<a href="#"><i class="fab fa-facebook-square fa-3x"></i></a>
<a href="#"><i class="fab fa-youtube fa-3x"></i></a>
<a href="#"><i class="fab fa-twitter fa-3x"></i></a>
<a href="#"><i class="fab fa-pinterest fa-3x"></i></a>
<a href="#"><i class="fab fa-instagram fa-3x"></i></a>
</div>
<div class="footer--logo">
<img src="src/assets/img/logo-footer.svg" alt="Logo Manage">
</div>
<div class="footer--copyright">
<p>Copyright 2020. All Rights Reserved</p>
</div>
</div>
</footer>
<script src="src/js/index.js"></script>
</body>
</html>