-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (49 loc) · 1.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ericsson Space Lab</title>
<!-- Favicon -->
<!-- <link rel="icon" href="" type="image/x-icon" /> -->
<!-- Font Awesome icons -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css">
<!-- Core theme CSS -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Parallax Pixel Background Animation -->
<section class="animated-background">
<div id="stars1"></div>
<div id="stars2"></div>
<div id="stars3"></div>
</section>
<!-- End of Parallax Pixel Background Animation -->
<a id="profilePicture">
<img src="logo.png" alt="Profile Picture">
</a>
<!-- <div id="userName">
Ericsson Space Lab
</div> -->
<div id="links">
<a class="link" href="https://discord.gg/QSkpKzeXsZ" target="_blank">
<i class="fab fa-discord"> </i>Discord
</a>
<a class="link" href="https://github.com/SERLatBTH" target="_blank">
<i class="fab fa-github"> </i>Github
</a>
<a class="link" href="https://calendar.google.com/calendar/embed?src=serl.labb.bth%40gmail.com&ctz=Europe%2FStockholm" target="_blank">
<i class="fas fa-calendar"> </i>Calendar
</a>
<a class="link" href="https://calendar.google.com/calendar/ical/serl.labb.bth%40gmail.com/public/basic.ics" target="_blank">
<i class="fas fa-calendar"> </i>Calendar (iCal)
</a>
<a class="link" href="https://www.youtube.com/channel/UCpz0ApfHVbkOzzC971D2yig" target="_blank">
<i class="fab fa-youtube"> </i>YouTube
</a>
</div>
<div id="hashtag">
#BeHappy❤
</div>
</body>
</html>