-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
339 lines (326 loc) · 13.6 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
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
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
<!DOCTYPE html>
<html>
<head>
<title>RIT Creative Team</title>
<!--bg header image-->
<link rel="ny" sizes="1920x1123" href="assets/images/ny.jpeg">
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicon-16x16.png">
<link rel="manifest" href="assets/images/manifest.json">
<link rel="mask-icon" href="assets/images/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="assets/images/favicon.ico">
<meta name="msapplication-config" content="assets/images/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Righteous" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Anton" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="events/assets/style.css">
<script src="events/asstes/model.js"></script>
<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<script src="bootstrap/js/jquery.bootstrap-growl.js"></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta property="og:title" content="RIT Creative Team" >
<meta property="og:type" content="website">
<meta property="og:description" content="The official website of the RIT Creative Team.">
<meta property="og:image" content="/assets/images/logo.png">
<meta property="og:site_name" content="RIT Creative Team">
<!--font-dosis-->
<link href="https://fonts.googleapis.com/css?family=Dosis:200,400" rel="stylesheet">
<link rel="stylesheet" href="css/home.css">
<style>
.head_blog
{
background-color:#A239CA;
}
.siz
{
width:100;
}
h3
{
color:#c5c6c7;
text-align:center;
}
h1
{
color:#66fcf1;
font-family:monospace;
}
.forcolor
{
color:#ffffff;
}
p
{
font-family: 'Dosis', sans-serif;
font-size: 20px;
}
.col-xs-6{
cursor: pointer;
overflow: hidden;
}
.col-xs-6 img{
transition: all 3s case-in;
}
.col-xs-6:hover img{
transform: scale(1.1);
transition: all 3s case-in;
filter: brightness(.7);
}
</style>
</head>
<body style="background-color:#1f2833;">
<header>
<div class="container container-fluid">
<div class="row">
<img src="assets/images/android-chrome-192x192.png" style="width:80px;height:80px;"/>
<a href="" class="btn" style="font-size: 40px; text-decoration: none;color:#1f2833"><b>RitCt</b></a>
<a href="blog/blog.html" class="btn btn-danger">Blog</a>
<a href="http://ritct.createaforum.com/" class="btn btn-warning">Forum</a>
<a href="events/event.html" class="btn btn-success">Events</a>
<a href="https://github.com/RITct-Learninghub" class="btn btn-info">Learn</a> <!-- need to change the page later -->
<!--<a href="" class="btn btn-info">activities</a>
<a href="" class="btn btn-primary">contact</a>
-->
</div>
</div>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<!-- Quote-->
<script type="text/javascript">
//$(function() {
//$.bootstrapGrowl("ritct.ml is our new domain. Please update your bookmarks!!");
//});
</script>>
<text class="brandQuote">#inCODEweTRUST</text>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
</header>
<br/>
<br><br><br><br>
<div class="container" >
<div class="forcolor">
<div id="about">
<h1 Style="text-align:center;" ><b>About</b></h1>
<p id="text" style="font:'Dosis:', sans-serif;">
We are a team of developers and designers from Rajiv Gandhi Institute of Technology,
Kottayam, doing our best to create and publish extraordinary projects.<br>
</p>
</div>
<div style="margin-top:150px;">
<div class="blog col-sm-12" style="color:#ffffff;margin-top:20px;">
<div style="margin-top:40px;float:center;">
<h1 style="text-align:center;"><a style="text-decoration:none" href="https://github.com/RITct">PROJECTS</a></h1>
<br><br>
<div class="row" >
<div class="col-sm-6" >
<div class="col-xs-6">
<a style="text-decoration:none" href="http://www.gautamkrishnar.com/project/socli">
<img src="assets\images\socli.png" class="project_img"/>
<p>SoCLI</p></a>
</div>
<div class="col-xs-6">
<a style="text-decoration:none" href="https://github.com/Aksh77/Pygame/tree/master/Memory-Game">
<img src="assets\images\pygame.png" class="project_img"/>
<p>DNA Arcade</p></a>
</div>
<div class="col-xs-6">
<a style="text-decoration:none" href="https://github.com/ParadoxZero/sfml-snake">
<img src="assets\images\snake.png" class="project_img"/>
<p>Snake Game</p></a>
</div>
<div class="col-xs-6">
<a style="text-decoration:none" href="https://github.com/RITct/HandCricket">
<img src="assets\images\handcricket.png" class="project_img"/>
<p>Hand Cricket</p></a>
</div>
</div>
<div class="col-sm-6">
<div class="col-xs-6">
<a style="text-decoration:none" href="https://github.com/gautamkrishnar/tcso">
<img src="assets\images\tcso.png" class="project_img"/>
<p>TcSo</p></a>
</div>
<div class="col-xs-6">
<a style="text-decoration:none" href="https://github.com/ParadoxZero/stmp">
<img src="assets\images\stmp.png" class="project_img"/>
<p>STMP</p></a>
</div>
<div class="col-xs-6">
<a style="text-decoration:none" href="https://github.com/sherinann/easywiki">
<img src="assets\images\easywiki.png" class="project_img"/>
<p>EasyWiki</p></a>
</div>
<div class="col-xs-6">
<a style="text-decoration:none" href="https://github.com/gautamkrishnar/nothing-private">
<img src="assets\images\nothingprivate.png" class="project_img"/>
<p>Nothing-Private</p></a>
</div>
</div>
<div class="col-xs-6">
<div class="col-xs-6">
<a style="text-decoration:none" href="https://github.com/RITct/Rita">
<img src="assets\images\apple-touch-icon.png" class="project_img"/>
<p>RitA</p></a>
</div>
</div>
</div>
</div>
</div>
<div class="blog col-sm-12" style="color:#ffffff;margin-top:100px;">
<div style="margin-top:40px;float:center;">
<h1 style="text-align:center;"><a style="text-decoration:none" href="blog/blog.html">BLOG</a></h1>
<br><br>
<div class=row>
<div class="col-sm-6">
<div class=col-xs-6>
<a style="text-decoration:none" href="blog/post/numpy.html">
<img src="assets\images\numpy.jpg" class="blog_img"/>
<p>Introduction to NumPy</p></a>
</div>
<div class="col-xs-6">
<a style="text-decoration:none" href="blog\post\virtualenv.html">
<img src="assets\images\virtualenv.png" class="blog_img"/>
<p>Python Virtual Environment</p></a>
</div>
</div>
<div class="col-sm-6">
<div class="col-xs-6">
<a style="text-decoration:none" href="blog\post\opencvintro.html">
<img src="assets\images\opencvintro.png" class="blog_img"/>
<p>Introduction to OpenCV</p></a>
</div>
<div class="col-xs-6">
<a style="text-decoration:none" href="blog\post\biopython.html">
<img src="assets\images\biopython.jpeg" class="blog_img"/>
<p>Introduction to BioPython</p></a>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<br><br><br>
<!-------------------------------------------------------------------------------->
<script>
$(document).ready(function(){
$(".event_imgs").click(function(){
$(".modal").fadeIn();
$(".modal_main").show();
});
});
$(document).ready(function(){
$(".close").click(function(){
$(".modal").fadeOut();
$(".modal_main").fadeOut();
});
});
</script>
<div class="blog col-sm-12" style="color:#ffffff;margin-top:100px;">
<div style="margin-top:40px;float:center;">
<h1 style="text-align:center;"><a style="text-decoration:none" href="events/event.html">EVENTS</a></h1>
<br>
<br>
<div class=row >
<div class="col-sm-6">
<div class=col-xs-6>
<a style="text-decoration:none" href="events/post/e2.html" class="event_img"><img src="events\assets\images\code-wizard3.jpeg" class="event_img"/></a>
<p><a style="text-decoration:none" href="events/post/e2.html">CODE-WIZARD 3.0</a></p>
</div>
<div class=col-xs-6>
<a style="text-decoration:none" class="event_imgs"><img src="events\assets\images\mind.jpg" class="event_img"/></a>
<p><a style="text-decoration:none" >Workshop on Machine Learning</a></p>
</div>
<div class="modal" class="col-md-3 col-sm-6">
<div class="modal_close close"></div>
<div class="modal_main" class="col-md-3 col-sm-6">
<img src="events\assets\images\close.png" class="close" style="margin-top:13px;left:96%;position:fixed;">
<h1 style="font-size:16%;"><pre"><img src="events\assets\images\mind.jpg" class="event_img"/> <em><b>Workshop on Machine Learning </b></em></pre></h1>
<pre>TinkerHUb-RIT kicks off its activities for the new semester with a Workshop on
<b><em>Machine Learning.</em></b>
<a href="events/post/e1.html">read more</a>
<h3>Date: Tuesday,8th August 2017<br>Time: 4 pm<br>Venue:CSE Department,3rd year classroom</h3> <a href="https://yadi.sk/a/dCaX_Ma93LrPdx"><button><em><strong>gallery</strong></em></button></a> <a href="https://github.com/GopikrishnanSasikumar/Intro-to-Machine-Learning-Workshop"><button>find the code</button></a>
</pre></div>
</div>
</div>
<div class="col-sm-6">
<div class="col-xs-6">
<a style="text-decoration:none" href="events/post/e3.html" class="event_img"><img src="events\assets\images\ml2.jpeg" class="event_img"/></a>
<p><a style="text-decoration:none" href="events/post/e3.html">How to do Machine Learning</a></p>
</div>
<div class="col-xs-6">
<a style="text-decoration:none" href="events/post/contest.html" class="event_img"><img src="events\assets\images\code2.jpeg" class="event_img"/></a>
<p><a style="text-decoration:none" href="events/post/contest.html">Code a pookalam</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<br><br><br>
<!-------------------------------------------------------------------------------->
<footer class="page-footer">
<div class="container" >
<div class="forcolor">
<div id="contact">
<h1 style="color:#ffffff;text-align:center;">CONTACT</h1>
<div class="container">
<div class="row justify-content-center">
<div class="col-10 col-md-6">
<form action="https://formspree.io/[email protected]" method="POST">
<br style="clear:both">
<h3 style="margin-bottom: 25px; text-align: center;">Drop a message here !</h3>
<div class="form-group">
<input type="text" class="form-control" id="name" name="name" placeholder="Name" required>
</div>
<div class="form-group">
<input type="email" class="form-control" id="email" name="_replyto" placeholder="Email" required>
</div>
<div class="form-group">
<textarea class="form-control" type="textarea" name="message" id="message" placeholder="Message" maxlength="140" rows="7"></textarea>
</div>
<button type="submit" id="submit" name="submit" value="Send" class="btn btn-primary pull-right">Submit</button>
</form>
</div>
</div>
</div>
<div id="social" style="text-align: center; margin-top: 50px; margin-bottom: 50px">
<span style="padding-right: 10%;">
<a href="https://www.facebook.com/TinkerHubRIT/" target="_blank" title="Follow us on facebook">
<i class="icon fa fa-facebook fa-fw fa-4x"></i>
</a>
</span>
<span>
<a href="https://github.com/RITct/RITct-discussions/issues/3" target="_blank" title="Join Us on Github">
<i class="icon fa fa-github fa-fw fa-4x"></i>
</a>
</span>
</div>
</div>
</div>
</div>
<div class="footer-copyright" style="text-align:center;color:white">
<div class="container">
© 2017 RIT Creative Team | TinkerHub RIT
</div>
</div>
</body>
</html>