-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
63 lines (41 loc) · 1.92 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="stylesheet.css">
<meta charset="utf-8">
<title>HTML basics</title>
<style>
body {
background-image:url("myBackgroundimage.jpg");
}
</style>
</head>
<center>
<body>
<img src="mybanner.jpg (1).jpg" alt= "banner" width = "1400">
<table>
<tr>
<th>
<p>
<td> <a href="index.html"> <img src="home.png.png"> </a> </td>
<td> <a href="javascripts.html"> <img src="javascripts.png.png"> </a> </td>
<td> <a href="about.html"> <img src="about.png.png"> </a> </td>
<td> <a href="apps.html"> <img src="apps.png.png"> </a> </td>
<td> <a href="final.html"> <img src="final.png"> </a> </td>
</p>
</table>
<h1>Welcome to Damien's About me Page</h1>
<p> Hello my name is Damien and I currently attend the University of Rhode Island. I was born March 1, 2003 in Provdience Rhoad Island.
<br> I have a baby brother who is 4 years old. I have attended Catholic school my whole life and graduated from La Salle Academy in 2020. </br>
<br> I am a computer science major and a Business minor. I like to build things, exercise, and sneakers</br>
</p>
</tr>
</th>
<img id="stuff" src="damienbabybrother.jpg.png" width="400" hight="400">
<img id="stuff2" src="sneaker-image.png" width="400" hight="400">
<img id="stuff2" src="me.png" width="400" hight="400">
<img id="stuff2" src="Robot.png" width="400" hight="400">
<h2>Thanks!</h2>
</center>
</body>
</html>