-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout_me.html
More file actions
78 lines (69 loc) · 2.46 KB
/
about_me.html
File metadata and controls
78 lines (69 loc) · 2.46 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html>
<head>
<style>
#group{
width: 700px ;
height: auto ;
float: right ;
}
#max{
width: 500px ;
height: auto ;
float:left ;
margin: 50px
}
body {
background-color: #42abdb
}
p{
text-align: center;
}
h3{
text-align: center;
font-size: 200%
}
p{
font-size: 200%
}
</style>
<meta charset="utf-8">
<title> About Me </title>
</head>
<body>
<img src="my-banner.jpg">
<table>
<thead>
<tr>
<td> <a href="index.html">
<img src="home-button.png">
</a> </td>
<td> <a href="javascripts.html">
<img src="javascripts-button.png">
</a> </td>
<td> <a href="apps.html">
<img src="apps-button.png">
</a> </td>
<td> <a href="about_me.html">
<img src="about-me-button.png">
</a> </td>
<td> <a href="final_project.html">
<img src="final_project_btn.png">
</a> </td>
</tr>
</thead>
</table>
<h1> About Mark Bowen </h1>
<p> Hi, I'm Mark Bowen and I am in the Class of 2024 at the University of Rhode Island. I am a Computer Science B.S. and Data Science B.S. major. <lb>
I am from Collegeville, Pennsylvania (about 30 minutes outside of Philadelphia). One of my favorite pastimes is spending time with my friends doing
almost anything. In the summer I like to spend time at the beach whenever possible.
I love dogs, especially my yellow lab Max.
I am a diehard Patriots fan and love all sports Boston related.
<img id="group" src="newport-group.JPG">
<img id="max" src="max.jpeg">
</p>
<h2> Social Media </h3>
<p> <a href="https://www.instagram.com/markbowen__/"> Instagram </a>
</p>
</body>
</html>