-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
170 lines (162 loc) · 5.66 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>WELCOME</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1,user-scalable=no">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="css/dex.css">
</head>
<body>
<nav class="navbar navbar-expand-lg fixed-top navbar-dark">
<a class="navbar-brand" href="#"><img src="./static/logos.png" width="40" height="30" alt="iiitbh"> IIIT BBSR</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="#">HOME</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./projects.html">PROJECTS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./research.html">RESEARCH</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./achievements.html">ACHIEVEMENTS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./team.html">TEAM</a>
</li>
</ul>
</div>
</nav>
<br>
<!-- end of navbar -->
<div class="row">
<div class="col-12 col-xs-12 col-sm-12 col-md-12 col-lg-12">
<div id="imgcon">
<h2>THE IOT AND CC LAB</h2>
</div>
</div>
</div>
<!-- end of img -->
<div class="container-fluid dis1">
<div class="row">
<div class="col-12 col-xs-12 col-sm-12 col-md-6 col-lg-6">
<div class="container" id="header">
<div class="slogan">
<p>
<span class="words">
<span class="word">IMAGINE</span>
<span class="word">INNOVATE</span>
<span class="word">INSPIRE</span>
</span>
</p>
<!-- <h1>BY IOT</h1> -->
</div>
</div>
</div>
<div class="col-12 col-xs-12 col-sm-12 col-md-6 col-lg-6 dis1im">
<img src="./static/iot2.png" style="">
</div>
</div>
</div>
<!-- end of first section -->
<div class="container-fluid dis2">
<br>
<br>
<div class="container">
<div class="row">
<div class="col-12 col-xs-12 col-sm-12 col-md-6 col-lg-6 dis2vid">
<video playsinline autoplay loop >
<source src="./static/smartpark.mp4" type="video/mp4">
<source src="./static/smartpark.ogg" type="video/ogg">
</video>
</div>
<div class="col-12 col-xs-12 col-sm-12 col-md-6 col-lg-6 dis2def">
<h1>Smart Parking</h1>
<p>Our Project “EasyPark” is an app that helps to find a nearest parking spot. By Deep learning and Internet of things we are trying to find out ways to check current parking status. </p>
<hr style="background-color: black;width: 80%;">
<p><strong><em>EasyPark would be able to provide nearest parking spot to a user by checking the Occupancy status of Parking .</em></strong></p>
</div>
</div>
</div>
<br>
<br>
</div>
<!-- end of second section -->
<div class="container dis3">
<br>
<br>
<div class="row">
<div class="col-12 col-xs-12 col-sm-12 col-md-6 col-lg-6" style="text-align: center;">
<h1>CC LAB</h1>
<p >This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.</p>
<hr style="background-color: black;width: 80%;">
<p><strong><em>It uses utility classes for typography and spacing to space content out within the larger container.</em></strong></p>
</div>
<div class="col-12 col-xs-12 col-sm-12 col-md-6 col-lg-6 dis1im">
<img src="./static/iot2.png" alt="">
</div>
</div>
<br>
<br>
</div>
<!-- end of third section -->
<footer class="container-fluid text-center">
<br>
<div class="row">
<div class="col-6 col-xs-6 col-sm-4 col-md-4 col-lg-4">
<h3>Contact Us</h3>
<h4>IIIT BBSR</h4>
<h4>Gothapatna,Malipada</h4>
<h4>PO-751003</h4>
</div>
<div class="col-6 col-xs-6 col-sm-4 col-md-4 col-lg-4 flin">
<h3>Connect</h3>
<i class="fab fa-lg fa-facebook"></i>
<i class="fab fa-lg fa-twitter"></i>
<i class="fab fa-lg fa-google"></i>
<i class="fab fa-lg fa-linkedin"></i>
<i class="fab fa-lg fa-youtube"></i>
</div>
<div class="col-12 col-xs-12 col-lg-4 col-md-4 col-lg-4 fimg">
<img src="static/logos.png " height="150px" class="icon">
</div>
<br>
<br>
</div>
</footer>
<!-- end of footer -->
<script>
var w=window.innerWidth;
console.log(w);
if(w>768){
$(document).ready(function() {
// Transition effect for navbar
$(window).scroll(function() {
// checks if window is scrolled more than 500px, adds/removes solid class
if($(this).scrollTop() > 50) {
$('.navbar').css("background-color", "#343a40");
} else {
$('.navbar').css("background-color", "transparent");
}
});
});}
else{
$('.navbar').css("background-color", "#343a40");
}
window.onresize = function(event)
{
document.location.reload(true);
}
</script>
</body>
</html>