This repository was archived by the owner on Oct 2, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
168 lines (168 loc) · 10.1 KB
/
index.html
File metadata and controls
168 lines (168 loc) · 10.1 KB
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
---
layout: frontpage
---
{% assign posts = site.posts | where_exp: 'event', 'event.date > site.time' %}
<section>
<div class="row no-gutters" style="min-height: 60vh;">
{% if posts.count > 0 %}
<div class="col-md d-none d-md-block">
{% include carousel.html %}
</div>
{% endif %}
<div class="col-md p-3 text-light" style="background: url(/assets/img/duotone/LAN66CRAWL-DUOTONE.jpg) no-repeat fixed center; background-size: cover;">
<div class="row" style="height: 100%;">
<div class="col-12 col-md-6 d-flex align-items-center">
<img class="img-fluid d-none d-md-block mx-auto mb-3" src="/assets/img/logo-white.png" style="flex: 1;"/>
</div>
<div class="col-12 col-md-6 d-flex align-items-center">
<div class="p-3 rounded" style="background-color: rgba(0, 0, 0, 0.7);">
<h2>Welcome to SLUGS!</h2>
<p>SLUGS is the University of Sheffield society for <b>video games</b>. Whether you've only ever played <i>Wii Sports</i> or <i>League of Legends</i> is more your style, SLUGS welcomes a <b>wide variety of games and players</b>!</p>
<p>We meet on <b>Tuesdays</b> for drinks and games, and <b>LANs</b> are hosted on a roughly monthly basis.</p>
<p>
<b>Not a member yet?</b> <a class="text-danger" href="{{ site.society_join_link }}"><i class="fas fa-edit"></i> Sign up</a> or join our <a class="text-danger" href="https://discord.gg/{{ site.discord_invite_link }}"><i class="fab fa-discord"></i> Discord server</a>!<br />
Read on for a taster of what it's like to game with SLUGS.<br />
<b>Already a SLUG?</b> <a href="#glance" class="text-danger">Check out what's coming up.</a>
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="glance" class="bg-dark text-light d-flex py-5 mb-5" style="min-height: 50vh;">
<div class="container-fluid px-5 d-flex flex-column" style="flex: 1;">
<h2>
Next events
<a class="btn btn-danger ml-3" href="/socials.html">
<span>All Socials</span>
</a>
<a class="btn btn-facebook ml-3" href="https://www.facebook.com/pg/SLUGSoc/events">
<span>
<i class="fab fa-facebook mr-1"></i> Events on Facebook
</span>
</a>
</h2>
<div class="d-flex flex-column flex-md-row" style="flex: 1;">
{% include next_social.html category=site.categories.weekly-social %}
{% assign social_defined = most_recent_post %}
{% include glance_full_entry.html type="Social" post=most_recent_post %}
{% include next_social.html category=site.categories.lan %}
{% unless social_defined == nil and most_recent_post == nil %}
{% include glance_full_entry.html type="LAN" post=most_recent_post %}
{% endunless %}
</div>
</div>
</section>
<section id="summary" class="mb-5 text-light">
<div class="container-fluid px-5">
<div class="row">
<div class="col d-flex align-items-center" style="min-height: 50vh; background: url(/assets/img/social.jpg) no-repeat scroll center center; background-size: cover; text-shadow: 1px 1px 2px black;">
<div class="text-center m-3 p-3 rounded" style="background-color: rgba(0, 0, 0, 0.7);">
<h2>Socials</h2>
<p>SLUGS gathers weekly for fun pick-up-and-play games and drinks. Head this way to learn which games you'll get to enjoy each week! We normally meet in Bar One at 6pm, moving on to Huttons Bar at 7.30pm.</p>
<table class="table table-sm table-hover">
<tbody>
{% include event_table.html category=site.categories.weekly-social limit=3 %}
</tbody>
</table>
<p>
{% include button.html style="secondary" class="w-100" href="/socials.html" text="View details" %}
</p>
</div>
</div>
<div class="col d-flex align-items-center" style="min-height: 50vh; background: url(/assets/img/lan.jpg) no-repeat scroll center center; background-size: cover; text-shadow: 1px 1px 2px black;">
<div class="text-center m-3 p-3 rounded" style="background-color: rgba(0, 0, 0, 0.7);">
<h2>LAN events</h2>
<p>Once every few weeks, we run LAN events at the Ridge building in Ranmoor Student Village. They're an excellent opportunity to engage with the groups you play games with. If you've not yet been to a LAN and would like to learn more, head this way!</p>
<p>
<table class="table table-sm table-hover">
<tbody>
{% include event_table.html category=site.categories.lan limit=3 %}
</tbody>
</table>
{% include button.html style="secondary" class="w-100" href="/lan.html" text="View details" %}
</p>
</div>
</div>
</div>
<div class="row">
<div class="col d-flex align-items-center" style="min-height: 50vh; background: url(/assets/img/competitive.jpg) no-repeat scroll center center; background-size: cover;">
<div class="text-center m-3 p-3 rounded" style="background-color: rgba(0, 0, 0, 0.7);">
<h2>Competitive</h2>
<p>For the ranked players among you, we engage with the <abbr title="National University Esports League">NUEL</abbr> every year in games like CS:GO, League of Legends, and Rocket League. Take the fight to other universities and wave that black and gold banner!</p>
<p>Our eSports officer will be following goings-on with NUEL, so if you're interested, keep tabs on the <b>#nuel</b> channel in the server!</p>
<p>
{% capture discord_link %}
https://discord.gg/{{ site.discord_invite_link }}
{% endcapture %}
{% include button.html style="discord" class="w-100" href=discord_link icon="fab fa-discord" text="Join Discord server" %}
</p>
</div>
</div>
<div class="col d-flex align-items-center" style="min-height: 50vh; background: url(/assets/img/minecraft.jpg) no-repeat scroll center center; background-size: cover; text-shadow: 1px 1px 2px black;">
<div class="text-center mx-auto my-3 p-3 rounded" style="background-color: rgba(0, 0, 0, 0.7);">
<h2>Game Servers</h2>
<p>We also host our own game server on sleipnir.slugsoc.co.uk. Connect to these ports to get started:</p>
<table class="table table-sm">
<thead>
<th>Game</th>
<th>Port</th>
</thead>
<tbody>
{% for server in site.data.servers %}
<tr>
<td>{{ server.game }}</td>
<td>{{ server.port }}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="container-fluid">
<div class="row px-5 pt-5 d-flex align-items-center" style="min-height: 100vh; background: url(/assets/img/duotone/COMMITTEE-DUOTONE.jpg) no-repeat fixed center; background-size: cover; text-shadow: 1px 1px 2px black;">
<div class="text-center text-light p-3" style="background-color: rgba(0, 0, 0, 0.7);">
<h2>Our committee loves games!</h2>
<p class="lead">Our committee loves games just as much as the rest of the society! They share many roles - arranging events, setting them up, providing food and consoles, and more. Head <a class="text-danger" href="committee.html">here</a> to see what they're all about.</p>
{% include button.html style="primary" class="btn-lg w-100 mb-3" href="/committee.html" text="Learn more" %}
</div>
</div>
<div class="row px-5 pt-5 d-flex text-center align-items-center" style="min-height: 100vh; background: url(/assets/img/duotone/SOCIAL_FUN-DUOTONE.jpg) no-repeat fixed center; background-size: cover; text-shadow: 1px 1px 10px black;">
<div class="mx-auto text-light p-3" style="background-color: rgba(0, 0, 0, 0.7);">
<h2>Want to join SLUGS? Here's how...</h2>
<p class="lead">If you're a university student, sign up <b><a class="text-light" href="{{ site.society_join_link }}">here</a></b>. If not, why not <b><a class="text-discord" href="https://discord.gg/{{ site.discord_invite_link }}">join our Discord server</a></b> and get involved?</p>
{% capture discord_link %}https://discord.gg/{{site.discord_invite_link}}{% endcapture %}
<div class="btn-group d-flex mb-3">
{% include button.html style='danger' class="btn-lg w-100 mb-3" href=site.society_join_link text="Join SLUGS" %}
{% include button.html style='discord' class='btn-lg w-100 mb-3' href=discord_link text='Join Discord server' icon='fab fa-discord' %}
</div>
</div>
</div>
<div class="row px-5 pt-5 d-flex text-center align-items-center" style="min-height: 100vh; background: url(/assets/img/duotone/LAN64-DUOTONE.jpg) no-repeat fixed center; background-size: cover; text-shadow: 1px 1px 2px black;">
<div class="mx-auto text-light p-3" style="background-color: rgba(0, 0, 0, 0.7);">
<h2>Feeling LANxious?</h2>
<p class="lead">Never been to a LAN before? LANs are exciting weekend-long events, and they're the perfect opportunity to play games all weekend with your friends! Bring your desktops or consoles along and have a blast!</p>
<p class="lead">Still feeling uncertain? Head this way to get the lowdown on LANs (and, importantly, read the rules).</p>
{% include button.html style="primary" class="btn-lg w-100 mb-3" href="/lan.html" text="About SLUGS LAN events" %}
</div>
</div>
<div class="row px-5 pt-5 d-flex text-center align-items-center" style="min-height: 100vh; background: url(/assets/img/duotone/TOURNEY_WIN-DUOTONE.jpg) no-repeat fixed center; background-size: cover;">
<div class="mx-auto text-light p-3">
<h2>A massive thanks to our sponsors!</h2>
<p class="lead">We have our sponsors to thank for the success of our events. Follow the links below to check them out!</p>
<div class="row">
{% for sponsor in site.data.sponsors %}
<div class="offset-md-3 col-md-6">
{% include sponsor_card.html sponsor=sponsor %}
</div>
{% endfor %}
</div>
</div>
</div>
</div>
</section>