-
Notifications
You must be signed in to change notification settings - Fork 11
/
sponsor.html
210 lines (201 loc) · 10.2 KB
/
sponsor.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
201
202
203
204
205
206
207
208
209
210
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<title>Faculty Advisors</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="team.css" />
<link href="css/all.min.css" rel="stylesheet" />
<link href="css/fontawesome.min.css" rel="stylesheet" />
<link rel="stylesheet" type="text/css" media="screen" href="css/font.css" />
<!-- <style>
.post{
border: 3px solid #e3e6ea;
text-align: center;
padding: 17px;
margin-bottom: 10%;
}
.post:hover{
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
transition: 0.3s;
}
.post:hover > .btnrm {
color: white;
background-color: #ff817e;
transition: 0.3s;
}
.btnrm{
padding-top: 15px;
padding-bottom: 15px;
background-color: darkslategray;
color: white;
margin-bottom: 30px;
}
.btnrm:hover{
color: white;
background-color: #ff817e;
transition: 0.3s;
}
@media(orientation: landscape) {
.col-sm-4 {
width: 100%;
}
}
</style> -->
</head>
<body>
<!-- <div class="row justify-content-center">
<nav class="col-11 navbar navbar-default navbar-fixed-top navbar-expand-xl navbar-light" style="width: auto; padding-left: 0%;">
<a href ="http://svnit.ac.in/" class="navbar-brand">
<img class="nit_photo"src="images/svnit.png">
</a>
<div class="navbar-brand v1"></div>
<a href ="https://drishti-svnit.github.io/drishti/" class="navbar-brand center">
<img class="im"src="images/logoleft.jpg">
</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#menu"style="background-color:white;">
<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: bold;margin-left: 15px;"><a href="index.html" class="nav-link" style=" color:white;">HOME</a></li>
<li class="nav-item"style="font-weight: bold;margin-left: 15px;"><a href="events.html" class="nav-link" style=" color:white;">EVENTS</a></li>
<li class="nav-item"style="font-weight: bold;margin-left: 15px;"><a href="projects.html" class="nav-link" style=" color:white;">PROJECTS</a></li>
<li class="nav-item"style="font-weight: bold;margin-left: 15px;"><a href="faculty.html" class="nav-link" style=" color:white;">FACULTY</a></li>
<li class="nav-item dropdown" style="font-weight: bold;margin-left: 15px;">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" style=" color:white;">
TEAM
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item it" href="20.html">BATCH 2016-20</a>
<a class="dropdown-item it" href="21.html">BATCH 2017-21</a>
<a class="dropdown-item it" href="22.html">BATCH 2018-22</a>
<a class="dropdown-item it" href="23.html">BATCH 2019-23</a>
</div>
</li>
<li class="nav-item"style="font-weight: bold; margin-left: 15px; margin-right: 15px"><a href="index.html#down" class="nav-link" style=" color:white;">CONTACT</a></li>
</ul>
</div>
</nav>
</div> -->
<div class="row justify-content-center">
<nav class="col-11 navbar navbar-default navbar-fixed-top navbar-expand-xl navbar-light">
<a href="http://svnit.ac.in/" class="navbar-brand">
<img class="nit_photo" src="images/svnit.png" />
</a>
<div class="navbar-brand v2"></div>
<a href="https://drishti-svnit.github.io/drishti/" class="navbar-brand">
<img class="im" src="images/drishti_2.png" />
</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: bold; margin-right: 20px">
<a href="index.html" class="nav-link">HOME</a>
</li>
<li class="nav-item" style="font-weight: bold; margin-right: 20px">
<a href="events.html" class="nav-link">EVENTS</a>
</li>
<li class="nav-item" style="font-weight: bold; margin-right: 20px">
<a href="projects.html" class="nav-link">PROJECTS</a>
</li>
<li class="nav-item" style="font-weight: bold; margin-right: 20px">
<a href="faculty.html" class="nav-link">FACULTY</a>
</li>
<li class="nav-item dropdown" style="font-weight: bold; margin-right: 20px">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
TEAM
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item it" href="20.html" style="color: black">BATCH 2016-20</a
>
<a class="dropdown-item it" href="21.html" style="color: black"
>BATCH 2017-21</a
>
<a class="dropdown-item it" href="22.html" style="color: black"
>BATCH 2018-22</a
>
<a class="dropdown-item it" href="23.html" style="color: black"
>BATCH 2019-23</a
>
<a class="dropdown-item it" href="24.html" style="color: black"
>BATCH 2020-24</a
>
<a class="dropdown-item it" href="25.html" style="color: black"
>BATCH 2021-25</a
>
<a class="dropdown-item it" href="26.html" style="color: black">BATCH 2022-26</a>
</div>
</li>
<li class="nav-item" style="font-weight: bold; margin-right: 20px">
<a href="sponsor.html" class="nav-link">SPONSORS</a>
</li>
<!-- <li class="nav-item" style="font-weight: bold; margin-right: 20px">
<a href="#down" class="nav-link">CONTACT</a>
</li> -->
</ul>
</div>
</nav>
</div>
<div class="row justify-content-center">
<div class="col-10 underline"></div>
</div>
<div class="teams-head">
<div class="teams-title">
<h2>COMING SOON...</h2>
</div>
</div>
<!--
<div class="container" style="text-align: center; color: white;">
<div class="heading" style="color: white;">FACULTY ADVISORS</div><br>
<div class="row" style="margin-top: 30px;">
<div class="col-sm-4">
<article class="post">
<img src="team/faculty/vkp1.png" alt="VKP" style="width: auto; margin-left: auto; margin-right: auto; height: 200px; display: inline-block;"><hr style="background-color: white; margin-bottom: 0%;">
<h2 style="margin-top: 20px;margin-bottom: 20px;">
CHAIRPERSON
</h2>
<h3 style="margin-bottom: 20px;">
Dr. VIMAL K. PATEL
</h3>
<a href="https://www.svnit.ac.in/facup/VKP_Web_Site_CV.pdf" target="blank" class="btn btn-primary"><b>Website</b></a>
</article>
</div>
<div class="col-sm-4">
<article class="post">
<img src="team/faculty/sjp.jpg" alt="VKP" style="width: 200px; margin-left: auto; margin-right: auto; height: 200px; display: inline-block;"><hr style="background-color: white; margin-bottom: 0%;">
<h2 style="margin-top: 20px;margin-bottom: 20px;">
CO-CHAIRPERSON
</h2>
<h3 style="margin-bottom: 20px;">
Dr. SANKITA J. PATEL
</h3>
<a href="https://www.svnit.ac.in/sjp/" target="blank" class="btn btn-primary"><b>Website</b></a>
</article>
</div>
<div class="col-sm-4">
<article class="post">
<img src="team/faculty/pje.jpg" alt="VKP" style="width: 200px; margin-left: auto; margin-right: auto; height: 200px; display: inline-block;"><hr style="background-color: white; margin-bottom: 0%;">
<h2 style="margin-top: 20px;margin-bottom: 20px;">
CO-CHAIRPERSON
</h2>
<h3 style="margin-bottom: 20px;">
Dr. PINAL J. ENGINEER
</h3>
<a href="https://www.svnit.ac.in/Data/facup/pjengineer/index.html" target="blank" class="btn btn-primary"><b>Website</b></a>
</article>
</div>
</div>
</div> -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>