-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
237 lines (224 loc) · 8.04 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
<!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="stylesheet" href="./css/all.css">
<link rel="stylesheet" href="./css/Style.css">
<!-- swiper css link -->
<link rel="stylesheet" href="./css/swiper-bundle.min.css" />
<title>Frontend Mentor | Manage landing page</title>
</head>
<body>
<header>
<div class="header">
<div class="logo"><img src="./images/logo.svg" alt="logo"></div>
<nav>
<ul>
<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="btn btn-nav">Get started</button>
<div class="mobileMenu">
<div class="hamburger"><i class="fal fa-bars"></i></div>
<div class="menuClose"><i class="fal fa-times"></i></div>
</div>
</div>
</header>
<main>
<div class="pattern">
</div>
<section class="hero">
<div class="hero-left">
<h1>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="btn btn-hero">Get Started</button>
</div>
<div class="hero-right">
<img src="./images/illustration-intro.svg" alt="illustration-intro">
</div>
</section>
<section class="info">
<div class="leftInfo">
<h2>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 class="rightInfo">
<div class="progressNum">
<div class="title">
<a href="#" class="btnInfo">01</a>
<h5>Track company-wide progress</h5>
</div>
<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 class="progressNum">
<div class="title">
<a href="#" class="btnInfo">02</a>
<h5>Advanced built-in reports</h5>
</div>
<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 class="progressNum">
<div class="title">
<a href="#" class="btnInfo">03</a>
<h5>Everything you need in one place</h5>
</div>
<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>
</section>
</main>
<section class="testimonials">
<div class="patternTesty">
<img src="./images/bg-tablet-pattern.svg" alt="">
</div>
<h1>What they've said</h1>
<div class="swiper testimonial-slider">
<div class="swiper-wrapper content">
<div class="swiper-slide testimonialBox" data-swiper-autoplay="5000">
<div class="box">
<img src="./images/avatar-anisha.png" alt="avatar-anisha">
<div class="userInfo">
<h4>Anisha Li</h4>
<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>
<div class="swiper-slide testimonialBox">
<div class="box">
<img src="./images/avatar-ali.png" alt="avatar-anisha">
<div class="userInfo">
<h4>ALi Bravo</h4>
<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>
<div class="swiper-slide testimonialBox">
<div class="box">
<img src="./images/avatar-richard.png" alt="avatar-anisha">
<div class="userInfo">
<h4>Richard Watts</h4>
<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>
<div class="swiper-slide testimonialBox">
<div class="box">
<img src="./images/avatar-shanai.png" alt="avatar-anisha">
<div class="userInfo">
<h4>Shanai Gough</h4>
<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>
<div class="swiper-pagination"></div>
</div>
<button class="btn">Get Started</button>
</section>
<article>
<div class="container">
<div class="pattern1"></div>
<div class="pattern2"></div>
<div class="team">
<h2>Simplify how your team works today.</h2>
</div>
<button type="submit" class="btn btnTeam">Get Started</button>
</div>
</article>
<footer>
<div class="footerContainer">
<div class="logohead">
<div class="logoFooter">
<img src="./images/footerLogo.svg" alt="">
</div>
<div class="social">
<a href="#"><i class="fab fa-facebook"></i></a>
<a href="#"><i class="fab fa-youtube"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-pinterest"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
<div class="linkItems">
<ul class="links">
<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>
</ul>
<ul class="links">
<li><a href="#">Careers</a></li>
<li><a href="#">Community</a></li>
<li><a href="#">Privacy Policy</a></li>
</ul>
</div>
<div class="cta">
<form action="#" id="form">
<label for="">
<input type="email" placeholder="Updates in your inbox..." id="mailInfo" onkeyup="validateMail()" />
<span class="error"></span>
</label>
<button type="submit" class="btn formBtn">Go</button>
</form>
<p>Copyright© 2023. All Rights Reserved</p>
</div>
<p class="author">Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank" class="_link">Frontend
Mentor</a>.
Coded by <a href="https://cletsymedia.github.io/Prof-Portfolio/" class="_link">CletsyMedia</a>.</p>
</div>
</footer>
<script src="./appJS/app.js"></script>
<!-- swiper js link -->
<script src="./appJS/swiper-bundle.min.js"></script>
<script>
// swiper
var swiper = new Swiper(".testimonial-slider", {
spaceBetween:30,
grabCursor:true,
loop:true,
pagination: {
el: ".swiper-pagination",
clickable: true,
dynamicBullets:true,
},
autoplay: {
delay:5000,
speed: 2800,
disableOnInteraction: false,
// pauseOnMouseEnter: true,
},
breakpoints: {
660: {
slidesPerView:1,
},
768: {
slidesPerView: 2,
},
1024: {
slidesPerView: 3,
},
},
});
</script>
</body>
</html>