-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (27 loc) · 1.15 KB
/
index.html
File metadata and controls
37 lines (27 loc) · 1.15 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Daniel de Monteiro's LIS351 Website</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav>
<a href="index.html">Daniel's Home Page</a> |
<a href="001_social.html">Social Projects</a> |
<a href="002_github.html">GitHub</a> |
<a href="003_courses.html">Courses</a>
</nav>
<hr>
<h1>Welcome to Daniel de Monteiro's Website!</h1>
<h2>Who is Daniel?</h2>
<p>I am a computer science student (with a certificate in entrepreneurship) at the University of Wisconsin-Madison.</p>
<p>I am from Walnut Creek, California. In my free time, I love to play basketball, video games, and keep up with the latest tech products. Here is the link to my YouTube channel: <a href="https://www.youtube.com/Dood76" target="_blank">https://www.youtube.com/Dood76</a></p>
<h2>What can you expect to find on this website?</h2>
<ul>
<li>Instagram & YouTube Channels</li>
<li>GitHub</li>
<li>School Courses</li>
</ul>
<img src="daniel_profile.jpg" alt="Daniel profile picture." width="350">
</body>
</html>