-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (34 loc) · 1.42 KB
/
index.html
File metadata and controls
45 lines (34 loc) · 1.42 KB
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 lang="en-us">
<head>
<meta charset="UTF-8">
<title>About | Alejandro Gonzalez</title>
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
</head>
<body>
<header id="masthead">
<div class="container">
<a href="index.html" id="logo">Alejandro Gonzalez</a>
<nav>
<a href="index.html">About</a>
<a href="portfolio.html">Portfolio</a>
<a href="contact.html">Contact</a>
</nav>
</div>
</header>
<div id="main-container" class="container">
<section class="main-section">
<h1>About Me</h1>
<img src=""http://s1079.photobucket.com/user/alejandrogonzalez117/media/IMG_3532_zpsgbgpm5e4.jpg.html" target="_blank"><img src="http://i1079.photobucket.com/albums/w502/alejandrogonzalez117/IMG_3532_zpsgbgpm5e4.jpg" class="auth-image" alt="Your Name">
<p>My name is Alejandro Gonzalez, I am 20 years old and i'm from Stamford, Connecticut. I went to the University of Connecticut as a computer science major. I left to Austin in January 2018</p>
<p>I joined the UT Bootcamp because I wanted to enhance my skills as a programmer in a way that was applicable to current job market </p>
<p>I enjoy reading about history and economic theory, I'm a car and motorcylce enthusiast and I love computers </p>
</section>
</div>
<footer>
<div class="container">
Copyright ©
</div>
</footer>
</body>
</html>