-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcourses.html
241 lines (226 loc) · 8.61 KB
/
courses.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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<title>Coding club</title>
<link
rel="stylesheet"
type="text/css"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh"
crossorigin="anonymous"
/>
<link rel="stylesheet" type="text/css" href="./new_styles/courses.css" />
<link rel="icon" type="image/jpg" href="./media/images_homepage/fav.jpg" />
<!-- scripts -->
<script
src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"
></script>
</head>
<body>
<div class="wrapper">
<div class="inner-wrapper">
<!-- nav start -->
<div class="container-fluid" id="nav-pos">
<nav class="navbar navbar-expand-lg navbar-light">
<a href="./index.html" >
<img
id="clublogo"
src="./media/images_homepage/fav1.png"
alt=".."
/>
</a>
<div>
<h3 id="cclogoright">Coding Club</h3>
<h3 id="cclogoright" style="font-size: 21px;">IIT Guwahati</h3>
</div>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbar-content"
aria-controls="navbar-content"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbar-content">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="./index.html" id="button2">Home </a>
</li>
<li class="nav-item">
<a class="nav-link" href="./about_us.html" id="button2"
>About us</a
>
</li>
<li class="nav-item">
<a class="nav-link" href="./events.html" id="button2"
>Events</a
>
</li>
<li class="nav-item">
<a class="nav-link" href="./blogs.html" id="button2"
>Blogs <span class="sr-only">(current)</span></a
>
</li>
<!-- <li class="nav-item">
<a
class="nav-link"
href="./ongoing_projects.html"
id="button2"
>Projects*</a
>
</li> -->
<li class="nav-item">
<a class="nav-link" href="./courses.html" id="button1"
>Courses</a
>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="./login.html" id="button2" style="color:var(--global-button_color_pink-background-color); font-weight: bold;">Login/Sign Up</a>
</li> -->
</ul>
</div>
</nav>
</div>
<!-- nav end -->
<!-- courses -->
<div id="courses" class="container-fluid">
<div class="card" style="width: 18rem;">
<img
src="./media/images_courses/nodejs_final.png"
class="card-img-top"
alt="nodejs"
/>
<div class="card-body">
<p class="card-text">
Node.js is an open-source, cross-platform, JavaScript runtime environment that executes JavaScript code outside a web browser. It is very useful in the fact that it helps achieve syncing of databases for websites and apps. Other than that, there are numerous usages for this as you will learn in the course. It is a 4-week course coupled with assignments and demo project.<br><br>
</p>
</div>
<div class="card-button">
<button
id="button1"
onclick="window.location.href = './course_intro.html'"
>
Go to course  >
</button>
</div>
</div>
<div class="card" style="width: 18rem;">
<img
src="./media/images_courses/ml.png"
class="card-img-top"
alt="nodejs"
/>
<div class="card-body">
<p class="card-text">
For the first time, we are launching this specially curated course on the deeper concepts of Machine Learning like Deep Learning, Neural Networks and Computer Vision. These are essential skills and techniques that you would need in your arsenal if you are willing to pursue a career in the field. It will be an 8-week course and will have 2 projects along with a Data Science hackathon at the end.
</p>
</div>
<div class="card-button">
<button id="button1" onclick="window.location.href = './ml_course_intro.html'">
Go to course  >
</button>
</div>
</div>
<!-- <div class="card" style="width: 18rem;">
<img
src="./media/images_courses/nodejs_3.png"
class="card-img-top"
alt="nodejs"
/>
<div class="card-body">
<p class="card-text">
Some quick example text to build on the card title and make up
the bulk of the card's content.
</p>
</div>
<div class="card-button">
<button id="button1" onclick="window.location.href = '#'">
Go to course  >
</button>
</div>
</div>
</div> -->
<!-- end -->
<!-- footer -->
<div class="container-fluid" id="space">
<div class="row-me justify-content-center">
<div class="col-lg-4">
<div>
<p id="font18"><strong>Contacts :</strong></p>
</div>
<div>
<p>
E-mail:
<a href="#" style="color: black; text-decoration: none;"
>
</p>
</div>
<div>
<h6 id="font20"><strong>Address :</strong></h6>
<p>
IIT Guwahati<br />
Near Doul Gobinda Road, Amingaon<br />
North Guwahati, Guwahati,<br />
Assam-781039
</p>
</div>
</div>
<div
class="col-lg-auto align-self-center"
style="text-align: center;"
>
<h5 style="margin: 15px;"><strong>Follow us on</strong></h5>
<ul style="padding-left: initial;">
<li style="display: inline; padding: 10px;">
<a
href="https://www.facebook.com/codingclubiitg/"
target="_blank"
>
<img src="./media/images_homepage/icons-3.png" alt=".." />
</a>
</li>
<li style="display: inline; padding: 10px;">
<a href="#" target="_blank">
<img src="./media/images_homepage/icons-1.png" alt=".." />
</a>
</li>
<li style="display: inline; padding: 10px;">
<a href="#" target="_blank">
<img src="./media/images_homepage/icons-4.png" alt=".." />
</a>
</li>
</ul>
</div>
</div>
</div>
<!-- footer end -->
</div>
</div>
<!-- HERE -->
<footer class="container-fluid">
✧ Developed and Maintained by : Coding Club IITG
</footer>
<!-- HERE -->
</body>
</html>