-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIndex.html
107 lines (94 loc) · 4.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>IdeationX</title>
<link rel="icon" type="age/xim-icon" href="https://th.bing.com/th/id/OIG.Hl.TgjdD5lMUJLI9lBSp?pid=ImgGn">
<link rel="stylesheet" href="style.css">
</head>
<body>
<section class="section-1">
<div class="section-1-header">
<div class="section-1-header-logo">
<img src="https://cd.discordapp.com/attachments/734981417879994468/1151035191083663420/icon.jpeg" alt="">
</div>
<div class="section-1-header-options">
<div><a href="aboutus.html">About us</a></div>
<div>Contact us</div>
</div>
</div>
<div class="section-1-main">
<div class="section-1-main-1">
The tale of a town through its businesses
</div>
<div class="section-1-main-2">
Connections made easy
</div>
<div class="section-1-main-3">
<button>
<a href="link.html">Find now</a>
</button>
</div>
</div>
</section>
<!--SECTION 2-->
<section class="section-2">
<div class="section-2-container">
<img src="WhatsApp Image 2023-09-14 at 08.17.44.jpg" style="transform: translate(-210%, 20%); z-index: 100;" alt="">
<img src="kakukaku.jpg" style="transform: translate(-85%, 10%); z-index: 100;" alt="">
<img src="Final mid.jpg" style= "transform: translate(45%, 5%); z-index: 100;" alt="">
<img src="forth.jpg" style="transform: translate(190%, 15%); z-index: 100;" alt="">
<img src="fifth.jpg" style="transform: translate(310%, 19%); z-index: 100;" alt="">
</div>
</section>
<!--SECTION 3-->
<section class="section-3">
<div class="section-3-header">
<div class="section-3-header-1">
Unlocking the Business Network
</div>
<div class="section-3-header-2">
Navigate the business landscape effortlessly with our user-friendly directory
</div>
<div class="section-3-main">
<div class="section-3-main-1">
explore more to unlock a new way of living
</div>
<div class="section-3-main-2">
<a href="link.html">Find businesses</a>
</div>
</div>
</div>
</section>
<!-- SECTION 4 -->
<section class="section-4">
<div class="section-4-left">
<div class="section-4-left-content section-4-left-1">
<div class="section-4-left-heading">Feelin hungry
and craving mouth watery dishes?
</div>
<div class="section-4-left-desc">get complete knowledge and guidance aboout the trending and best restaurants near you within no time</div>
</div>
<div class="section-4-left-content section-4-left-2">
<div class="section-4-left-heading">Searching for best tuitors who can make your children shine</div>
<div class="section-4-left-desc">get to know the best experienced tuitor near your area seamlessly</div>
</div>
<div class="section-4-left-content section-4-left-3">
<div class="section-4-left-heading">Home and furnishing</div>
<div class="section-4-left-desc">make your home a masterpiece</div>
</div>
<div class="section-4-left-content section-4-left-4">
<div class="section-4-left-heading">Small scale , big impact</div>
<div class="section-4-left-desc">barber shops, carpenters, coblers, artisians and more</div>
</div>
</div>
<div class="section-4-right">
<div class="section-4-right-placeholder">
<img class="section-4-right-img" src="WhatsApp Image 2023-09-13 at 11.10.48.jpg" alt="">
</div>
</div>
</section>
<script src="./script.js"></script>
</body>
</html>