-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (28 loc) · 1012 Bytes
/
Copy pathindex.html
File metadata and controls
28 lines (28 loc) · 1012 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>Dana Brunson</title>
<style>
body {background-color: rgb(252, 238, 237) }
</style>
</head>
<body>
<h2>Dana Brunson</h2>
<p>My name is Dana Brunson. I am a third-year Computer Science student from Columbia, Maryland. My favorite color is pink, I love ice cream, and I don't really have many hobbies, but I do enjoy watching many movies in my free time (especially action and psychological thrillers). </p>
<p>This is a picture of me:</p>
<img src="img/PurpleTopImg.JPEG" height="400" width="300">
<p>Courses That I'm Taking This Semester:<p>
<ul>
<li>COMP 322</li>
<li>COMP 350</li>
<li>COMP 365</li>
<li>COMP 410</li>
<li>COMP 361</li>
</ul>
<a href="introduction.html">Click here for Introduction Page!</a>
<br>
<a href="little_prince.html">Click here for the Little Prince!</a>
<br>
<a href="calculator.html">Click here for the Calculator page!</a>
</body>
</html>