-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (30 loc) · 1.61 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
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Arturo's Profile</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital@1&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="container">
<div class="card-orange">
<h1>Arturo Quiroz</h1>
<img class="image-circle image-size" src="/images/Screenshot from 2020-10-05 10-30-34.png" alt="ME">
<h2>I am Programmer</h2>
<h3></p> my goal is to save the planet and the animals <span class="planet" >🌎</span> </h3>
<a class="btn-orange" href="https://www.greenpeace.org/mexico/" target="_blank">Click for info</a>
</div>
<div class="card-orange-2">
<h3>Follow me on social media</h3>
<ul class="list-inline">
<li> <a href="https://www.instagram.com/fulano_99/" target="_blank" class="fa fa-instagram"></a> </li>
<li><a href="https://www.linkedin.com/"> <i class="fa fa-linkedin" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
</body>
</html>