-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (44 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Gino Levano Carh</title>
<meta name="title" content="Gino Levano Carh">
<meta name="description" content="Hi! I'm Gino Levano, Frontend Developer! if you Want to see more? Check my Porfolio! ">
<meta name="author" content="Gino Levano Carh">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://metatags.io/">
<meta property="og:title" content="Gino Levano Carh">
<meta property="og:description" content="Hi! I'm Gino Levano, Frontend Developer! if you Want to see more? Check my Porfolio!">
<meta property="og:image" content="https://ginolevano.com/assets/face.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://metatags.io/">
<meta property="twitter:title" content="Gino Levano Carh">
<meta property="twitter:description" content="Html | Css prueba ">
<meta property="twitter:image" content="https://ginolevano.com/assets/face.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Web Developer porfolio,| Html, Scss, Css, Javascript </title> <link rel="preconnect" href="https://fonts.googleapis.com">
<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=Poppins:ital,wght@0,100;0,200;0,300;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,500;1,600;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/app.css">
<link rel="icon" type="imagen/png" href="assets/favicon-32x32.png" sizes="32x32">
</head>
<body>
<div class="conteiner">
<div class="conteinerbg">
<div class="cont conteinerbg__img">
<img class="conteinerbg__vector" src="assets/vectorperfilv3.png" loading="lazy" alt="circle">
<div class="conteiner__me">
<img class=" conteinerbg__me" src="assets/facev2.png" loading="lazy" alt="Gino Levano">
</div>
</div>
<h1 class="cont conteinerbg__h1">ginolevano.com</h1>
<p class="cont conteinerbg__p">This web project is being updated.</p>
</div>
</div>
</body>
</html>