-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (46 loc) · 1.51 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Jersey+15&family=Rokkitt:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<title>Profile</title>
</head>
<body>
<div class="card">
<h1>
✨ hayn, I'm pdro 💅🏼
</h1>
<img id ="profile-pic" src="images/eu.jpg" alt="Pdro" width="200">
<h2>
🪩🪅🌶️🌴💻🍛🍳🐈
</h2>
<p>
I love cooking, cats, my hometown recife, spicy food, techno parties and (learning to) code!
</p>
<a href="" target="_blank">🤓☝🏼🤫</a>
</div>
<h3>
Follow me:
</h3>
<div class="links">
<ul class="display-inline">
<li><a href="https://github.com/pdrocozzi">
<i class="fa-brands fa-github-alt fa-bounce fa-xl" style="color: #441752;"></i>
</a>
</li><li>
<a href="https://www.instagram.com/pdrocozzi/">
<i class="fa-brands fa-instagram fa-spin-pulse fa-xl" style="color: #441752;"></i>
</a></li>
<li> <a href="#">
<i class="fa-brands fa-twitter fa-shake fa-xl" style="color: #441752;"></i>
</a>
</li>
</ul>
</div>
</body>
</html>