-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutme.html
More file actions
55 lines (53 loc) · 3.86 KB
/
aboutme.html
File metadata and controls
55 lines (53 loc) · 3.86 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html>
<head>
<title>About Me</title>
<meta name="About Me">
</head>
<body background="Images\background.jpg">
<center>
<table cellpadding="15px;" cellspacing="10px" style="font:12px verdana; width:1000px; margin:0px;">
<tr>
<td colspan="3">
<h1 style="font:40px verdana; margin:10px 0; color: white">About Me</h1>
<hr width="100%">
<a style="color: white; font-size:20px;" href="home.html">Home<a/> |
<a style="color: white; font-size:20px;" href="communication.html">Communication<a/> |
<a style="color: white; font-size:20px;" href="education.html">Education<a/> |
<a style="color: white; font-size:20px;" href="media.html">Media<a/> |
<a style="color: white; font-size:20px;" href="health.html">Health Care<a/> |
<a style="color: white; font-size:20px;">About Me<a/> |
<a style="color: white; font-size:20px;" href="reference.html">References<a/>
<hr>
</tr valign="top" style="height:800px">
<td style="background-image:url(http://www.saywhatnowproductions.com/wp-content/uploads/2014/09/webplunder-background-image-technology-online-website-solutions.jpg); width:150px; vertical-align: top;">
<ul style="float:left; list-style:none; display:inline; padding:0px; margin:0px;">
<li style="margin-bottom:5px; width:100px; float:centre;"><h3 style="color:black;">Disruptive Technology in:</h3></li>
<br>
<li style="margin-bottom:5px; width:100px; float:left;font-size:15px;"><a href="home.html" style="color:black;">Home</a></li>
<li style="margin-bottom:5px; width:100px; float:left;font-size:15px;"><a href="communication.html" style="color:black;">Communication</a></li>
<li style="margin-bottom:5px; width:100px; float:left;font-size:15px;"><a href="education.html" style="color:black; font-size:15px;">Education</a></li>
<li style="margin-bottom:5px; width:100px; float:left;font-size:15px;"><a href="media.html" style="color:black;">Media</a></li>
<li style="margin-bottom:5px; width:100px; float:left;font-size:15px;"><a href="health.html" style="color:black;">Health Care</a></li>
</ul>
</td>
<td style="background-image:url(http://www.volusia.org/resources/background-medium.jpg); vertical-align:top;">
<h1 style="font-size:20px; margin:0px;">About The Devoloper</h1>
<img src="Images\me.jpg" height="250" width="275">
<p style="font-size:15px;">Name: Duran Thomas<br>ID#: 1401134<br>A second year student pursuing a Bachelor Of Science degree in Computer Science. Before Utech I was a student of Clarendon College where I obtained an Associates Degree in General Studies. My love for computer programming started around the time I was in 5th form when i was just introduced to computer programming and realized the things i could do with different languages. I currently have experience using different languages such as HTML, C, Python and currently working with C++ and Java. In 5 years i see myself as a diverse software developer.
</p>
</td>
<td style="background-image:url(http://www.saywhatnowproductions.com/wp-content/uploads/2014/09/webplunder-background-image-technology-online-website-solutions.jpg); width:150px; vertical-align: top;">
<ul style="float:right; list-style:none; display:inline; padding:0px; margin:20px;">
<h3>Search</h3>
<form method="get" action="http://google.com/ search" target="_blank">
<input type="text" name="q" required autofocus>
<input type="submit" value="Google search">
</form>
</ul>
</td>
</table>
</centre>
<footer style="font-size:12px; color:white; float:left;">Designed By:Duran Thomas || ID# 1401134</footer>
</body>
</html>