-
Notifications
You must be signed in to change notification settings - Fork 29
/
home.html
35 lines (31 loc) · 2.02 KB
/
home.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="portfolio.css">
<title>Assignment One</title>
</head>
<center>
<body class="backgrounder"></div><br>
<div class="container">
<div id="q1">
<a href="#"><img src="http://www.trikonnect.com/images/Portfolio_banner.jpg" title="portfolio" height="250" align="middle"</a></a></div>
<div>
<h1>Johnny James' Personal Portfolio</h1></div></div>
<div class="nav">
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="experience.html">Experience</a></li>
<li><a href="skill.html">Skills</a></li>
</ul>
</div>
<div class="work">
<br>
<h2>About Me</h2>
<p>My name is Johnny James Jr. and I am currently a senior at the Univeristy of Albany, majoring in information science with a minor in mathematics. I was born and raised in Harlem, New York City. </p>
<p>From an early age I didn't really see myself wanting to be a tech guy but I always knew I have a knack for it since I built robots in school. As a young child I wanted to be a pediatrician - it was something about curing and treating kids, at that time my age, that attracted me to that field. I later found out the amount of schooling needed and quickly switched over to an accountant. Numbers, and math was my thing. Then I went to business camp, and realized that wasn't really for me. However, in that camp, I held a mock position of CTO for Netflix and absolutely loved it. </p>
<p>That led me to actually want to get more into computers. When I got into UAlbany, my major was computer science for the first two years. I switched over to information science because programming was too tedious. It took ours of coding to see results. With web designing, you could see progress within minutes. That is what attracted me in the first place and why I am still striving for it. </p>
</div>
</div>
</body></center>
</html>