-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbiography.html
More file actions
35 lines (35 loc) · 1.44 KB
/
Copy pathbiography.html
File metadata and controls
35 lines (35 loc) · 1.44 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
<!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 href="interests.html">Intrests</a></li>
<li><a class="active" 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 Computing Biography</h1>
<div class="container">
<p>First off I would like to say that I didn't choose to take an intro to web class.
Although, the topics I've learned in this basic web class has helped me in the
advanced web development class which I'm taking concurently.</p>
<p>I have absolutely no previous experience in web dev so these courses have
been very intersting. In the advanced class there are so many cool project ideas
that I have and want to execute. I very much prefer the backend stuff when it comes
to web but designing the interface and how users interact with data on a page also
gets me excited </p>
<p>I am currently working on a web app that alows users to create listing for multiple
websites at one form. Like eBay, Amazon, newEgg, craigslist, and many more. It has
been a valuble experience learning how to use API and interacting with a database.</p>
</div>
</div>
</div>
</body>
</html>