-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathblogs.html
210 lines (201 loc) · 7.89 KB
/
blogs.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 lang="en">
<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/blogs.css" />
<link rel="icon" type="image/jpg" href="./media/images_homepage/fav.jpg" />
<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="button1"
>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="./login.html" id="button2" style="color:var(--global-button_color_pink-background-color); font-weight: bold;">Login/Sign Up</a>
</li> -->
<li class="nav-item">
<a class="nav-link" href="./courses.html" id="button2"
>Courses</a
>
</li>
</ul>
</div>
</nav>
</div>
<!-- nav end -->
<div id="blogs" class="container-fluid">
<div class="row-me justify-content-center">
<div class="col-md-5 blog">
<div id="first_blog">
<div class="image-container">
<a href="https://medium.com/@codingclubiitg/why-django-b71be039f648" target="_blank"
><img src="./media/images_blogs/django.png" width="100%"
/></a>
</div>
<div id="brief">
<a href="https://medium.com/@codingclubiitg/why-django-b71be039f648" target="_blank">Why Django?</a>
<p id="info">Want to know why Django is one of the most popular web development frameworks? Dig in and learn more about Django.</p>
<p id="info" style="font-weight: bold">
Posted by: Mohit Jain<br />Posted on: 21 June 2020
</p>
</div>
</div>
</div>
<div class="col-md-5 blog">
<div id="second_blog">
<div class="image-container">
<a href="https://medium.com/@codingclubiitg/welcome-to-machine-learning-fbed9b16dd03"
><img src="./media/images_blogs/ml.jpeg" width="100%"
/></a>
</div>
<div id="brief">
<a href="https://medium.com/@codingclubiitg/welcome-to-machine-learning-fbed9b16dd03" target="_blank">
Machine Learning: The Journey from "hello, world" to Self Sufficient Computers
</a>
<p id="info">Hey there, machine learning enthusiast! Ready to start your long, excruciating yet wonderful journey into the world of Machine Learning? Let me guide you through this amazing journey!</p>
<p id="info" style="font-weight: bold">
Posted by Kartik Bansal and Maneshwar Singh<br />Posted on: 18 May 2020
</p>
</div>
</div>
</div>
</div>
</div>
<!--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;">[email protected]</a>
</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>
</div>
</div>
<!-- HERE -->
<footer class="container-fluid">
✧ Developed and Maintained by : Coding Club IITG
</footer>
<!-- HERE -->
</body>
</html>