-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
83 lines (63 loc) · 2.67 KB
/
Copy pathindex.html
File metadata and controls
83 lines (63 loc) · 2.67 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
<!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">
<link rel="stylesheet" href="style.css"> <!-- CSS Link -->
<title>HW Tech Club Links</title>
</head>
<body>
<!-- Main Title -->
<a href="https://gdsc.community.dev/heriot-watt-university/" target="_blank">
<img src="images/gdsclogo.png" alt='HW Tech Club Logo' style="float: center; width: 20em; margin: 15px;" class="Logo">
</a>
<br>
<h1 class="Title">Heriot-Watt University</h1>
<!-- GDSC Club Website-->
<a href="https://gdsc.community.dev/heriot-watt-university/" target="_blank">
<button type="button" class="Website" title="hwtech.club" style = "background: #EF5350; border: 2px solid #EF5350">GDSC Community Page</button>
</a>
<br>
<br>
<button class="accordion">Socials </button>
<div class="panel">
<br>
<!-- HW Tech Club Socials Button -->
<a href="https://instagram.com/gdsc_hwu?igshid=YmMyMTA2M2Y=" target="_blank">
<button type="button" title="Instagram Handle" class="TechClubSignUp" style = "background: #3D3D3D; border: 2px solid #3D3D3D">Instagram</button>
</a>
<br>
<br>
<!-- HW Tech Club Socials Button -->
<a href="https://www.youtube.com/channel/UC8jF4bov22bDnf9pClPigvg" target="_blank">
<button type="button" title="youtube" class="GDSC" style = "background: #3D3D3D; border: 2px solid #3D3D3D">Youtube</button>
</a>
<br>
<br>
<a href="https://twitter.com/gdsc_hwu" target="_blank">
<button type="button" title="youtube" class="GDSC" style = "background: #3D3D3D; border: 2px solid #3D3D3D">Twitter</button>
</a>
<br>
<br>
<a href="https://www.linkedin.com/company/gdsc-hwu" target="_blank">
<button type="button" title="youtube" class="GDSC" style = "background: #3D3D3D; border: 2px solid #3D3D3D">LinkedIn</button>
</a>
<br>
<br>
</div>
<br>
<br>
<!-- Sign up form- Button -->
<a href="https://forms.office.com/Pages/ResponsePage.aspx?id=DQSIkWdsW0yxEjajBLZtrQAAAAAAAAAAAANAAQVOwVpUMkhKQjFUR1NCWFVPUlhSUDRQNThKMUNEVC4u" target="_blank">
<button type="button" title="Intro to Game Development Series" class="GameDevPlaylist" style = "background: #FFCA28; border: 2px solid #FFCA28">GDSC @ HWU - Sign-Up Form</button>
</a>
<br>
<br>
<!-- Web App Series (YouTube) Button-->
<a href="https://youtube.com/playlist?list=PLYlB334TcbXGVBqG-7m_udB-QTWQXYCf8" target="_blank">
<button type="button" title="Coding in Next.js" class="FlutterDevPlaylist" style = "background: #42A5F5; border: 2px solid #42A5F5">Creating your own Web App Series - Playlist</button>
</a>
<script src="main.js"></script>
</body>
</html>