-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (50 loc) · 2.44 KB
/
index.html
File metadata and controls
57 lines (50 loc) · 2.44 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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=Montserrat:wght@200;400&display=swap" rel="stylesheet">
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
<link rel="stylesheet" href="styles.css">
<title>Blue Star Cable</title>
</head>
<body>
<div data-aos="fade-up" class="header">
<h1 class="title">
<span class="title-main">Blue Star </span>
<span class="title-sub">Cable and Fiber Network</span>
</h1>
</div>
<div data-aos="zoom-in" data-aos-duration="2000" class="tic-container">
<a href="tic.html" class="tic" >Tic-Fiber</a>
<a href="railwire.html" class="railwire">Railwire</a>
</div>
</div>
<div class="container-fluid ">
<center><h1 class="contact_heading">Conatct Us</h1></center>
<center> <div class="container-fluid ">
<div class="row ">
<div class=" col-6 pl-3 ">
<span ><h4 class="chat" >Chat With Us</h4></span><a href="what.html"><img src="images/social.png" class="img-fluid whatsapp " alt="TIC-FIBER CLICK TO SEE DETAILS"></a>
</div>
<div class="col-6 ">
<span><h4 class="chat">Reach Our Shop</h4></span><a href="location.html"><img src="images/google-maps (1).png" class="img-fluid whatsapp" alt="RAILWIRE CLICK TO SEE DETAILS"></a>
</div>
</center>
<footer style="margin-top:25px; font-size: 10px;">
<center > @ManojKumar 2023</center>
</footer>
<!-- <div class="contact">
<a href=""> <span class="contact_us">contact Us</span>
<span><img src="whatsapp (2).png" alt=""></span> </a>
<a href=""><img src="google-maps.png" alt=""></a>
</div> -->
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>