-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
73 lines (68 loc) · 2.74 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
72
73
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A site that brings together all of Alpha Vylly's social media links like beacons or
linktree.">
<meta name="author" content="Alpha Vylly">
<meta name="keywords" content="GitHub, Social Medias, LinkedIn, Alpha Vylly">
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.alphavylly.live">
<meta property="og:title" content="Alpha Vylly - Social Medias">
<meta property="og:description" content="A site that brings together all of Alpha Vylly's social media links like
beacons or linktree.">
<meta property="og:image" content="https://raw.githubusercontent.com/AlphaLawless/portfolio-links/main/assets/cover.png">
<link rel="stylesheet" href="./styles/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="icon" href="./assets/favicon.ico" type="image/x-icon">
<link rel="preload" href="https://fonts.googleapis.com">
<link rel="preload" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&family=Roboto:wght@400;700&display=swap"
rel="stylesheet">
<title>Alpha Vylly - Social Medias</title>
</head>
<body>
<section class="container">
<img src="./assets/logo.svg" alt="logo">
<ul>
<li id="link">
<a href="#" rel="noopener nooferrer">ALPHA VYLLY</a>
</li>
<li>
<a class="link" href="https://github.com/AlphaLawless" target="_blank" rel="noopener nooferrer">
GitHub
<i class="fa fa-github"></i>
</a>
</li>
<li>
<a class="link" href="https://gitlab.com/AlphaLawless" target="_blank" rel="noopener nooferrer">
GitLab
<i class="fa fa-gitlab"></i>
</a>
</li>
<li>
<a class="link" href="https://twitter.com/AlphaLawliet" target="_blank" rel="noopener nooferrer">
Twitter
<i class="fa fa-twitter"></i>
</a>
</li>
<li>
<a class="link" href="https://www.linkedin.com/in/alpha-s-melo/" target="_blank" rel="noopener nooferrer">
LinkedIn
<i class="fa fa-linkedin-square"></i>
</a>
</li>
<li>
<a class="link" href="https://www.instagram.com/alpha.lawless/" target="_blank" rel="noopener nooferrer">
Instagram
<i class="fa fa-instagram"></i>
</a>
</li>
</ul>
</section>
<div class="cursor"></div>
<script type="text/javascript" src="./scripts/vanilla-tilt.js"></script>
<script src="./scripts/scripts.js"></script>
</body>
</html>