-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAboutMe.html
More file actions
24 lines (21 loc) · 1.11 KB
/
AboutMe.html
File metadata and controls
24 lines (21 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head>
<title>Portfolio</title>
<link rel="stylesheet" href="AboutMe.css">
<link href="https://fonts.googleapis.com/css?family=Comfortaa" rel="stylesheet">
</head>
<body>
<div class="row footer">
<a href="index.html" class="blocks"> Home </a>
<a href="AboutMe.html" class="blocks"> About Me</a>
<a href="portfolio.html" class="blocks">Portfolio</a>
<a href ="contact.html" class="blocks" id="contact">Contact</a>
</div>
<h1 id="header">About Me</h1>
<p class="paragraph"> My name is Andres Huitzil and your are looking at my portfolio!
I am currently in the advanced class for CodeNation located at Salesforce. I am really interested in coding because you can create whatever you want.</p>
<p class="paragraph"> I am also a student attending Thurgood Marshall High School in San Francisco.
My future plans are to follow the path CodeNation has given me and become some sort of web developer.</p>
<p class="paragraph"> I hope you like my projects!</p>
</body>
</html>