forked from Aman09072000/chaturbhuj_infrastructure_website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
83 lines (62 loc) · 2.54 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
<html>
<head>
<title>Chaturbhuj infrastructure</title>
<link href="styleshhet.css" rel="stylesheet">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
</head>
<body>
<!--header starting-->
<div class="header">
<div class="header-logo">
<img src="img/logo.png">
</div>
<div class="header-title">
<h2>Chaturbhuj Infrastructure</h2>
</div>
<div class="header-tag">
<a href="contact.html"><strong>CONTACT</strong></a>
<a href="albums.html"><strong>ALBUMS</strong></a>
<a href="index.html"><strong>HOME</strong></a>
</div>
</div>
<!--header ending-->
<!--main starting-->
<div class="main">
<div class="main-quote">
<h4 id="quote">“You have not lived today until you have done something for someone who can never repay you.”</h4>
<p id="quote-by">-><strong>Mr.Avadhesh Gupta</strong></p>
</div>
<div class="image-slider">
<div id="image-container">
<img src="img/.Image46.jpg.jpg"/>
<img src="img/Image11jpg.0.jpeg.jpeg"/>
</div>
</div>
<div class="About-us">
<br>
<h3 id="heading">About-Us</h3>
<p><strong>
This is empty as content is not available.</strong>
</p>
</div>
</div>
<!--main ending-->
<!--footer start-->
<div class="footer">
<div class="footer-left">
<div class="footer-logo">
<img src="img/logo.png"/>
</div>
<div class="footer-title">
<h2><strong>Chaturbhuj Infrastructure</strong></h2>
</div>
</div>
<div class="footer-tag">
<a href="privacy.html"><strong>PRIVACY</strong></a>
<a href="security.html"><strong>SECURITY</strong></a>
</div>
0</div>
<!--footer end-->
</body>
</html>