-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
65 lines (53 loc) · 2.55 KB
/
index.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
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
<!DOCTYPE HTML>
<html>
<head>
<title>Index</title>
<link href="personalwebpagecss.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="header">
<img src="Assets/LogoV3.png" style="margin-top:2px; margin-left:2px;">
</div>
<div id="menubar">
<a href="index.html">Home</a>
<a href="coursework.html">Coursework</a>
<a href="hobbies.html">Hobbies</a>
<a href="artwork.html">Art Work</a>
<a href="gaming.html">Gaming</a>
</div><!--End menubar-->
<!--vertical alignment in use UPDATE: DISABLED-->
<div id="parentbody">
<!--<div id="childbody">-->
<h1>Home</h1>
<div id="bodytext">
<p id="homepage_intro">Welcome to my site, this will serve as the basis for my E-Portfolio that I hope to update on a regular basis with new projects, code, artwork, and anything that might be remotely interesting.
</p>
<br>
<br>
<br>
<h2>Who am I?</h2>
<p id="homepage">I am a freshman and am pursuing a Bachelors of science computer science at the University of Illinois Urbana Champaign. For around 6 years I have been messing around with everything computer and have been settling more on software engineering as a primary career for my future. I am mostly self-taught and CS remains a strong passion of mine, a broad spectrum of topics completely perplex me and I have done research venturing into several different fields. <br>Other than studying computer science, I enjoy water sports such as wakeboarding, jetskiing, and swimming as well as playing hockey, airsofting with friends, and playing PC games.</p>
<br>
<p id="homepage"> Feel free to check out the various tabs to see some of my projects that I have done and learn more about me.
</p>
</div>
<!--</div>-->
</div><!--End body-->
<div id="footer">
<!--table used for layout-->
<table height="100" cellpadding="15" width="1024">
<tr valign="middle">
<td align="center" style="padding-left:80px; padding-right:80px">
<p1>Copyright © 2015 Benjamin Moreno</p1>
</td>
</tr>
</table>
</div><!--End footer-->
<!--ALT MENU BAR TEST-->
<!--<div id="parent">
<div id="child">TEXT HERE</div>
</div>-->
<!--END MENU BAR TEST-->
</body>
<
/html>+