personal-site/index.html
2024-05-16 21:23:54 +00:00

34 lines
1.1 KiB
HTML

<!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="images/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-current="page" aria-label="Projects" href="index.html">PROJECTS</a>
<a aria-label="About Me" href="about.html">ABOUT ME</a>
</nav>
</header>
<main>
<figure class="overlay-container">
<img src="projects/pico_bmc.jpg" alt="" class="image">
<figcaption class="overlay-mask">
<a href="" class="overlay-content">
<h2>Pico BMC</h2>
<p>Add remote management features to any motherboard.</p>
</a>
</figcaption>
</figure>
</main>
<footer>
</footer>
</body>
</html>