forked from aditya81070/hackslashjecrc.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
129 lines (123 loc) · 5.22 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
---
layout: default
title: HackSlash
description: HackSlash home page
id: home
---
<div class="container">
<div id="main-cover" class="demo-card-image mdl-card mdl-shadow--2dp">
<div class="mdl-card__title mdl-card--expand"></div>
<div class="mdl-card__actions">
<span class="event-title">HackSlash Linux Day<br>1 September, Friday | JECRC Campus<br><br></span>
<span class="event-details">#TheLinuxDay is an across college Linux Introduction day showcasing the power of Linux and helping you install linux on your machine.<br></span>
<a href="http://events.hackslash.org/thelinuxday" class="mdl-button mdl-js-button mdl-button--raised">
RSVP
</a>
</div>
</div>
<div class="mdl-grid">
<div class="mdl-cell mdl-cell--6-col mdl-cell--12-col-phone">
<div class="sub-covers demo-card-square mdl-card mdl-shadow--2dp">
<div class="mdl-card__title mdl-card--expand" id="join">
</div>
<div class="mdl-card__supporting-text">
Join HackSlash and be a part of the community and enjoy the benefits of team coding.
</div>
<div class="mdl-card__actions mdl-card--border">
<a href="http://join.hackslash.org/" class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect">
Join
</a>
</div>
</div>
</div>
<div class="mdl-cell mdl-cell--6-col mdl-cell--12-col-phone">
<div class="sub-covers demo-card-square mdl-card mdl-shadow--2dp">
<div class="mdl-card__title mdl-card--expand" id="slack-join">
</div>
<div class="mdl-card__supporting-text">
Join the Official <i>Slack</i> channel and participate in discussion with other members of the community.
</div>
<div class="mdl-card__actions mdl-card--border">
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="https://join.slack.com/t/jecrccc/shared_invite/MjI5MDcwODEyNjEzLTE1MDMxNTA0NTUtZGUxNzZmOTUzYw">
Join Slack
</a>
</div>
</div>
</div>
</div>
</div>
<div id="main">
<div class="content">
<div class="title">
Learn, Build, Compete and Contribute with <span>HackSlash</span>
</div>
<div id="learn-dev">
<div class="mdl-grid">
<div class="mdl-cell mdl-cell--6-col mdl-cell--12-col-phone" id="learn">
<h3>Learn - </h3>
<div class="description">
<h4>Learn Programming Skills</h4>
<p>We have build some exceptional courseworks and PSETs to help you learn new skills and programming.</p>
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect mdl-shadow--2dp" href="course-index.html">
Course Index
</a>
</div>
</div>
<div class="mdl-cell mdl-cell--6-col mdl-cell--12-col-phone">
<img class="dev-images" src="assets/images/learn.png">
</div>
</div>
</div>
<div id="build-dev">
<div class="mdl-grid">
<div class="mdl-cell mdl-cell--6-col mdl-cell--12-col-phone">
<img class="dev-images" src="assets/images/build.png">
</div>
<div class="mdl-cell mdl-cell--6-col mdl-cell--12-col-phone" id="build">
<h3>Build - </h3>
<div class="description">
<h4>Build higher-quality app</h4>
<p>We have your basics covererd up, now build great applications with a wide range of tools and frameworks and showcase your skills.</p>
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect mdl-shadow--2dp" href="https://github.com/hackslashjecrc/">
Join Org
</a>
</div>
</div>
</div>
</div>
<div id="compete-dev">
<div class="mdl-grid">
<div class="mdl-cell mdl-cell--6-col mdl-cell--12-col-phone" id="compete">
<h3>Compete - </h3>
<div class="description">
<h4>Tap into the world of Sports Programming</h4>
<p>We got you learn, practise coding, now fight like a knight world's leading coding competetions and name a flag.</p>
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect mdl-shadow--2dp" href="compete.html">
Fight
</a>
</div>
</div>
<div class="mdl-cell mdl-cell--6-col mdl-cell--12-col-phone">
<img class="dev-images" src="assets/images/compete.png">
</div>
</div>
</div>
<div id="contribute-dev">
<div class="mdl-grid">
<div class="mdl-cell mdl-cell--6-col mdl-cell--12-col-phone">
<img class="dev-images" src="assets/images/contribute.png">
</div>
<div class="mdl-cell mdl-cell--6-col mdl-cell--12-col-phone" id="contribute">
<h3>Contribute - </h3>
<div class="description">
<h4>Be the Change</h4>
<p>Apply your knowledge and experince contributing to Open Source projects and be a part of the change.</p>
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect mdl-shadow--2dp" href="https://github.com/hackslashjecrc/">
Join Org
</a>
</div>
</div>
</div>
</div>
</div>
</div>