-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
191 lines (177 loc) · 8.69 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!--mobilde mobil gibi davran demek-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Landing Page</title>
<!--owlcarousel-->
<link rel="stylesheet" href="/node_modules/owl.carousel/dist/assets/owl.carousel.min.css" />
<!--CUSTOM CSS-->
<link rel="stylesheet" href="./css/main.css">
<!--GOOGLE FONT-->
<link href="https://fonts.googleapis.com/css2?family=Be+Vietnam:wght@400;500;700&display=swap" rel="stylesheet">
</head>
<body>
<div class="bg-img">
<header class="header">
<div class="container">
<a class="header-logo" href="">
<img src="./images/logo.svg" alt="manage_logo">
</a>
<button class="header-switch">
<img src="images/icon-hamburger.svg" alt="hamburger-menu">
</button>
<button class="header-switch-close">
<img src="./images/icon-close.svg" alt="menu-close">
</button>
<nav class="header-nav">
<a href="#box1">Pricing</a>
<a href="#box2">Product</a>
<a href="#box3">About Us</a>
<a href="">Careers</a>
<a href="">Community</a>
</nav>
<a class="button" href="">Get Started</a>
</div>
</header>
<main class="showcase">
<div class="container">
<div id="box1" class="showcase-first">
<div class="showcase-first-slogan">
<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="button">Get Started</button>
</div>
<div class="showcase-first-data">
<img src="./images/illustration-intro.svg" alt="manage-data">
</div>
</div>
</div>
</main>
</div>
<section class="showcase2">
<div class="container">
<div id="box2" class="showcase2-second">
<div class="showcase2-second-main_info">
<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="showcase2-second-itemized">
<div class="showcase2-second-itemized-itemized-1">
<button class="button">01</button>
<div class="showcase2-second-itemized-itemized-1-info-1">
<h3>Track company-wide progress</h3>
<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 the bigger
picture again.</p>
</div>
</div>
<div class="showcase2-second-itemized-itemized-2">
<button class="button">02</button>
<div class="showcase2-second-itemized-itemized-2-info-2">
<h3>Advanced built-in reports</h3>
<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="showcase2-second-itemized-itemized-3">
<button class="button">03</button>
<div class="showcase2-second-itemized-itemized-3-info-3">
<h3>Everything you need in one place</h3>
<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>
</section>
<section class="testimonial">
<h2>What they've said</h2>
<div id="box3" class="testimonial-people">
<div class="testimonial-people-item testimonial-people-1">
<img src="./images/avatar-anisha.png" alt="anisha-profile">
<h4>Anisha Li</h4>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quibusdam nam laboriosam numquam omnis?
Minima quaerat iusto veniam ipsum dignissimos doloremque?</p>
</div>
<div class="testimonial-people-item testimonial-people-2">
<img src="./images/avatar-ali.png" alt="ali-profile">
<h4>Ali Bravo</h4>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Est placeat corporis consectetur, nisi
magnam id fuga laudantium incidunt rem reiciendis.</p>
</div>
<div class="testimonial-people-item testimonial-people-3">
<img src="./images/avatar-richard.png" alt="richard-photo">
<h4>Richard Watts</h4>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Voluptate nesciunt delectus omnis dicta
recusandae nam optio velit illum placeat sapiente?</p>
</div>
<div class="testimonial-people-item testimonial-people-4">
<img src="./images/avatar-shanai.png" alt="richard-photo">
<h4>Shanai Gough</h4>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Voluptate nesciunt delectus omnis dicta
recusandae nam optio velit illum placeat sapiente?</p>
</div>
</div>
<button class="button">Get Started</button>
</section>
<section class="brand">
<div class="container">
<div class="brand-orange">
<h2>Simplify how your team works today.</h2>
<button class="button">Get Started</button>
</div>
</div>
</section>
<footer class="footer">
<div class="container">
<div class="footer-box">
<div class="footer-box-logo-and-social">
<a class="footer-logo" href="">
<img src="./images/logo-footer.svg" alt="manage-logo">
</a>
<div class="footer-box-logo-and-social-social">
<a href=""><img src="./images/icon-facebook.svg" alt="facebook"></a>
<a href=""><img src="./images/icon-youtube.svg" alt="youtube"></a>
<a href=""><img src="./images/icon-twitter.svg" alt="twitter"></a>
<a href=""><img src="./images/icon-pinterest.svg" alt="pinterest"></a>
<a href=""><img src="./images/icon-instagram.svg" alt="instagram"></a>
</div>
</div>
<div class="footer-box-1-and-2">
<div class="footer-box-1">
<a href="">Home</a>
<a href="">Pricing</a>
<a href="">Products</a>
<a href="">About Us</a>
</div>
<div class="footer-box-2">
<a href="">Careers</a>
<a href="">Community</a>
<a href="">Privacy Policy</a>
</div>
</div>
<div class="footer-box-mail-and-copyright">
<form action="">
<div class="form-control">
<input type="email" id="email" placeholder="Updates in your inbox">
<small>Error Message</small>
</div>
<button type="submit" class="button">Go</button>
</form>
<p>Copyright 2020. All Rights Reserved</p>
</div>
</div>
</div>
</footer>
<script src="./js/jquery-3.5.1.min.js"></script>
<script src="./js/flickity.pkgd.min.js"></script>
<script src="./js/index.js"></script>
</body>
</html>