-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathassignment0.html
59 lines (59 loc) · 1.99 KB
/
assignment0.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
57
58
59
<!DOCTYPE html>
<html>
<head>
<title>Assignment0</title>
</head>
<body>
<p>
<a href="https://MNoun.github.io">Back to Home</a>
</p>
<h1>My favorite basketball team is the Boston Celtics</h1>
<!--Image map-->
<img src="Celtics.jpg" usemap="#celtics">
<map name="celtics">
<area shape="rect" coords="183,391,539,1077" alt="Robert Williams" target="audio" href="Audio/Williams.mp3">
<area shape="rect" coords="684,370,1057,1013" alt="Grant Williams" target="audio" href="Audio/Grant.mp3">
<area shape="rect" coords="1265,328,1567,980" alt="Jayson Tatum" target="audio" href="Audio/Tatum.mp3">
<area shape="rect" coords="1789,383,2094,984" alt="Jaylen Brown" target="audio" href="Audio/Brown.mp3">
<area shape="rect" coords="2727,465,3024,1116" alt="Marcus Smart" target="audio" href="Audio/Smart.mp3">
</map>
<!--Paragraph about myself-->
<h2>About Me</h2>
<p>
My name is Mitchell Noun and I am a computer science student at BSU. I enjoy coding, video
games, and outdoor activities. One of my favorite hobbies is playing basketball.
</p>
<!--10 homepage inspirations-->
<h2>Website Inspirations</h2>
<p>
<a href="https://www.my90stv.com/">my90stv.com</a>
</p>
<p>
<a href="https://www.quantamagazine.org/">quantamagazine.org</a>
</p>
<p>
<a href="https://www.supercook.com/#/desktop">supercook.com</a>
</p>
<p>
<a href="https://www.imdb.com/">imdb.com</a>
</p>
<p>
<a href="https://www.twitch.tv/">twitch.tv</a>
</p>
<p>
<a href="https://www.youtube.com/">youtube.com</a>
</p>
<p>
<a href="https://www.reddit.com/">reddit.com</a>
</p>
<p>
<a href="https://twitter.com/">twitter.com</a>
</p>
<p>
<a href="https://www.espn.com/">espn.com</a>
</p>
<p>
<a href="https://www.sometimesredsometimesblue.com/">sometimesredsometimesblue.com</a>
</p>
</body>
</html>