-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (31 loc) · 1.15 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
<!doctype html>
<!-- this is a comment for human! -->
<html lang="en">
<header>
<link rel="stylesheet" href="css/master.css">
<title>Pollito</title>
<link rel="FaviconIcon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut" href="favicon.ico" type="image/x-icon">
<meta name="viewport" conten="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="name" content="Pollito's portfolio">
<meta name="robots" conten="noindex, nofollow">
</header>
<body>
<img src="images/embassy1.jpg" width="75%" alt="banner">
<h1>Pollito</h1>
<h2>About me</h2>
<p>I am a mobile and website developper in Los Angels</p>
<p>I am in Chile now applying for a job where they need me to be able to program.</p>
<p>So, I am now learning how to program.</p>
<h2>
Credentials and Portfolio
</h2>
<p><a href="resume.html">My Resume</a> | <a href="https://github.com/pollito13">My GitHub</a></p>
<h2>Contact</h2>
<p>Email: <a href="mailto: [email protected]">[email protected]</a></p>
</body>
<footer>
<hr>
<code>Copyright (c) 2020 Pollito</code>
</footer>
</html>