-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
84 lines (78 loc) · 2.93 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!--
__/\\\\\\\\\\\\\\\___/\\\\\\\\\\\\______/\\\\\\\\\\\\___________/\\\\\______
_\/\\\///////////___\/\\\////////\\\___\/\\\////////\\\_______/\\\///\\\____
_\/\\\______________\/\\\______\//\\\__\/\\\______\//\\\____/\\\/__\///\\\__
_\/\\\\\\\\\\\______\/\\\_______\/\\\__\/\\\_______\/\\\___/\\\______\//\\\_
_\/\\\///////_______\/\\\_______\/\\\__\/\\\_______\/\\\__\/\\\_______\/\\\_
_\/\\\______________\/\\\_______\/\\\__\/\\\_______\/\\\__\//\\\______/\\\__
_\/\\\______________\/\\\_______/\\\___\/\\\_______/\\\____\///\\\__/\\\____
_\/\\\\\\\\\\\\\\\__\/\\\\\\\\\\\\/____\/\\\\\\\\\\\\/_______\///\\\\\/_____
_\///////////////___\////////////______\////////////___________\/////_______
heyo
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="This is Eduardo's personal site." />
<meta
name="keywords"
content="preciado,jose,eduardo,ejpreciado,eduardojpreciado,eddo,personal,site,code"
/>
<meta name="author" content="Eduardo J. Preciado" />
<title>EJP</title>
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" />
<link rel="icon" href="img/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="fade.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=Oswald:wght@300&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div id="page-container">
<div id="content" class="fade-in">
<img id="ejp" alt="Eduardo Preciado" src="img/ejp.png" />
<div id="welcome">
<h1>Hi, I'm Eduardo</h1>
</div>
<div id="info">
<h2>I enjoy running, keyboards, and cooking</h2>
</div>
<div id="social">
<h3>Find me online</h3>
<ul id="icons">
<li>
<a href="https://twitter.com/ejpreciado">
<img class="icon" alt="Twitter" src="img/icon/twitter.png" />
</a>
</li>
<li>
<a href="https://instagram.com/ejpreciado">
<img
class="icon"
alt="Instagram"
src="img/icon/instagram.png"
/>
</a>
</li>
<li>
<a href="https://github.com/ejpreciado">
<img class="icon" alt="Github" src="img/icon/github.png" />
</a>
</li>
<li>
<a href="https://linkedin.com/in/ejpreciado">
<img class="icon" alt="Linkedin" src="img/icon/linkedin.png" />
</a>
</li>
</ul>
</div>
</div>
</div>
</body>
</html>