forked from wilhelmklopp/website-2015
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
161 lines (151 loc) · 7.38 KB
/
index.html
File metadata and controls
161 lines (151 loc) · 7.38 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
---
layout: default
title: Home
navigation: true
order: 1
---
<div class="homepage">
<div class="masthead">
<div class="wrapper container-fluid">
<div class="row">
<div class="col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2">
<h1>UCLU Technology Society</h1>
<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>
<a href="{{ '/welcome' | prepend: site.baseurl }}" class="join-now">Join now</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">
<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 id="mid">
<div class="wrapper container-fluid row">
<div class="col-md-6 workshops">
<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>
<div class="col-md-6 projects">
<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>
</div>
</section>
<section class="socials">
<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">
<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>In the past, we’ve hosted a seriously successful Local Hack Day with our local community and we’ll be hosting <a href="http://hacklondon.org">HackLondon</a> with <a href="http://kcl.tech">KCL Tech</a> in February 2016. Until then, join us as we hit up hackathons in London and around the UK.</p>
</div>
<a href="{{ '/series/hackathons' | prepend: site.baseurl }}" class="button">See all hackathons</a>
</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">
<div class="wrapper container-fluid">
<h3 id="partners" class="section-title">Sponsors & Partners</h3>
{% assign sponsors = site.sponsors | sort: "order" %}
{% for sponsor in sponsors %}
<a href="{{ sponsor.link }}" 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 %}
<a href="{{ partner.link }}" title="{{ partner.name }}" class="partner logo">
<img src="{{ partner.logo | prepend: site.baseurl }}" alt="{{ partner.name }} logo" class="{{ partner.name | slugify }}">
</a>
{% endfor %}
</div>
</section>
</div>