-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
71 lines (56 loc) · 3.36 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- include scripts.js and only run when ready -->
<script src="../scripts.js" defer></script>
<link rel='stylesheet' type='text/css' href='./styles.css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css">
<title>Programming Club: Home</title>
<!-- For discord embeds -->
<meta content="Programming Club!" property="og:title" />
<meta content="Join us for social events, weekly club meet-ups, professional development and networking opportunities, ongoing club projects, a thriving Discord community, club Minecraft-server access, ROBOTS(!!!!), and more!" property="og:description" />
<meta content="https://programmingclub.com.au/" property="og:url" />
<meta content="https://programmingclub.com.au/assets/photos/first_in_person.jpg" property="og:image" />
<meta content="#255863" data-react-helmet="true" name="theme-color" />
<meta name="twitter:card" content="summary_large_image">
</head>
<body>
<div id="nav"></div>
<!-- Center everything -->
<div style="text-align: center;">
<h2>The Programming Club at UTAS!</h2>
<!-- links to socials as a list -->
</div>
<div class="content">
<p>Whether you're an absolute beginner or a seasoned professional; ICT student, faculty member, or just an interested person; the Programming Club will facilitate the pursuit of programming and project management proficiency at any level! </p>
<p> Join us for social events, weekly club meet-ups, professional development and networking opportunities, ongoing club projects, a thriving Discord community, club Minecraft-server access, ROBOTS(!!!!), and more! </p>
<br>
<img src="/assets/photos/first_in_person.jpg"
alt="Club members gathered in a large room while watching someone present"
title="Our first ever club meet-up"
class = "photo">
<h3>You dream it; we help you do it</h3>
<h2>Join us:</h2>
<div style="display: flex">
<li style="display: inline;"><a class="button" href="https://discord.gg/UgBWyaaeus" target="_blank">Discord</a></li>
<!-- <li style="display: inline;"><a href="https://www.facebook.com/UTASProgrammingClub/">Facebook</a></li> -->
<li style="display: inline;"><a class="button" href="https://www.instagram.com/programmingclub.tas/" target="_blank">Instagram</a></li>
<!-- <li style="display: inline;"><a href="https://github.com/UTAS-Programming-Club">Github</a></li> -->
<li style="display: inline;"><a class="button" href="mailto: contact@programmingClub.com.au" target="_blank">Email</a></li>
</div>
</div>
<div id="xray-cursor"></div>
<!-- <div id="cursor-switch">
<input type="radio" name="toggle" value="false">
<label class="toggle toggle-yes"><i class="fa fa-times"></i></label>
<input checked type="radio" name="toggle" value="-1">
<label class="toggle toggle-yes"><i class="fa fa-minus"></i></label>
<input type="radio" name="toggle" value="true">
<label class="toggle toggle-yes"><i class="fa fa-check"></i></label>
<span></span>
</div> -->
</body>
</html>