-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinterests.html
More file actions
36 lines (36 loc) · 1.24 KB
/
Copy pathinterests.html
File metadata and controls
36 lines (36 loc) · 1.24 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
<!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 href="index.html">Home</a></li>
<li><a class="active" href="interests.html">Intrests</a></li>
<li><a href="biography.html">Biography</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
</ul>
</div>
<div class="inner-div">
<div class="centerthisdiv">
<h1> My Interests</h1>
<div class="container">
<p>Lately I have been really into computer programming and starting
custom projects. I have been trying to build rasberry pi into a custom
home security system. It's way overkill but its fun to mess with and when
I get bored with that I can repurpose it for another cool project.
</p>
<p>Something really cool about me is that I'm a ultra runner. The sport of
ultra running boils down to participating in long distance endurance runs
mostly on trails that are distances further than a marathon (26.2mi).
</p>
<p>I have pretty diverse range of interests but I like to believe that being involved
with computers somehow alows me to tie things together. I deeply enjoy integrating technology
into my daily life.
</p>
</div>
</div>
</body>
</html>