-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLucas.html
More file actions
32 lines (31 loc) · 1.53 KB
/
Lucas.html
File metadata and controls
32 lines (31 loc) · 1.53 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
<!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>About Myself</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Sofia">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="colleen.html">Colleen's Tea Page</a></li>
<li><a href="jackie.html">Jackie's Coffee Page</a></li>
<li><a href="Lucas.html">Home Page</a></li>
</ul>
</nav>
<h1>About Myself</h1>
</heade>
<main>
<p>Hi. My name is Lucas Rosendall. I am currently a student studying at the University of Michigan in the School of information program. I am interested in Archives and Digital Preservation, but I also harbor an enjoyment for coding and the history of technology. My research interests lie at the intersection between instutional practices of statecraft, the archive, and education. More specifically, I am interested in the techniciy of writing and how the advent of AI marks a change in how we relate to knowledge, and ultimatley, oursleves. </p>
<p>In my free time, I like to read and write, go on walks, and play video games - I am always interested in building new skills!</p>
</main>
<footer>
<p>© 2025 Lucas Rosendall</p>
</footer>
</body>
</html>