-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (24 loc) · 1.19 KB
/
index.html
File metadata and controls
28 lines (24 loc) · 1.19 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
<!DOCTYPE html>
<html>
<head>
<title >Will's Super Duper Awesome Webpage </title>
</head>
<body>
<h1>Will's Super Duper Awesome Webpage</h1>
<p>Welcome to my super duper duper duper super duper website.
I'm Will, the editor and creator of many things, including this website.
One would likely ask me to explain who I am as a person, so I shall honor the requests of my fans
and do so. I went to Westhill Highschool, and am now majoring in Software Engineering.
I like listening to music, messing around with speakers and sound equipment, programming, and spending time with friends.
See below for a photo of the most awesome food ever:</p>
<img src="instant-pot-cheeseburger-mac-114-20211203-900x900.jpg" width="500" ></img>
<p>Another Super Duper Cool website: <a href="https://www.se.rit.edu">RIT SE Website</a></p>
<p>Bullet points of stuff I want to learn in this class:</p>
<ul>
<li>Software Engineering Workflow</li>
<li>How to work in large groups on a single programming project</li>
<li>How I can improve as a programmer</li>
<li>How I can be a desirable hire</li>
</ul>
</body>
</html>