-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (53 loc) · 2.1 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
<!DOCTYPE html>
<html>
<head>
<title>Edson Quintero's profile</title>
<meta charset="utf-8">
<meta name="description" content="This is the profile of Edson Quintero">
<link href="https://fonts.googleapis.com/css2?family=Lora:wght@400;700&family=Roboto:wght@300;400;500;700;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<div class="card-white" id="introduction">
<h1>Hello, I'm Edson </h1>
<img src="images/photo profile.jpg" class="img-circle" width="100px" alt="Edson Quintero">
<p>Lorem Ipsum es simplemente el texto de relleno de las imprentas y archivos de texto. Lorem Ipsum ha sido el texto de relleno estándar de las industrias desde el año 1500, cuando un impresor (N. del T. persona que se dedica a la imprenta) desconocido usó una galería de textos y los mezcló de tal manera que logró hacer un libro de textos especimen.
</p>
<a href = "#" class="btn-blue" target="_blank"> Discover Le Wagon </a>
</div>
<div class="card-white">
<h2>I'm teacher</h2>
<p>
I'm working in an elementary school.
</p>
</div>
<div class="card-white">
<h2>I love the coffee</h2>
<p>
I can't star my day without coffee in the morning.
</p>
</div>
<div class="card-white">
<h2>I want to be a developer</h2>
<p>
It's very interesting how with the code you can do many things.
</p>
</div>
<div class="card-white">
<h2>Follow me</h2>
<ul class="list-inline">
<li>
<a href="https://www.facebook.com/edson.quintero.90813/" target="_blank">Facebook</a>
</li>
<li>
<a href="https://www.instagram.com/edsonquintero93/" target="_blank">Instagram</a>
</li>
<li>
<a href="https://github.com/Edson93" target="_blank">GitHub</a>
</li>
</ul>
</div>
</div>
</body>
</html>