-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
406 lines (323 loc) · 14.4 KB
/
Copy pathindex.html
File metadata and controls
406 lines (323 loc) · 14.4 KB
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
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
<!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="stylesheet" href="projectstyle.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" />
<title>Company</title>
</head>
<body>
<nav class="navbar">
<h1 class="logo">LOGO</h1>
<ul class="nav-items">
<li class="nav-item"> <a href="about.html">ABOUT</a></li>
<li class="nav-item"><a href="work.html">WORK</a></li>
<li class="nav-item"><a href="pricing.html">PRICING</a></li>
</ul>
</nav>
<div class="head">
<div class="content">
<h1 class="mainh">Start something that matters</h1>
<br>
<p class="text">Stop wasting valuable time with projects that just aren't you.</p>
<br><br>
<a class="button" href="#">LEARN MORE AND START TODAY</a>
</div>
</div>
<div class="abcontent">
<div class="container">
<h1 class="aboutheading">ABOUT THE COMPANY</h1>
<h3 class="key">Key features of our company</h3>
<br><br><br>
<div class="responsive">
<i class="fa fa-desktop fa-4x" ></i>
<h3 class="heading">Responsive</h3>
<p class="paragraph">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore.</p>
</div>
<div class="passion">
<i class="fa fa-heart fa-4x" ></i>
<h3 class="heading">Passion</h3>
<p class="paragraph">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore.</p>
</div>
<div class="design">
<i class="fa fa-diamond fa-4x"></i>
<h3 class="heading">Design</h3>
<p class="paragraph">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore.</p>
</div>
<div class="support">
<i class="fa fa-cog fa-4x"></i>
<h3 class="heading">Support</h3>
<p class="paragraph">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore.</p>
</div>
</div>
</div>
<div class="page3">
<div class="texttt">
<h1 class="heading2">We know design.</h1>
<p class="para">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
tempor incididunt ut labore et dolore.
</p>
<a class="view" href="#">View Our Works</a>
<br>
</div>
<div class="picture">
<img src="second.jpg">
</div>
</div>
<br><br><br>
<div class="teamholder">
<h1 class="teamheading">THE TEAM</h1>
<p class="teampara">The ones who runs this company</p>
<br><br>
<div class="johncard">
<img src="https://www.w3schools.com/w3images/team2.jpg">
<div class="johnintro">
<h3 class="nameheading">John Doe</h3>
<p>Phasellus eget enim eu lectus faucibus vestibulum. Suspendisse sodales pellentesque elementum.</p>
</div>
</div>
<div class="anjacard">
<img src="https://www.w3schools.com/w3images/team1.jpg">
<div class="anjaintro">
<h3 class="nameheading">Anja Doe</h3>
<p>Phasellus eget enim eu lectus faucibus vestibulum. Suspendisse sodales pellentesque elementum.</p>
</div>
</div>
<div class="mikecard">
<img src="https://www.w3schools.com/w3images/team3.jpg">
<div class="mikeintro">
<h3 class="nameheading">Mike ross</h3>
<p>Phasellus eget enim eu lectus faucibus vestibulum. Suspendisse sodales pellentesque elementum.</p>
</div>
</div>
<div class="dancard">
<img src="https://www.w3schools.com/w3images/team4.jpg">
<div class="danintro">
<h3 class="nameheading">Dan Star</h3>
<p>Phasellus eget enim eu lectus faucibus vestibulum. Suspendisse sodales pellentesque elementum.</p>
</div>
</div>
</div>
<div class="seperator">
<div class="colorr">
<div class="stats-box">
<h2 class="stats-head">14+</h2>
<p class="stats-label">Partners</p>
</div>
<div class="stats-box">
<h2 class="stats-head" >55+</h2>
<p class="stats-label">Projects Done</p>
</div>
<div class="stats-box">
<h2 class="stats-head">89+</h2>
<p class="stats-label">Happy Clients</p>
</div>
<div class="stats-box">
<h2 class="stats-head">150+</h2>
<p class="stats-label">Meetings</p>
</div>
</div>
</div>
<div class="imagescontent">
<h2>Our work</h2>
<p>What we've done for people</p>
<div class="imagegallery">
<img class="images" src="https://www.w3schools.com/w3images/tech_mic.jpg">
<img class="images" src="https://www.w3schools.com/w3images/tech_phone.jpg">
<img class="images" src="https://www.w3schools.com/w3images/tech_drone.jpg">
<img class="images" src="https://www.w3schools.com/w3images/tech_sound.jpg">
</div>
<div class="imagegallery">
<img class="images" src="https://www.w3schools.com/w3images/tech_tablet.jpg">
<img class="images" src="https://www.w3schools.com/w3images/tech_tablet.jpg">
<img class="images" src="https://www.w3schools.com/w3images/tech_typewriter.jpg">
<img class="images" src="https://www.w3schools.com/w3images/tech_tableturner.jpg">
</div>
</div>
<div class="skillsection">
<div class="skillcontent">
<h1>Our Skills</h1>
<p> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
tempor incididunt ut labore et dolore. <br><br>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
tempor incididunt ut labore et dolore.
</p>
</div>
<div class="skilldesign">
<i class="fa fa-camera padds"></i> Photography
<br>
<div class="progressout">
<div class="progressin">
<p>90%</p>
</div>
</div>
<br>
<i class="fa fa-desktop padds"></i> Web Design
<div class="progressout">
<div class="progressin2">
<p>85%</p>
</div>
</div>
<br>
<i class="fa fa-file-image-o padds" aria-hidden="true"></i> Photoshop
<div class="progressout">
<div class="progressin3">
<p>75%</p>
</div>
</div>
</div>
</div>
<div class="contactus">
<h1 class="center">CONTACT</h1>
<p class="center">Lets get in touch. Send us a message</p><br> <br>
<i class="fa fa-map-marker fa-2x space"></i> Chicago,US <br>
<i class="fa fa-phone fa-2x space "></i> Phone: +00 151515<br>
<i class="fa fa-envelope fa-2x space"></i> Email: mail@mail.com<br><br><br>
<input class="boxes" type="text" placeholder="Name"> <br> <br>
<input class="boxes" type="email" placeholder="Email"> <br> <br>
<input class="boxes" type="text" placeholder="Subject"> <br> <br>
<input class="boxes" type="text" placeholder="Message"> <br> <br>
<a class="message" href="#">SEND MESSAGE</a>
</div>
<div class="end">
</div>
</body>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Our Work</title>
<link rel="stylesheet" href="workstyle.css">
</head>
<body>
<nav class="navbar">
<h1 class="logo">LOGO</h1>
<ul class="nav-items">
<li class="nav-item"> <a href="project.html">HOME</a></li>
<li class="nav-item"><a href="about.html">ABOUT</a></li>
<li class="nav-item"><a href="work.html">WORK</a></li>
<li class="nav-item"><a href="pricing.html">PRICING</a></li>
</ul>
</nav>
<section class="work-section">
<div class="container">
<h2 class="work-heading">Our Work</h2>
<div class="work-gallery">
<div class="work-item">
<img src="work5.jpg" alt="Work 1">
<h3>Work 1</h3>
<p>Description of Work 1</p>
</div>
<div class="work-item">
<img src="work2.jpg" alt="Work 2">
<h3>Work 2</h3>
<p>Description of Work 2</p>
</div>
<div class="work-item">
<img src="work3.jpg" alt="Work 3">
<h3>Work 3</h3>
<p>Description of Work 3</p>
</div>
</div>
</div>
</section>
<footer class="footer">
<p>© 2024 All rights reserved</p>
</footer>
</body>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pricing</title>
<link rel="stylesheet" href="pricingstyle.css">
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500&display=swap" rel="stylesheet">
</head>
<body>
<nav class="navbar">
<h1 class="logo">LOGO</h1>
<ul class="nav-items">
<li class="nav-item"><a href="project.html">HOME</a></li>
<li class="nav-item"><a href="about.html">ABOUT</a></li>
<li class="nav-item"><a href="work.html">WORK</a></li>
<li class="nav-item"><a href="pricing.html">PRICING</a></li>
</ul>
</nav>
<div class="pricing-section">
<div class="container">
<h1 class="pricing-heading">Choose Your Plan</h1>
<div class="pricing-plans">
<div class="pricing-plan">
<h2>Basic</h2>
<p class="price">$0 / month</p>
<ul class="features">
<li>Feature 1</li>
<li>Feature 2</li>
<li>Feature 3</li>
</ul>
<a href="#" class="btn">Get Started</a>
</div>
<div class="pricing-plan">
<h2>Pro</h2>
<p class="price">$10 / month</p>
<ul class="features">
<li>Feature 1</li>
<li>Feature 2</li>
<li>Feature 3</li>
<li>Feature 4</li>
</ul>
<a href="#" class="btn">Get Started</a>
</div>
<div class="pricing-plan">
<h2>Premium</h2>
<p class="price">$20 / month</p>
<ul class="features">
<li>Feature 1</li>
<li>Feature 2</li>
<li>Feature 3</li>
<li>Feature 4</li>
<li>Feature 5</li>
</ul>
<a href="#" class="btn">Get Started</a>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<p>© 2024 Your Company. All rights reserved.</p>
</div>
</footer>
</body>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us</title>
<link rel="stylesheet" href="aboutstyle.css">
</head>
<body>
<nav class="navbar">
<h1 class="logo">LOGO</h1>
<ul class="nav-items">
<li class="nav-item"> <a href="project.html">HOME</a></li>
<li class="nav-item"><a href="about.html">ABOUT</a></li>
<li class="nav-item"><a href="work.html">WORK</a></li>
<li class="nav-item"><a href="pricing.html">PRICING</a></li>
</ul>
</nav>
<section class="about-section">
<div class="container">
<div class="about-content">
<h2 class="section-heading">About Us</h2>
<p>We are a team of passionate individuals committed to pushing the boundaries of creativity and innovation. Our mission is to empower businesses with cutting-edge solutions that drive growth and success.</p>
<p>At our core, we believe in collaboration, integrity, and excellence. We strive to build meaningful relationships with our clients and deliver exceptional results that exceed expectations.</p>
</div>
</div>
</section>
<footer class="footer">
<div class="container">
<p>© 2024 All rights reserved</p>
</div>
</footer>
</body>
</html>