add photography

This commit is contained in:
2024-10-07 21:42:25 +00:00
parent ebcbc7b14e
commit 2a8f919cc0
57 changed files with 354 additions and 35 deletions

View File

@@ -7,19 +7,37 @@
<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">
<link rel="icon" type="image/x-icon" href="resources/icon/favicon.svg">
<style>
.project {
max-width: 1080px;
margin-left: auto;
margin-right: auto;
}
</style>
</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="Photography" href="photography.html">PHOTOGRAPHY</a>
<a aria-label="About Me" href="about.html">ABOUT ME</a>
<a aria-label="Notes" href="notes.html">CLASS NOTES</a>
</nav>
</header>
<main>
<figure class="overlay-container">
<img src="projects/pico_bmc.jpg" alt="" class="image">
<figure class="overlay-container project">
<img src="resources/projects/proxmoxaas.jpg" alt="" class="image">
<figcaption class="overlay-mask">
<a href="" class="overlay-content">
<h2>ProxmoxAAS</h2>
<p>User self-managed VPS platform based on Proxmox hypervisor.</p>
</a>
</figcaption>
</figure>
<figure class="overlay-container project">
<img src="resources/projects/pico_bmc.jpg" alt="" class="image">
<figcaption class="overlay-mask">
<a href="" class="overlay-content">
<h2>Pico BMC</h2>
@@ -27,6 +45,15 @@
</a>
</figcaption>
</figure>
<figure class="overlay-container project">
<img src="resources/projects/wfajs.jpg" alt="" class="image">
<figcaption class="overlay-mask">
<a href="" class="overlay-content">
<h2>WFA-JS</h2>
<p>Implement Wavefront Alignment algorithm in JavaScript.</p>
</a>
</figcaption>
</figure>
</main>
<footer>
</footer>