-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (51 loc) · 2.62 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
<!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">
<title>Cedric Samuel - Links</title>
<link rel="icon" href="assets/profile-picture-round.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="mediaqueries.css">
</head>
<body>
<header>
<figure>
<img src="assets/profile-picture-round.png" alt="Cedric Samuel">
</figure>
<h1>Cedric Samuel</h1>
<h2>(soon to be) Fullstack Developer</h2>
</header>
<main>
<a href="https://twitter.com/Cedrugs_" target="_blank">
<button class="button"><i class="fa fa-twitter" style="margin-right: 10px;"></i> Twitter</button>
</a>
<a href="https://www.instagram.com/ceds.sam" target="_blank">
<button class="button"><i class="fa fa-instagram" style="margin-right: 10px;"></i>Instagram</button>
</a>
<a href="https://www.youtube.com/channel/UCfEI822T9AFhU2AAdQKXaeA" target="_blank">
<button class="button"><i class="fa fa-youtube-play" style="margin-right: 10px;"></i>YouTube</button>
</a>
<a href="https://github.com/Cedrugs" target="_blank">
<button class="button"><i class="fa fa-github" style="margin-right: 10px;"></i>Github</button>
</a>
<a href="mailto:ceds.sam@gmail.com" target="_blank">
<button class="button"><i class="fa fa-envelope" style="margin-right: 10px;"></i>Email</button>
</a>
<a href="https://telegram.me/cedrugs" target="_blank">
<button class="button"><i class="fa fa-telegram" style="margin-right: 10px;"></i>Telegram</button>
</a>
<a href="https://steamcommunity.com/id/cedrugs" target="_blank">
<button class="button"><i class="fa fa-steam" style="margin-right: 10px;"></i>Steam</button>
</a>
<a href="https://open.spotify.com/user/m8bjb1kq79u4zlanx76x444b4" target="_blank">
<button class="button"><i class="fa fa-spotify" style="margin-right: 10px;"></i>Spotify</button>
</a>
</main>
<footer>
<p>© <a class="footer-text" href="https://cedric-samuel.xyz/">Cedric Samuel</a>. All rights reserved.</p>
</footer>
</body>
</html>