-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (61 loc) · 2.64 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>About me: David Sandoval</title>
</head>
<body>
<link href="about_me.css" rel="stylesheet">
<h1>David Sandoval</h1>
<img
src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/34/Flag_of_El_Salvador.svg/1200px-Flag_of_El_Salvador.svg.png"
alt="Flag of El Flag_of_El_Salvador"
class="center"
/>
<h2>Background</h2>
<p>
I was born in El Salvador but moved to the United States when I was 4 years old. <br>
I grew up in the northern Virgina and after graduating high school I moved down <br>
to Texas. Once in Texas I attened San Jacinto College and completed 2 years there. <br>
Afterwards, I joined the Marine Corps reserves and after completing my military <br>
training transfered to Texas A&M. With my bachelors degree I was able to secure <br>
a job with an envirometal service company as a Technical Service Representative. <br>
</p>
<h2> Why I want to become a web developer?</h2>
<p>
I want to become a web developer because it involves a good mixture of technology, <br>
creativity, and prblem solving. I've always had an intrest in the technology, frequently <br>
visiting sites like cnet and Macworld when I was in middle school. Reading and watching <br>
videos on tech grew my interest even further. My junior year of high school I took a <br>
programing class and I instantly knew It was something that I would be intrested in. I hope <br>
learning web development will open the doors, so that one day I will be working on <br>
the latest and greatest technology. <br>
</p>
<h2>Hobbies</h2>
<ul>
<li>PC Gaming </li>
<li>Walking my dog</li>
<li>Watching movies</li>
<li>Checking out new bars</li>
</ul>
<h3>My Favorite Movie</h3>
<img
src="https://m.media-amazon.com/images/M/MV5BNGZlNjdlZmMtYTg0MC00MmZkLWIyNDktYmNlOWYzMTkzYWQ1XkEyXkFqcGdeQXVyNDk3NzU2MTQ@._V1_.jpg"
alt="Coming to America Film Poster"
class="movie"
/>
<form action="">
<p>What is your favorite movie?</p>
<textarea name="comment">
</textarea>
</form>
<div class="links">
<h3>Tech Review Websites</h3>
<a href="https://www.cnet.com/" target="_blank">cnet.com,</a>
<a href="https://www.macworld.com/" target="_blank">Macworld.com,</a>
<a href="https://www.youtube.com/c/mkbhd" target="_blank">Tech Review Youtuber: Marques Brownlee</a>
</div>
</body>
<footer>
</footer>
</html>