-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
184 lines (173 loc) · 8.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
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
---
layout: default
title: Home
navigation: true
order: 1
---
<div class="homepage">
<div class="masthead" data-index="0">
<div class="wrapper container-fluid">
<div class="row">
<div class="col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2">
<div class="type-wrapper text-center">
<p id="type-space">
Are you interested in... <br><span id="typer"></span>
</p>
</div>
<p class="intro">
We host
<a href="{{ '/series/tech-talks' | prepend: site.baseurl }}">tech talks</a>,
<a href="{{ '/series/socials' | prepend: site.baseurl }}">socials</a>,
<a href="{{ '/events/hackathons/hacklondon-2016' | prepend: site.baseurl }}">big</a> and
<a href="{{ '/events/hackathons/local-hack-day' | prepend: site.baseurl }}">small</a> hackathons,
various
<a href="{{ '/series/algorithms-in-c' | prepend: site.baseurl }}">workshops</a>,
<a href="{{ '/series/coding-and-cookies' | prepend: site.baseurl }}">classes</a>,
and
<a href="{{ '/projects' | prepend: site.baseurl }}">projects</a>.
</p>
<p class="intro">And the best bit? Membership is now completely free.</p>
<p><a href="http://uclu.org/clubs-societies/tech-society" class="join-now">Become A Member</a></p>
<br />
<p class="intro">Like our <a href="https://facebook.com/{{ site.facebook_username }}"><i class="icon icon-facebook"></i>Facebook page</a> for the latest updates and events, and join our <a href="{{ site.slack_url }}"><i class="icon icon-slack"></i>Slack community</a> to natter with current members.</p>
<a href="{{ '/welcome' | prepend: site.baseurl }}" class="join-now">Read our welcome guide</a>
</div>
</div>
</div>
</div>
<!--<section class="latest">
<div class="wrapper container-fluid">
<div class="row">
<div class="col-sm-6">
<h3>Coming up</h3>
{% include scripts/events_upcoming events=site.events %}
{% for event in events_upcoming_result | limit: 3 %}
{% include event-overview.html event=event %}
{% endfor %}
</div>
<div class="col-sm-6">
<h3>Recent blog posts</h3>
{% assign posts = site.posts | sort: "date" | reverse %}
{% for post in posts %}
<div>{{ post.title }}</div>
{% endfor %}
</div>
</div>
</div>
</section>-->
<section class="tech-talks techtalks-img" data-index="1">
<div class="wrapper container-fluid">
<h2 id="tech-talks" class="section-title">Tech talks</h2>
<div class="row">
<div class="col-sm-8 col-sm-offset-2 col-md-8 col-md-offset-2">
<div class="description">
<p>Find out about the latest tech trends and get some insight into the tech world from speakers throughout the industry.</p>
<p>We’ve previously hosted companies such as Google, Shazam, Kano and Bloomberg on topic ranging from building mobile applications to being employee #1 in a highly successful tech startup.</p>
</div>
<a href="{{ '/series/tech-talks' | prepend: site.baseurl }}" class="button">See all tech talks</a>
</div>
</div>
</div>
</section>
<section class="workshops workshop-img" id="workshops" data-index="2">
<div class="wrapper container-fluid row">
<h2 id="workshops" class="section-title">Workshops and Classes</h2>
<div class="row">
<div class="col-sm-8 col-sm-offset-2 col-md-8 col-md-offset-2">
<div class="description">
<p>Learn about <a href="{{ '/series/coding-and-cookies' | prepend: site.baseurl }}">web development</a>, <a href="{{ '/series/blender-and-brownies' | prepend: site.baseurl }}">Blender</a>, brush up on your <a href="{{ '/series/algorithms-in-c' | prepend: site.baseurl }}">C programming</a> knowledge or come chill and learn about <a href="{{ '/series/hardware-and-chill' | prepend: site.baseurl }}">hardware</a>!</p>
</div>
</div>
</div>
</div>
</section>
<section class="projects projects-img" data-index="3">
<div class="wrapper container-fluid row">
<h2 id="projects" class="section-title">Projects</h2>
<div class="row">
<div class="col-sm-8 col-sm-offset-2 col-md-8 col-md-offset-2">
<div class="description">
<p>Join us as we work together to build something awesome while trying out new technologies and learning new skills!</p>
</div>
<a href="{{ '/projects' | prepend: site.baseurl }}" class="button">See all our projects</a>
</div>
</div>
</div>
</section>
<section class="socials socials-img" data-index="4">
<div class="wrapper container-fluid">
<h2 id="socials" class="section-title">Socials</h2>
<div class="row">
<div class="col-sm-8 col-sm-offset-2 col-md-8 col-md-offset-2">
<div class="description">
<p>TechSoc socials are a great chance to hang out, meet people involved in different parts of the society and make awesome new friends!</p>
<p>We do a bi-weekly social, collaborations with other societies, days out in London, and a scavenger hunt. Everyone’s welcome, whether or not you’re a member!</p>
</div>
<a href="{{ '/series/socials' | prepend: site.baseurl }}" class="button">See all socials</a>
</div>
</div>
</div>
</section>
<section class="hackathons hackathons-img" data-index="5">
<div class="wrapper container-fluid">
<h2 id="hackathons" class="section-title">Hackathons</h2>
<div class="row">
<div class="col-sm-8 col-sm-offset-2 col-md-8 col-md-offset-2">
<div class="description">
<p>We love hackathons here at TechSoc! Whether we’re running our own or venturing across the UK and beyond, you’re bound to find us working on a cool new project.</p>
<p>We co-host <a href="http://hacklondon.org">HackLondon</a> with <a href="http://kcl.tech">KCL Tech</a>.<br> In the past, we've ran a seriously successful Local Hack Day and hosted Europe's very first <a href="https://www.youtube.com/watch?v=0aXXT3KnaUE"> Data Science Student Challenge</a> with Microsoft!</p>
</div>
<a href="{{ '/series/hackathons' | prepend: site.baseurl }}" class="button">See all hackathons</a>
</div>
</div>
</div>
</section>
<section class="community community-img">
<div class="wrapper container-fluid">
<h2 id="hackathons" class="section-title">We're a friendly bunch!</h2>
<div class="row">
<div class="col-sm-8 col-sm-offset-2 col-md-8 col-md-offset-2">
<div class="description">
<p> We endeavour to make everyone and anyone who comes to our events feel welcome and included in the tech community regardless of background or experience. </p>
<p> Look out for a TechSoc mentor or talk to one of the committee members! <br> You can also join us on our Slack! Either way, we'd love to help!
</p>
</div>
<p>
<a href="{{ site.slack_url }}" class="button"><i class="icon icon-slack "></i> Connect With Us</a>
</p>
</div>
</div>
</div>
</section>
<!--<section class="hacklondon">
<div class="wrapper container-fluid">
<h2 id="hacklondon" class="section-title">HackLondon</h2>
<div class="row">
<div class="col-sm-8 col-sm-offset-2 col-md-8 col-md-offset-2">
<div class="description">
<p>Find out about the latest tech trends and get some insight into the tech world from speakers throughout the industry.</p>
<p>We’ve previously hosted companies such as Google, Shazam, Kano and Bloomberg on topic ranging from building mobile applications to being employee #1 in a highly successful tech startup.</p>
</div>
</div>
</div>
</div>
</section>-->
<section class="partners-homepage" data-index="6">
<div class="wrapper container-fluid">
<h3 id="partners" class="section-title">Sponsors & Partners</h3>
<p class="intro">TechSoc would not exist without the support of our sponsors and partners.</p>
{% assign sponsors = site.sponsors | sort: "order" %}
{% for sponsor in sponsors %}
<a title="{{ sponsor.name }}" class="partner logo">
<img src="{{ sponsor.logo | prepend: site.baseurl }}" alt="{{ sponsor.name }} logo" class="{{ sponsor.name | slugify }}">
</a>
{% endfor %}
{% for partner in site.data.partners limit: 1 %}
<a title="{{ partner.name }}" class="partner logo">
<img src="{{ partner.logo | prepend: site.baseurl }}" alt="{{ partner.name }} logo" class="{{ partner.name | slugify }}">
</a>
{% endfor %}
</div>
<a class="button" href="/partners">Learn more...</a>
</section>
</div>