use root relative paths
This commit is contained in:
@@ -1 +0,0 @@
|
||||
../css/
|
@@ -5,10 +5,10 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Photography - 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">
|
||||
<script src="scripts/ModalImage.js" type="module"></script>
|
||||
<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">
|
||||
<script src="/scripts/ModalImage.js" type="module"></script>
|
||||
<style>
|
||||
#gallery-container {
|
||||
display: grid;
|
||||
@@ -29,20 +29,20 @@
|
||||
<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-current="page" 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>
|
||||
<a aria-label="Projects" href="/index.html">PROJECTS</a>
|
||||
<a aria-current="page" 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>
|
||||
<div id="gallery-container">
|
||||
<modal-image class="photo" src="resources/photography/nature/1.jpg" alt=""></modal-image>
|
||||
<modal-image class="photo" src="resources/photography/nature/2.jpg" alt=""></modal-image>
|
||||
<modal-image class="photo" src="resources/photography/nature/3.jpg" alt=""></modal-image>
|
||||
<modal-image class="photo" src="resources/photography/nature/4.jpg" alt=""></modal-image>
|
||||
<modal-image class="photo" src="resources/photography/nature/5.jpg" alt=""></modal-image>
|
||||
<modal-image class="photo" src="resources/photography/nature/6.jpg" alt=""></modal-image>
|
||||
<modal-image class="photo" src="/resources/photography/nature/1.jpg" alt=""></modal-image>
|
||||
<modal-image class="photo" src="/resources/photography/nature/2.jpg" alt=""></modal-image>
|
||||
<modal-image class="photo" src="/resources/photography/nature/3.jpg" alt=""></modal-image>
|
||||
<modal-image class="photo" src="/resources/photography/nature/4.jpg" alt=""></modal-image>
|
||||
<modal-image class="photo" src="/resources/photography/nature/5.jpg" alt=""></modal-image>
|
||||
<modal-image class="photo" src="/resources/photography/nature/6.jpg" alt=""></modal-image>
|
||||
</div>
|
||||
</main>
|
||||
<footer>
|
||||
|
@@ -5,10 +5,10 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Photography - 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">
|
||||
<script src="scripts/ModalImage.js" type="module"></script>
|
||||
<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">
|
||||
<script src="/scripts/ModalImage.js" type="module"></script>
|
||||
<style>
|
||||
#gallery-container {
|
||||
display: grid;
|
||||
@@ -29,20 +29,20 @@
|
||||
<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-current="page" 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>
|
||||
<a aria-label="Projects" href="/index.html">PROJECTS</a>
|
||||
<a aria-current="page" 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>
|
||||
<div id="gallery-container">
|
||||
<modal-image class="photo" src="resources/photography/nature2/1.jpg" alt=""></modal-image>
|
||||
<modal-image class="photo" src="resources/photography/nature2/2.jpg" alt=""></modal-image>
|
||||
<modal-image class="photo" src="resources/photography/nature2/3.jpg" alt=""></modal-image>
|
||||
<modal-image class="photo" src="resources/photography/nature2/4.jpg" alt=""></modal-image>
|
||||
<modal-image class="photo" src="resources/photography/nature2/5.jpg" alt=""></modal-image>
|
||||
<modal-image class="photo" src="resources/photography/nature2/6.jpg" alt=""></modal-image>
|
||||
<modal-image class="photo" src="/resources/photography/nature2/1.jpg" alt=""></modal-image>
|
||||
<modal-image class="photo" src="/resources/photography/nature2/2.jpg" alt=""></modal-image>
|
||||
<modal-image class="photo" src="/resources/photography/nature2/3.jpg" alt=""></modal-image>
|
||||
<modal-image class="photo" src="/resources/photography/nature2/4.jpg" alt=""></modal-image>
|
||||
<modal-image class="photo" src="/resources/photography/nature2/5.jpg" alt=""></modal-image>
|
||||
<modal-image class="photo" src="/resources/photography/nature2/6.jpg" alt=""></modal-image>
|
||||
</div>
|
||||
</main>
|
||||
<footer>
|
||||
|
@@ -1 +0,0 @@
|
||||
../resources/
|
@@ -1 +0,0 @@
|
||||
../scripts/
|
Reference in New Issue
Block a user