-
Notifications
You must be signed in to change notification settings - Fork 0
/
website.htm
88 lines (76 loc) · 3.08 KB
/
website.htm
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
Name: Cameron Bates
Date: April 14th, 2012
Website Final Project
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="shortcut icon" href="favicon.ico" />
<title>cameronBates.com</title>
<link href="website.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="wrapper">
<div id="top">
<div id="topleft">
<div id="toplefttop"></div>
<div id="topleftmiddle">
<a href="website.htm">
<strong>cameron</strong>Bates
</a>
</div>
<div id="topleftmiddle2"></div>
<div id="topleftbottom"></div>
</div>
<div id="topmiddle">
<div id="topmiddletop"></div>
<div id="topmiddlemiddle">
<ul>
<li><a href="website.htm">Home</a></li>
<li><a href="about.htm">About</a></li>
<li><a href="contact.htm">Contact</a></li>
</ul>
</div>
<div id="topmiddlemiddle2"></div>
<div id="topmiddlebottom"></div>
</div>
<div id="topright">
<div id="toprighttop"></div>
<div id="toprightmiddle"></div>
<div id="toprightmiddle2"></div>
<div id="toprightbottom"></div>
</div>
</div>
<div id="bottom">
<div id="bottomtop">
<div id="bottombottom">
<div id="bottombottomleft">
<h1>About Me</h1>
<p>Oh, hello there. Seems you’ve stumbled upon my little website. My name is Cameron Bates and I’m a student at the University of Central Florida. I’m majoring in Information Technology after a brief stint as a Computer Science major. So far my time at UCF has provided me with a number of different opportunities to explore my field, ensuring me a career I enjoy. </p>
<p>Feel free to look around. There's not much here because I made this website for a class project and nothing else!</p>
</div>
<div id="bottombottommiddle">
<h1>What I Do</h1>
<span id="heading">Programming</span><br />
I have a good amount of experience in various languages, including C, C++, and Java.<br /><br />
<span id="heading">Web Design</span><br />
I may be just starting out but I definitely have what it takes to make $35 an hour. Cha-ching!<br /><br />
<span id="heading">PC Hardware</span><br />
Need a new computer built? I might be able to help. I've been building since I was nine years old. 13 years experience!
</div>
<div id="bottombottomright">
<h1>Favorite Links</h1>
<a href="http://www.hardforum.com/"target="_blank">[H]ard|Forum</a><br /><br />
<a href="http://www.giantbomb.com/"target="_blank">Giant Bomb</a><br /><br />
<a href="http://www.reddit.com/" target="_blank">Reddit</a><br /><br />
<a href="http://www.tested.com/"target="_blank">Tested</a><br /><br />
<a href="http://www.Joystiq.com/"target="_blank">Joystiq</a><br /><br />
</div>
</div>
</div>
</div>
</div>
</body>
</html>