-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (59 loc) · 2.91 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
<!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">
<link href="style.css" rel="stylesheet" type="text/css">
<meta property="og:title" content="Ismael B. | Virtual Card 📇">
<meta property="og:description" content="System Administrator 🔧 Web Developer 🍨 Creative at my spare time 🎨">
<meta property="og:image" content="https://github.com/quantosh/quantosh.github.io/blob/main/embedMiniature_1024x512_es-en.png">
<title>🍨 Ismael Barea Insua - Bio link tool</title>
</head>
<body translate="no">
<div class="main__container">
<div class="card">
<div class="banner">
<img class="user__image" src="https://avatars.githubusercontent.com/u/80041279?v=4" alt="">
</div>
<div class="content">
<div class="description">
<h2 class="name">Ismael Barea Insua</h2>
<div class="short__description">
<p>Web Developer 🍨 System Administrator 🔧</p>
<p>Creative at my spare time 🎨</p>
</div>
</div>
<div class="row">
<div class="column">
<p>Socials</p>
<a href="https://www.linkedin.com/in/ismaelbareainsua/" target="_blank"
style="color:white;background-color:#0e76a8">Linkedin</a>
<a href="https://github.com/quantosh" target="_blank"
style="color:white;background-color:#171515">Github</a>
<a href="https://dribbble.com/quantosh" target="_blank"
style="color:white;background-color:#ea4c89">Dribbble</a>
<a href="https://twitter.com/quantosh" target="_blank"
style="color:white;background-color:#00acee">Twitter</a>
</div>
<div class="column">
<p>Hobbies</p>
<a href="https://www.flickr.com/photos/189143939@N06/?" target="_blank">📷</a>
<a href="https://www.instagram.com/smlopd/" target="_blank">🎼</a>
<a href="https://www.behance.net/quantosh" target="_blank">🎨</a>
<a href="">🚲</a>
</div>
</div>
<div class="credits">Biolinktool V1 ✨</a></div>
</div>
</div>
</div>
<script type="text/javascript" src="vanilla-tilt.js"></script>
<script>
VanillaTilt.init(document.querySelector(".main__container"), {
max: 3,
speed: 200
});
</script>
</body>
</html>