-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
209 lines (158 loc) · 6.65 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
<link rel="stylesheet" href="style.css">
<!-- google fonts -->
<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">
</head>
<body>
<header class="primary-header">
<div class="container">
<div class="nav-wrapper">
<!-- logo images -->
<a href="#"><img src="images/logo.svg" alt=""></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 bar -->
<nav class="primary-navigation" id="primary-navigation">
<ul aria-label="primary" role="list" class="nav-list">
<li><a href="index.html">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Service</a></li>
<li><a href="portfolio.html" target="_blank">Portfolio</a></li>
<li><a href="#">connect</a></li>
</ul>
</nav>
<button class="button | display-sm-none display-md-inline-flex">get started</button>
</div>
</div>
</header>
<main>
<!--section one -->
<section class="padding-block-900">
<div class="container">
<div class="even-columns">
<div class="flow">
<h1 class="fs-primary-heading fw-bold">We bring people
together in ozoro</h1>
<p data-width="wide">we are manager. we make it simple for a software team up plan day-day
task of life
</p>
<button class="button">Check us out</button>
</div>
<div>
<img src="images/illustration-intro.svg" alt="">
</div>
</div>
</div>
</section>
<!--section two -->
<section class="padding-block-900">
<div class="container">
<div class="even-columns">
<div class="flow">
<h2 class="fs-secondary-heading fw-bold">Why Us?</h2>
<p data-width="wide">At Manage, we manage all of your resources
and data giving you the best possible outcomes
in all in all of your projects. With our highly
technical skills of data anlyst our result is top
notch.
</p>
</div>
<div>
<ul class="numbered-items" role="list">
<!-- list of services -->
<li class="flow" style="--flow-spacer: 1em">
<h3 class="fs-600 fw-bold">track company progresss</h3>
<p data-width="wide">See how we manage the projects of
clients, increasing their site productivity
with our high SEO skills
</p>
</li>
<li class="flow" style="--flow-spacer: 1em">
<h3 class="fs-600 fw-bold">track company progresss</h3>
<p data-width="wide">See how we manage the projects of
clients, increasing their site productivity
with our high SEO skills
</p>
</li>
<li class="flow" style="--flow-spacer: 1em">
<h3 class="fs-600 fw-bold">track company progresss</h3>
<p data-width="wide">See how we manage the projects of
clients, increasing their site productivity
with our high SEO skills
</p>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- section 3 -->
<section class="carousel | padding-block-700">
<h2 class="fs-secordary-heading fw-bold">What Others Say</h2>
<!-- Add carousel here -->
<button class="button">Check It Out</button>
</section>
<!-- section 4 -->
<section class="cta | padding-block-700 bg-accent-400 text-neutral-100" >
<div class="container">
<div class="even-columns vertical-align-center">
<div>
<p class="fs-secondary fw-bold">How Our Team Works</p>
</div>
<div class="justify-self-end">
<button class="button" data-type="inverted">See For Yourself</button>
</div>
</div>
</div>
</section>
</main>
<!-- footer -->
<footer class=" bg-neutral-900 text-neutral-100 | padding-block-700">
<div class="container">
<div class="even-columns">
<div>
<a href="#"><img src="images/logo.svg" alt=""></a>
<ul role="list" aria-label="Social links">
<li><a aria-label="facebook" href=""></a></li>
<li><a aria-label="instagram" href=""></a></li>
<li><a aria-label="twitter" href=""></a></li>
<li><a aria-label="github" href=""></a></li>
<li><a aria-label="tiktok" href=""></a></li>
<li><a aria-label="whatsapp" href=""></a></li>
</ul>
</div>
<div class="flow">
<nav class="footer-nav">
<ul aria-label="footer" role="list">
<li><a href="index.html">Home</a></li>
<li><a href="#">Pricing</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Community</a></li>
</ul>
</nav>
</div>
<div class="flow">
<form action="">
<input type="email">
<button class="button">Sign Up</button>
<p data-width="wide">copyright 2023. All right reserved.</p>
</form>
</div>
</div>
</div>
</footer>
<script type="module" src="/main.js"></script>
</body>
</html>