-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (32 loc) · 1.05 KB
/
index.html
File metadata and controls
32 lines (32 loc) · 1.05 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
<!Doctype>
<html>
<head>
<title> Austin Smitherman </title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body class="bgImageContainer">
<div class="nav">
<ul>
<li><a class="active" href="index.html">Home</a></li>
<li><a href="interests.html">Intrests</a></li>
<li><a href="biography.html">Biography</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li></li>
</ul>
</div>
<div class="inner-div">
<div class="centerthisdiv">
<h1> Austin Smitherman </h1>
<div class="container">
<img src="https://47dqy71du7e1rvs1n3ezfll1-wpengine.netdna-ssl.com/wp-content/uploads/AUSTIN_FINAL-400x500.jpg"/>
<p>
Austin Smitherman moved to Chico from Sacramento California to study Computer Information Systems.
Curently he is a senior at Chico State and after graduation next Spring he hopes to find a job in Sacramento.
In his free time, Austin loves to work on interesting side projects involving computer hardware
and software.
</p>
</div>
</div>
</div>
</body>
</html>