forked from SRCF/srcf-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
159 lines (153 loc) · 7.98 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
<!--#set var="title" value="Home" -->
<!--#include virtual="inc/header-base.html" -->
<div class="jumbotron">
<div class="container">
<div class="row align-items-center">
<div class="col-md-auto d-none d-sm-block mx-auto mx-md-0" style="width:100%;max-width:220px;max-height:220px;">
<img class="img-fluid" style="max-height:100%" src="/_srcf/images/logo-white.svg" alt="Logo" role="img"
aria-label="logo" />
</div>
<div class="col-md">
<h1 class="display-3">Welcome to the SRCF!</h1>
<p>The <em>Student-Run Computing Facility</em>
is a volunteer-run student society that provides free, useful and flexible computing
and network services for University of Cambridge staff and students of all degrees of ability.</p>
<a class="btn btn-primary btn-lg" href="<!--#if expr=" ${domain_control}" --><!--#echo var="domain_control" --><!--#endif -->/signup" role="button">Create an account »</a>
</div>
</div>
</div>
</div>
<section class="bg-dark py-3 text-light">
<div class="container px-5">
<h4>Message of the day</h4>
<pre class="mb-0" style="color: whitesmoke;"><!--#include virtual="/motd" --></pre>
</div>
</section>
<div class="container my-4">
<div class="row">
<div class="col-md-4 d-flex align-items-stretch">
<div class="card mb-3 shadow-sm">
<div class="card-body">
<h4 class="card-title">Services</h4>
<p>Our volunteers maintain a selection of free services for thousands of members of the university. To name a
few, these
are:
<ul>
<li>website hosting with a rich variety of features</li>
<li><a href="https://timeout.srcf.net" target="_blank">a video conferencing platform </a></li>
<li>standards-compliant email and mailing lists <em>@srcf.net</em></li>
<li>
2GB of file or web space</li>
<li>general purpose shell accounts on our servers hosted in Cambridge</li>
<li>hosted Mattermost and Zulip instances</li>
<li>...and <a href="/services">much more!</a></li>
</ul>
All of these services are available for personal accounts and groups, such as societies.
</p>
<a class="btn btn-secondary" role="button" href="/services">Get started »</a>
</div>
</div>
</div>
<div class="col-md-4 d-flex flex-column align-items-stretch">
<div class="card mb-3 shadow-sm">
<div class="card-header"
style="background: linear-gradient(rgba(64, 64, 64, 0.5), rgba(64, 64, 64, 0.5)), url(/images/srcf-cropped.jpg); background-position: center; background-size: cover;">
<h4 style="color:white;" class="my-2">About us</h4>
</div>
<div class="card-body">
<p>The Student-Run Computing Facility (SRCF) is a volunteer-run student society at the University
of Cambridge. We run our own servers hosted in-house within the university and provide computing services
for thousands of staff and students.</p>
<a class="btn btn-primary" role="button" href="/about">Learn what we do »</a>
</div>
</div>
<div class="card mb-3 shadow-sm">
<div class="card-body">
<h4 class="card-title">Donate</h4>
<p>The SRCF is funded largely by donations from its users, for which we are very grateful. We can only spend
as much as we have, so help us pay for our costs by donating as little as £3.</p>
<button type="submit" class="btn btn-success">
<i class="fa fa-heart"></i> Donate today
</button>
</div>
</div>
</div>
<div class="col-md-4 d-flex align-items-stretch">
<div class="card mb-3 shadow-sm">
<div class="card-body">
<h4 class="card-title">Volunteering</h4>
<p>Do you ❤ open source like we do? Does managing large Linux systems sound interesting? Or perhaps getting
your hands dirty with servers and hardware? Or even programming web apps and Python libraries?
</p>
<p>As a student society that's completely independent from the colleges and university, we rely on the generous
help of interested volunteers to keep the SRCF going. We welcome everyone regardless of technical background
at any point during term. Come and talk to us even if you're not sure!</p>
<ul>
<li><a href="https://lists.srcf.net/mailman/listinfo/srcf-volunteers">Join our mailing list</a></li>
<li>Attend our weekly meetings</li>
<li>Chat with us on <a href="https://mattermost.srcf.net/">Mattermost</a>,
<a href="https://discord.com/invite/et353sv">Discord</a> or
<a href="https://webchat.srcf.net/?channels=welcome">IRC</a></li>
<li><a href="https://forms.gle/xxqMuqbZmHsE5ozm9">Fill out</a> the interest form</li>
</ul>
<a class="btn btn-secondary" role="button" href="/get-involved">Get involved »</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 d-flex align-items-stretch">
<div class="card mb-3 shadow-sm">
<div class=" card-body">
<h4 class="card-title">Weekly meetings</h4>
<p>The SRCF committee and members of the volunteer team meet weekly on <strong>Friday at 8PM</strong> to talk
about the SRCF, cool ideas and tech. Anyone is welcome to join us, especially if you're interested in
learning more! The meetings are virtual and held on Timeout, <a href="https://timeout.srcf.net/executive"
target="_blank">here</a>.</p>
</div>
</div>
</div>
<div class="col-md-8 d-flex align-items-stretch">
<div class="card w-100 mb-3 shadow-sm">
<div class="card-body">
<h4 class="card-title">End of Hermes? Fear not!</h4>
<p>The SRCF has run its own mail system, called Hades, for many years. It is fully standards (IMAP/SMTP) compliant and works with any mail client or via the web client, called Roundcube (what Hermes runs).</p>
<a class="btn btn-secondary" role="button" href="https://docs.srcf.net/email/hades.html">Setup my @cam »</a>
</div>
</div>
</div>
</div>
<!-- https://mdbootstrap.com/support/general/cards-of-same-height-and-footer-bottom-alignment/ -->
<div class="row">
<div class="col-md-4 d-flex align-items-stretch">
<div class="card mb-3 shadow-sm">
<div class="card-body">
<h4 class="card-title">Scheduled vulnerable period</h4>
<p>To aid in security procedures, the SRCF has a potentially vulnerable period, <b>from 10pm to 12 midnight on
Saturday nights</b>. During this time the sysadmins may reboot the server without much prior warning.</p>
</div>
</div>
</div>
<div class="col-md-4 d-flex align-items-stretch">
<div class="card mb-3 shadow-sm">
<div class="card-body">
<h4 class="card-title">Learning & education</h4>
<p>You can find a few tutorials made by us in our <a
href="https://docs.srcf.net/learn/index.html">documentation learning section</a> (help needed!). Ask us if
you're looking for a recommended resource to learn anything, we'll be sharing a few of our favorites soon on
a new page.</p>
</div>
</div>
</div>
<div class="col-md-4 d-flex align-items-stretch">
<div class="card mb-3 shadow-sm">
<div class="card-body">
<h4 class="card-title">Sponsors</h4>
<p>Is your company interested in sponsoring the SRCF? We have plenty of benefits to offer as we are one of the
largest societies in Cambridge. Read more about that <a href="/sponsors/benefits">here</a>.</p>
<a class="btn btn-secondary" role="button" href="/sponsors">Our current sponsors »</a>
</div>
</div>
</div>
</div>
<!--#include virtual="inc/footer-base.html" -->