-
Notifications
You must be signed in to change notification settings - Fork 1
/
index2.html
200 lines (184 loc) · 11.1 KB
/
index2.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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>
CIVIL
</title>
<link rel="apple-touch-icon" sizes="180x180" href="favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon_io/favicon-16x16.png">
<link rel="manifest" href="favicon_io/site.webmanifest">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" media="screen" href="index.css">
<link rel="stylesheet" type="text/css" media="screen" href="footer.css">
<link rel="stylesheet" href="fontawesome-free-5.13.0-web/css/all.css">
<script defer src="fontawesome-free-5.13.0-web/js/all.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome-animation/0.3.0/font-awesome-animation.min.css">
</head>
<body>
<div style="background-image: url(images/civil.jpg); background-color: rgba(224,224,224,0.4); background-blend-mode: lighten;background-repeat: no-repeat; background-size:cover;">
<nav class="navbar navbar-expand-md navbar-light">
<a href="https://drishti-svnit.github.io/drishti/" class="navbar-brand">
<img src="images/drishti_3.png" class="svnit_photo" style="padding-top: 0; padding-bottom: 0;">
</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#menu">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="menu">
<ul class="navbar-nav ml-auto">
<li class="nav-item" style="font-weight: 800;"><a href="#" class="nav-link" style="color:black;">Home</a></li>
<li class="nav-item dropdown dropleft float-right" style="font-weight: bold;">
<a href="#" class="nav-link dropdown-toogle" data-toggle="dropdown" style="color:black;">Projects</a>
<div class="dropdown-menu dropdown-menu-right" style="background-color:rgb(0,0,0)">
<a href="earthquake.html" class="dropdown-item" style="color: white;">
EARTHQUAKE RESISTANT STRUCTURE
</a>
<a href="earthquake.html" class="dropdown-item" style="color: white;">
EARTHQUAKE RESISTANT STRUCTURE
</a>
<a href="sustainable.html" class="dropdown-item" style="color: white;">
SUSTAINABE BUILDING
</a>
<a href="tensegrity.html" class="dropdown-item" style="color: white;">
TENSEGRITY DOME
</a>
<a href="bridge.html" class="dropdown-item" style="color: white;">
CABLE-STAYED BRIDGE
</a>
<a href="geodesic.html" class="dropdown-item" style="color: white;">
GEODESIC DOME
</a>
<a href="diagrid.html" class="dropdown-item" style="color: white;">
DIAGRID STRUCTURE
</a>
<a href="truss.html" class="dropdown-item" style="color: white;">
TRUSS BRIDGE
</a>
<a href="tshaped.html" class="dropdown-item" style="color: white;">
T-SHAPED BEAM
</a>
<a href="ba.html" class="dropdown-item" style="color: white;">
BUILDING ANALYSIS
</a>
<a href="doubled.html" class="dropdown-item" style="color: white;">
DOUBLE DECKER BRIDGE
</a>
</div>
</li>
<li class="nav-item" style="font-weight: bold;"><a href="#down" class="nav-link" style="color:black;" id="contact">Contact</a></li>
</ul>
</div>
</nav>
<div class="a"></div>
<br>
<!--adding carousel-->
<div id="myslideshow" class="carousel slide carousel-fade" data-ride="carousel" data-interval="2000">
<indicators>
<ol class="carousel-indicators">
<li class="active" data-target="#myslideshow" data-slide-to="0" style="height:10px; width: 10px; background-color: white; border-radius: 50%; display: inline-block;"></li>
</ol>
</indicators>
<div class="carousel-inner">
<!--1st image-->
<!--2nd image-->
<div class="carousel-item active text-center">
<img class="img-fluid hello1" src="images/civil5.jpg" alt="images/civil5.jpg">
<!--adding caption-->
<div class="carousel-caption d-none d-md-block">
<h1 style="color: black;"> Bridge Designing </h1>
</div>
</div>
</div>
<!--controls-->
<a href="#myslideshow" class="carousel-control-prev" role="button" data-slide="prev">
<span class="carousel-control-prev-icon"></span>
<span class="sr-only">Previous</span>
</a>
<a href="#myslideshow" class="carousel-control-next" role="button" data-slide="next">
<span class="carousel-control-next-icon"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!--------------------------------------------------------------------------->
<br><br><br>
<div class="con">
<div class="row">
<div class="col-md-1"></div>
<div class="col-md-10 col-sm-12">
<h1 style="text-align: center;font-weight: 800;">CIVIL ENGINEERING</h1>
<p style="text-align: justify; font-size: 20px;font-weight: 500;">
Civil engineers design, build, and maintain the foundation for our sustainable society – our roads and bridges, drinking water and energy systems, sea ports and airports, and the infrastructure for a cleaner environment, to name just a few.
</p>
<!-- <div class="col-lg-7 col-md-12" style="padding-left: 0%;"> -->
<p style="text-align: justify; font-size: 20px;font-weight: 500;">
Civil engineering touches us throughout our day. Think of a civil engineer when you:
<br />
<ul style="text-align: justify; font-size: 20px;font-weight: 500;">
<li>Turn on your tap to take a shower or drink clean water</li>
<li>Flick on your lights and open your refrigerator </li>
<li> Drive to work on roads and bridges through synchronized traffic lights</li>
<li>Take mass transit or take a flight for a vacation</li>
<li>Toss your empty coffee cup in the recycling bin</li>
</ul>
</p>
<!-- </div> -->
</div>
<div class="col-md-1"></div>
</div>
</div>
<br><br>
</div>
<div class="container-fluid" id="down">
<div class="row" style="background-color: #202020;">
<div class="col-sm-4 margin-b-30 text-center">
<!-- <a href = "#"
<h2 style = "color: white; margin: 20px;">DRISHTI</h2>
</a>
<h4 style="color: white; margin-top: 20px;">A Revolutionary Concept</h4> -->
<img src="images/Drishti Complete Logo New white with transperant background.png" style="width: 80%; margin-right: 10%;margin-left: 10%;">
</div>
<div class="col-sm-4">
<div class="rounded-social-buttons">
<div style="font-size: 26px; margin-top: 20px; margin-bottom: 20px;color: white;">Follow Us</div>
<a class="social-button facebook" href="https://www.facebook.com/drishti.nitsurat/" target="_blank">
<i class="fab fa-facebook animated-hover faa-tada "></i>
</a>
<a class="social-button linkedin" href="https://www.linkedin.com/company/drishti-nitsurat/" target="_blank">
<i class="fab fa-linkedin "></i>
</a>
<a class="social-button " href="https://www.github.com/DRISHTI-SVNIT" target="_blank">
<i class="fab fa-github"></i>
</a>
<a class="social-button " href="mailto:[email protected]" target="_blank">
<i class="far fa-envelope-open"></i>
</a>
<a class="social-button youtube" href="https://www.youtube.com/channel/UClAi8qJnq9VckAPOMzcPpLQ" target="_blank">
<i class="fab fa-youtube"></i>
</a>
</div>
</div>
<div class="col-sm-4">
<!-- <span class = "rounded-social-buttons" style="margin-left: 10%; float: left;">
<a class = "social-button location">
<i class="fas fa-map-marker-alt"></i>
</a>
</span> -->
<h3 class="bottom_location" style="text-align: center;">
<span class="rounded-social-buttons">
<a class = "social-button location">
<i class="fas fa-map-marker-alt"></i></a></span>
<font style="color: white;">DRISHTI-Lab,Near SBI,SVNIT,Surat,Gujarat</font>
</h3>
<iframe src="https://www.google.com/maps/embed?pb=!1m19!1m8!1m3!1d8597.359048151518!2d72.78725578473826!3d21.165749109477762!3m2!1i1024!2i768!4f13.1!4m8!3e6!4m0!4m5!1s0x3be04db12023ce37%3A0xb167851a625ee547!2sDRISHTI(REVOLUTIONARY%20CONCEPT)%2C%20SVNIT%20Campus%2C%20Athwa%2C%20Surat%2C%20Gujarat%20395007!3m2!1d21.1670072!2d72.7858545!5e0!3m2!1sen!2sin!4v1577283642286!5m2!1sen!2sin"
width="300" height="200" frameborder="0" style="display: block; margin-left: auto; margin-right: auto;" allowfullscreen="" class="drishti_location">
</iframe>
<br>
</div>
</div>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>