-
Notifications
You must be signed in to change notification settings - Fork 21
/
index.html
193 lines (181 loc) · 8.15 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
---
# Do not remove this
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Crux | The programming and computing club of BITS-Pilani, Hyderabad
Campus</title>
{% include dependencies.html %}
<script>
$(document).ready(function () {
$(".feature-heading").on("click", function () {
var name = ["c", "r", "u", "x"];
var modified = "";
for (letter of name) {
var probability = Math.random();
if (probability > 0.9) {
modified = "CROoks Cloob";
break;
}
if (probability > 0.5) {
letter = letter.toUpperCase();
modified += letter;
} else {
modified += letter;
}
}
$(".feature-heading").text(modified);
})
})
</script>
</head>
<body>
<div class="container">
{% include header.html %}
<div class="feature">
<h1>
Welcome to the official website of
<div class="feature-heading">Crux</div>
</h1>
</div>
<hr />
<br>
<div class="row">
<div class="col-md-6 members-feature">
<img src="img/members-feature-min.jpg"
alt="Group photograph of Crux members sittin on a rock formation.">
</div>
<div class="col-md-6">
<p>
Crux is the Programming and Computing club for BITS
Hyderabad. From a small club of few passionate
coders since it's inception in 2010, we have grown by an
enormous amount. During this time, we have
aimed to kindle a passion for computers and better the
programming culture of the students of our
college. We also strive to make things on campus easier and
more convenient via the means of code.
<br><br>
The post holders for the year 2023-24 are Ansh Goyal - President, Rahul Jha - Secretary and Soumitra Shewale - Secretary.
<br><br>
<a href="./contact" class="btn btn-primary"><i
class="fa fa-envelope"></i> Connect
with
us</a>
</p>
</div>
</div>
<br>
<hr>
<div class="row links">
<div class="col-md-4">
<h3><i class="fa fa-info-circle"></i> About</h3>
The members of Crux have been actively developing the campus
technical culture since it was incepted in
2010. Find out more about our club, it's origins and the future.
<br><br>
<a class="btn btn-primary" href="/about">About Us</a>
</div>
<div class="col-md-4">
<h3><i class="fa fa-users"></i> Members</h3>
Crux is what it is today because of its amazing members. We are
proud of the diverse talents of our
members and the amazing work they do. Get more information about
members in their own words. <br><br>
<a class="btn btn-primary" href="/members">Our
Members</a>
</div>
<div class="col-md-4">
<h3><i class="fa fa-star"></i> Activities</h3>
Crux conducts varoius workshops, code-sprints, contests and more
through out the year. All of our
activites are open for the campus students, and we also conduct
open-for-all activites. Head to our
facebook page to see them all. <br><br>
<a class="btn btn-primary"
href="https://www.facebook.com/cruxbphc/">Club Activities <i
class="fa fa-external-link-alt"></i>
</a>
</div>
</div>
<br>
<hr>
<br>
<div class="row">
<div class="col">
<h2 class="text-center">Our Technical Projects</h2>
<div class="row projects">
<div class="col-md-4">As a technical club, we have a number
of open-source programming projects that
we develop, both for learning and for the use by the
general body of the campus. Some of out
projects are featured on the right. For a complete list,
you can head to our github profile.
<br><br>
<a class="btn btn-secondary"
href="https://github.com/crux-bphc"><i
class="fab fa-github"></i>
Crux Github Page</a>
</div>
<div class="col-md-8">
<div class="row project-item">
<div class="col-4"><img src="img/bits-pilani.png"
alt=""></div>
<div class="col-8">
<h3>CMS App</h3>
It is the Android version of the CMS BPHC app.
The app uses standard Moodle endpoints
from the server hosted at the CMS website. With
features like Token based login, View
list of enrolled courses,
Search and register new courses,
Download course content once; access locally any
time,
Notifications for new content
<a
href="https://github.com/crux-bphc/CMS-Android/">Learn
more...</a>
</div>
</div>
<div class="row project-item">
<div class="col-4"><img src="img/fest-manager.jpeg"
alt=""></div>
<div class="col-8">
<h3>Fest Manager</h3>
Fest Manager is a Single Page Express
Application that can be used to easily deploy
websites for college fests. The following
Android apps also depend on fest-manager as a
backend server:
Pearl,
Arena
<a
href="https://github.com/crux-bphc/fest-manager">Learn
more...</a>
</div>
</div>
<div class="row project-item">
<div class="col-4"><img src="img/logo.svg" alt="">
</div>
<div class="col-8">
<h3>Batchsnaps Sorter</h3>
Find all images that have your face in it. This
project makes the distribution of
batchsnaps easier, both for students, and
various clubs.
<a
href="https://github.com/crux-bphc/batchsnap-sorter">Learn
more...</a>
</div>
</div>
</div>
</div>
</div>
</div>
{% include footer.html %}
</body>
</html>