-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
195 lines (168 loc) · 6.66 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
<!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="./SS.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:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<title>Frontend Mentor | Manage landing page</title>
<style>
.attribution { font-size: 11px; text-align: center; }
.attribution a { color: hsl(228, 45%, 44%); }
</style>
<script type="text/javascript "src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.js"></script>
<script type="text/javascript" src="./jsfile.js"></script>
</head>
<body>
<header class="headerMain">
<nav class="headerNav">
<img class="headerlogo" src="./images/logo.svg" alt="">
<div class="div-ham-close" aria-controls="navUL" aria-expanded="false">
<img class="close" src="./images/icon-close.svg" alt="">
<img class="ham" src="./images/icon-hamburger.svg" alt="">
<span class="visually-hidden">Menu</span>
</div>
<ul class="navUL" id="navUL">
<li class="Liclass">Pricing</li>
<li class="Liclass">Product</li>
<li class="Liclass">About Us</li>
<li class="Liclass">Careers</li>
<li class="Liclass">Community</li>
</ul>
<button class="btngetstarted">Get Started</button>
</nav>
</header>
<!-- **************************************************************************** -->
<div class="div1" >
<svg style="z-index: -1; position: absolute; top: -100;right:100;" xmlns="http://www.w3.org/2000/svg" width="304" height="414"><rect width="436" height="970" x="884" y="0" fill="#FFF0EC" fill-rule="evenodd" rx="218" transform="rotate(45 718.814 -291.157)"/></svg>
<div class="dd1" data-aos="fade-right" data-aos-duration="2000">
<h4>Bring everyone together to build better products.</h4>
<p>Manage makes it simple for software teams to plan day-to-day
tasks while keeping the larger team goals in view.</p>
<button>Get Started</button>
</div>
<div class="dd2" data-aos="zoom-in" data-aos-duration="1500">
<img src="./images/illustration-intro.svg" alt="image ">
</div>
</div>
<!-- **************************************************************************** -->
<div class="div2">
<div class="dd21" data-aos="fade-in" data-aos-anchor-placement="center-bottom" data-aos-duration="1000">
<h4>What’s different about Manage?</h4>
<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="dd22">
<div class="infocard1" data-aos="flip-up" data-aos-duration="500">
<div class="ic-num">
<p>01</p>
</div>
<div class="ic-info" >
<h4>Track company-wide progress</h4>
<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>
<div class="infocard2 " data-aos="flip-up" data-aos-duration="500">
<div class="ic-num">
<p>02</p>
</div>
<div class="ic-info">
<h4>Advanced built-in reports</h4>
<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="infocard3 " data-aos="flip-up" data-aos-duration="500">
<div class="ic-num">
<p>03</p>
</div>
<div class="ic-info">
<h4>Everything you need in one place</h4>
<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 class="banner">
<div class="banner-div">
<h4 data-aos="fade-right" data-aos-duration="1000">Simplify how your team works today.</h4>
<button data-aos="fade-in" data-aos-duration="500" data-aos-delay="600">Get Started</button>
</div>
</div>
<footer class="footer">
<div class="footer-div">
<div class="logo">
<img src="./images/logo.svg">
</div>
<div class="socials">
<img src="./images/icon-facebook.svg">
<img src="./images/icon-twitter.svg">
<img src="./images/icon-youtube.svg">
<img src="./images/icon-instagram.svg">
<img src="./images/icon-pinterest.svg">
</div>
<div class="links1">
<p>Home</p>
<p>Products</p>
<p>Pricing</p>
<p>About Us</p>
</div>
<div class="links2">
<p>Careers</p>
<p>Community</p>
<p>Company Policy</p>
<p></p>
</div>
<div class="subscribe">
<input type="text" name="email" placeholder="Updates in your inbox...">
<button>Go</button>
</div>
<div class="copyright">Copyright 2020. All Rights Reserved</div>
</div>
</footer>
</body>
</html>
<!--
What they’ve said
Anisha Li
“Manage has supercharged our team’s workflow. The ability to maintain
visibility on larger milestones at all times keeps everyone motivated.”
Ali Bravo
“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.”
Richard Watts
“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!”
Shanai Gough
“Their software allows us to track, manage and collaborate on our projects
from anywhere. It keeps the whole team in-sync without being intrusive.”
Get Started
Simplify how your team works today.
Get Started
Home
Pricing
Products
About Us
Careers
Community
Privacy Policy
Updates in your inbox…
Go
Copyright 2020. All Rights Reserved
<div class="attribution">
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.
Coded by <a href="#">Trevlin</a>.
</div>
-->