-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvClass.html
More file actions
282 lines (240 loc) · 9.34 KB
/
vClass.html
File metadata and controls
282 lines (240 loc) · 9.34 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
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
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
<html>
<head>
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
<!-- Stylesheets -->
<link rel="stylesheet" href="bootstrap/bootstrap.css">
<link rel="stylesheet" href="css/misc.css">
<link rel="stylesheet" href="css/blue-scheme.css">
<!-- JavaScripts -->
<script src="js/jquery-1.10.2.min.js"></script>
<script src="js/jquery-migrate-1.2.1.min.js"></script>
<script src="js/vclass.js"></script>
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<link rel="icon" href="http://www.rise-institute.com/favicon.ico"/>
<style>
.title-arch {
text-align: center;
margin: 50px 0;
font-size: 22px;
letter-spacing: 2px;
text-transform: uppercase;
}
.project {
width: 100%;
height: 500px;
background-image:url(images/Created/vc1.jpg);
background-size: cover;
background-position: center;
padding: 0 !important;
float:left;
}
.project-2 {
background-image:url(images/Created/vc2.jpg);
}
.project-3 {
background-image:url(images/Created/vc3.jpg);
}
.project-4 {
background-image:url(images/Created/vc4.jpg);
}
.project-5 {
background-image:url(images/Created/vcad1%20copy.jpg);
}
.project-6 {
background-image:url(images/Created/vc1a.jpg);
}
.project-7 {
background-image:url(images/Created/vapy.jpg);
}
.project-8 {
background-image:url(images/Created/vcasopy.jpg);
}
.project-9 {
background-image:url(images/Created/vcy.jpg);
}
.project-hover {
width: 100%;
height: 100%;
color: #fff;
opacity: 0;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
background-color: rgb(255, 163, 102, 0.7);
padding: 40% 30px !important;
}
.project-hover hr {
height: 30px;
width: 0;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
background-color: rgba(255, 255, 255, 1);
border: 0;
}
.project-hover a {
color: rgba(255, 255, 255, 1);
padding: 2px 22px;
line-height: 40px;
border: 2px solid rgba(255, 255, 255, 1);
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.project-hover a:hover {
border-color: rgba(51, 51, 51, 1);
color: rgba(51, 51, 51, 1);
background-color: #FFF;
}
.project:hover .project-hover {
opacity: 1;
}
.project:hover .project-hover hr {
width: 100%;
height: 5px;
}
/* The sidebar menu */
.sidenav {
height: 100%; /* Full-height: remove this if you want "auto" height */
width: 160px; /* Set the width of the sidebar */
position: fixed; /* Fixed Sidebar (stay in place on scroll) */
z-index: 1; /* Stay on top */
top: 0; /* Stay at the top */
left: 0;
background-color: #111; /* Black */
overflow-x: hidden; /* Disable horizontal scroll */
padding-top: 20px;
}
/* The navigation menu links */
.sidenav a {
padding: 6px 8px 6px 16px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
color: #f1f1f1;
}
/* Style page content */
.main {
margin-left: 160px; /* Same as the width of the sidebar */
padding: 0px 10px;
}
/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}
</style>
</head>
<title>
RiSE | vClass
</title>
<body>
<center>
<img src="images/Created/vcc.jpg" width=30% style="margin-top:5px;">
</center>
<div style="background-color:rgba(240, 120, 34, 0.47); text-align:center;">
<h3 style="padding-top:8px; padding-bottom:8px; color:#FFF;">
<a href="" class="typewrite" data-period="2000" data-type='["Curated lectures on various topics","Delivered by experts","Available online.","Anywhere","Anytime" ]'>
<span class="wrap"></span>
</a>
</h3>
</div>
<div class="container-fluid">
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-4 project wow animated animated4 fadeInLeft">
<div style = "text-align: center; padding-top:5px; background-color:rgba(255,255,255,0.5)" width = 100%> Physical Chemistry </div>
<div class="project-hover">
<h2>Physical Chemistry</h2>
<hr />
<p>Mole Concept, Atomic Structure, Chemical Kinetics, Chemical Equilibrium, Ionic Equilibrium taught by Mubeen Masudi, IIT Bombay</p>
<a href="vclass01.html">Browse</a>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-4 project project-2 wow animated animated3 fadeInLeft">
<div style = "text-align: center; padding-top:5px; background-color:rgba(255,255,255,0.5)" width = 100%> Mechanics </div>
<div class="project-hover">
<h2>Mechanics</h2>
<hr />
<p>Includes lectures on topics Kinematics, Vector Analysis and Laws Of Motion. Taught by Imbesat Ahmad, IIT Kharagpur</p>
<a href="vclass02.html">Browse</a>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-4 project project-3 wow animated animated2 fadeInLeft">
<div style = "text-align: center; padding-top:5px; background-color:rgba(255,255,255,0.5)" width = 100%> Heat & Thermodynamics </div>
<div class="project-hover">
<h2>Heat & Thermodynamics</h2>
<hr />
<p>A series of detailed lectures on Heat and thermodynamics topics by Imbesat Ahmad, IIT Kharagpur</p>
<a href="vclass03.html">Browse</a>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-4 project project-4 wow animated animated4 fadeInLeft">
<div style = "text-align: center; padding-top:5px; background-color:rgba(255,255,255,0.5)" width = 100%> Algebra </div>
<div class="project-hover">
<h2>Algebra</h2>
<hr />
<p>A series of detailed lectures on Algebra topics, such as Quadratic Equations, by Salman Shahid, IIT Kharagpur</p>
<a href="vclass04.html">Browse</a>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-4 project project-5 wow animated animated2 fadeInLeft">
<div style = "text-align: center; padding-top:5px; background-color:rgba(255,255,255,0.5)" width = 100%> NCERT Maths, Class 11 </div>
<div class="project-hover">
<h2>NCERT Maths, 11th</h2>
<hr />
<p>Solution to NCERT problems for topics like Sets, Trigonometric Functions, Complex Numbers, Induction and more...</p>
<a href="vclass05.html">Browse</a>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-4 project project-6 wow animated animated2 fadeInLeft">
<div style = "text-align: center; padding-top:5px; background-color:rgba(255,255,255,0.5)" width = 100%> NCERT Maths, Class 12 </div>
<div class="project-hover">
<h2>NCERT Maths, 12th</h2>
<hr />
<p>Solution to NCERT problems for topics like Vector Algebra, Integrals Solutions</p>
<a href="vclass06.html">Browse</a>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-4 project project-7 wow animated animated4 fadeInLeft">
<div style = "text-align: center; padding-top:5px; background-color:rgba(255,255,255,0.5)" width = 100%> Imbesat Ahmad, IIT Kharagpur </div>
<div class="project-hover">
<h2>Imbesat Ahmad</h2>
<hr />
<p>A collection of lectures by Imbesat Ahmad including lectures on Vectors, Kinematics, Heat & Thermodynamics</p>
<a href="vclass07.html">Browse</a>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-4 project project-8 wow animated animated2 fadeInLeft">
<div style = "text-align: center; padding-top:5px; background-color:rgba(255,255,255,0.5)" width = 100%> Mubeen Masudi, IIT Bombay </div>
<div class="project-hover">
<h2>Mubeen Masudi</h2>
<hr />
<p>A collection of lectures by Mubeen Masudi including lectures on Mole Concept, Atomic Structure, Equilibrium, Solutions and more...</p>
<a href="vclass08.html">Browse</a>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-4 project project-9 wow animated animated2 fadeInLeft">
<div style = "text-align: center; padding-top:5px; background-color:rgba(255,255,255,0.5)" width = 100%> Salman Shahid, IIT Kharagpur </div>
<div class="project-hover">
<h2>Salman Shahid</h2>
<hr />
<p>A collection of lectures by Salman Shahid including lectures on Quadratic Equations and Mental Mathematics</p>
<a href="vclass09.html">Browse</a>
</div>
</div>
<div class="clearfix"></div>
</div>
</body>
</html>