-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (38 loc) · 2.14 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
<!DOCTYPE html>
<html>
<head>
<title>Basic Portfolio</title>
<link rel="stylesheet" type="text/css" href="./assets/css/reset.css">
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<Body>
<header>
<section id="topname">
<h1>Jesus Renteria
</h1>
</section>
<nav>
<ul class="navbar">
<li><a href="index.html">About</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<div class="container"></div>
<hr class="top-heavy">
<section id="index">
<h2 class="top">About Me</h2>
<hr class="heavy"/>
<img src="./assets/images/WIN_20190820_18_44_00_Pro.jpg" alt="jesus_photo" style="width: 200px" style="height: 200px" id="bio=image"/>
<p>
Thank you for looking at my portfolio, my name is Jesus Renteria and I am completely new to coding. I speak, read, and write in both spanish and english and hope to add coding to my list of languages. I was born and raised in Ciudad Juarez, Mexico for about nine years. After my ninth birthday my family and I made our way to the United States in Kansas City Missourri. We have been here ever since and dont plan on going back anytime soon considering my father just opened a restaurant in Independence. However that is a differnt story for another time, this project will be about me.
</p>
<p>Im currently employed by Childrens Mercy as a patient access but would love to have a career that I enjoy. Which is why I'm in this course. This coding course will open many doors for my family and I and our future. I am both nervous and anxious to learn coding but I know i will succeed. I look forward to workigng with you.
</p>
</section>
</div>
<div>
<footer>© Copyright 2019 </footer>
</div>
</Body>
</html>