personal-site/about.html

29 lines
973 B
HTML
Raw Normal View History

2024-10-07 21:42:25 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Projects - Arthur Lu</title>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="css/style.css" type="text/css">
<link rel="stylesheet" href="css/overlay.css" type="text/css">
<link rel="icon" type="image/x-icon" href="resources/icon/favicon.svg">
</head>
<body>
<header>
<h1><b><a aria-label="Arthur Lu" href="https://root.tronnet.net" class="site-header">ARTHUR LU</a></b></h1>
<nav>
<a aria-label="Projects" href="index.html">PROJECTS</a>
<a aria-label="Photography" href="photography.html">PHOTOGRAPHY</a>
<a aria-current="page" aria-label="About Me" href="about.html">ABOUT ME</a>
<a aria-label="Notes" href="notes.html">CLASS NOTES</a>
</nav>
</header>
<main>
<p></p>
<img>
</main>
<footer>
</footer>
</body>
</html>