-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (51 loc) · 2.5 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>CArd presentation</title>
<link rel="stylesheet" href="style.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=Merriweather:wght@300&display=swap" rel="stylesheet">
</head>
<body class="body">
<main class="main">
<header class="header">
<figure class="header__professional-image-container">
<img id="marce" src="33.jpg" alt="Foto de Marce"
class="header__professional-image" />
</figure>
</header>
<article class="article">
<h1 class="article__title">Leandro Marcelo Boan</h1>
<h2 class="article__keywords">👨💻Futuro desarrollador👨💻<br> 🌌English Teacher🌌 | ⚛Chef⚛ | <br>💻Estudiante💻</h2>
<p class="article__presentation">
Estudiante de Tecsup
</p>
</article>
<footer class="footer">
<a href="https://www.ebay.com/"target=_blank class="footer__link-icon-container">
<img src="https://i.postimg.cc/J7BLFtdc/linkedin.png" alt="LinkedIn" class="footer__link-icon" />
</a>
<a href="https://www.instagram.com/luxury_brands_peru/" target=_blank class="footer__link-icon-container">
<img src="https://i.postimg.cc/sfJtqS4W/instagram.png" alt="Instagram" class="footer__link-icon" />
</a>
<a href="https://www.facebook.com/Topdesignersclothingstore/"
target=_blank class="footer__link-icon-container">
<img src="https://i.postimg.cc/7YHyZXZX/facebook.png" alt="Facebook" class="footer__link-icon" />
</a>
<a href="https://github.com/Marcelocoder75"target=_blank class="footer__link-icon-container">
<img src="https://i.postimg.cc/5NBMxTJX/github.png" alt="GitHub" class="footer__link-icon" />
</a>
<a href="https://www.youtube.com/"target=_blank class="footer__link-icon-container">
<img src="https://i.postimg.cc/dtPYcvbM/youtube.png" alt="YouTube" class="footer__link-icon" />
</a>
<a href="" class="footer__link-icon-container">
<img src="https://i.postimg.cc/65TVxg9t/world-globe.png" alt="Página Personal" class="footer__link-icon" />
</a>
</footer>
</main>
</body>
</html>