-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
54 lines (49 loc) · 2.09 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 http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>fran</title>
<link rel="stylesheet" href="style.css" />
<link rel="shortcut icon" type="x-icon" href="logo.png">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="head__section">
<img src="1.png" alt="id image">
<p>Beginner Developer from Argentina, learning C++ and Web Development.</p>
</div>
<div class="social__links">
<ul id="item">
<li class="GitHub"><a href="https://github.com/xzonix">
<i class="fa fa-github"></i>
<span>
<h3>@xzonix</h3>
<p>Follow me in there for the source code of most of my projects!</p>
</span>
</a></li>
<li class="Discord"><a href="https://discord.com/users/1001166646993494167">
<i class="fab fa-discord"></i>
<span>
<h3>xzonix</h3>
<p>If you need help, you can contact me via Discord!</p>
</span>
</a></li>
<li class="Mail"><a href="mailto:[email protected]">
<i class="fa fa-envelope" aria-hidden="true"></i>
<span>
<h3>E-Mail</h3>
<p>Send me an email.</p>
</span>
</a></li>
</ul>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vanilla-tilt/1.7.0/vanilla-tilt.min.js" integrity="sha512-SttpKhJqONuBVxbRcuH0wezjuX+BoFoli0yPsnrAADcHsQMW8rkR84ItFHGIkPvhnlRnE2FaifDOUw+EltbuHg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://kit.fontawesome.com/66aa7c98b3.js" crossorigin="anonymous"></script>
<script src="script.js"></script>
<script src="redirect.js" defer></script>
</body>
</html>