-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathassignment2.html
More file actions
28 lines (22 loc) · 911 Bytes
/
assignment2.html
File metadata and controls
28 lines (22 loc) · 911 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
<html>
<head>
<!--<title>Cool Page Here</title> -->
</head>
<body>
<h1>Bezawit G.</h1>
<h2>Major: Computer Science</h2>
<p> IP: 130.64.64.36 </p>
I grew up in Silver Spring, Maryland (and D.C.)
<p>
<hr>
<img src ='images/canada.HEIC' align ='left' width = 250>
I got to visit my family in Canada for the first time 2 years ago. The first
thing that we did <br> was go see Niagra Falls (which is so much prettier on the Canadian side).
I've seen it in New York, <br> but it didn't compare to how pretty it was up close in Canada and
it was a nice moment I got to share <br> with family I hadn't seen in a long time.
</p>
<br clear="all" />
<a href = "https://mammaluciarestaurants.com/" target = "_blank"> My favorite resturant back home was Mamma Lucia! </a>
<p> Something nobody would expect about me is that I recently picked up the guitar over the summer.</p>
</body>
</html>