-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
52 lines (50 loc) · 1.74 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="all">
<div class="home">
<div class="bars">
<span class="logo">
<img class="im"src="image/jkkl.png">
</span>
<button class="bu" id="b"> <span class="j">Company</span></button>
<button class="bu"><span class="j">Services</span></button>
<button class="bu"><span class="j">Business Models</span></button>
<button class="bu"><span class="j">Blogs</span></button>
<button class="bu"><span class="j">Contact Us</span></button>
</div>
<hr>
<p class="heading"id="kl">WELCOME</p>
<p class="heading"> <span >TO </span><span id="gh">BATCH-B2</span></p>
<p class="df">typesetting, remaining essentially unchanged.It was popularised by 1960s with the release</p>
<p class="df">of Latraset sheets containing Lorem ipsum passages and more recently desktop pu</p>
<div class="rt"> <button class="custom-button">
<span class="text">Get Started</span>
<span class="icon">→</span>
</button></div>
</div>
<div>
<h1 id="qw">Services We Offer</h1>
<p class="tgh">Discover the digital possibilities for your brand with our comprehensive suite of services.</p>
<br><br>
</div>
<div class="container" id="cardContainer">
<!-- Cards will be dynamically inserted here -->
</div>
<script src="script.js"></script>
<div class="foot">
<div class="op">
<img id="fgh"src="image/jkkl.png">
<hr>
<p id="wdf">2024 All Rights Reserved-Batch-B2</p>
</div>
</div>
</div>
</body>
</html>