-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (40 loc) · 1.45 KB
/
index.html
File metadata and controls
40 lines (40 loc) · 1.45 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
<html>
<body>
Hi mom
</body>
</html>
<!-- <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>Nate Mansfield</h1>
<p>I'm Nate Mansfield, a Computer Science senior.</p>
<hr>
<h2>My Classes</h2>
<ol>
<li>CS 310 - Web Development</li>
<li>JA 111 - Japanese</li>
<li>EC 101 - Macroeconomics</li>
<li>CS 341 - Software Engineering</li>
<li>CS 395 - Professional Development Seminar</li>
</ol>
<h2>Favorite Movies</h2>
<ul>
<li><em>Everything Everywhere All At Once</em> (<a href="https://www.imdb.com/title/tt6710474/?ref_=nv_sr_srsg_0">IMDB</a>)</li>
<li><em>There Will Be Blood</em> (<a href="https://www.imdb.com/title/tt0469494/?ref_=nv_sr_srsg_0">IMDB</a>)</li>
<li><em>Blade Runner 2049</em> (<a href="https://www.imdb.com/title/tt1856101/?ref_=nv_sr_srsg_0">IMDB</a>)</li>
</ul>
<h2>Mood Board</h2>
Happy: <img src="https://i.pinimg.com/236x/ca/2e/41/ca2e41d218665775b5b12a37400ebae1.jpg" width="300p"> Sad: <img src="https://i.pinimg.com/originals/c6/3d/65/c63d65374ccd56db59ef2be9dcb71c23.jpg" width="300p">
<h2>Fun Facts About My Neighbors:</h2>
<ul>
<li>Kelsey has worked on video game development.</li>
</ul>
<hr>
</body>
</html> -->