Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <link rel="stylesheet" href="/style.css">
- <link href="https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,500;0,700;1,500;1,700&family=Germania+One&display=swap" rel="stylesheet">
- <title>
- ~Gallery~
- </title>
- </head>
- <body>
- <main>
- <header>
- <nav>
- <!-- <a href="/index.html">-->
- <img src="/images/icons/logo_white.svg" alt="logo" class="nav-image">
- <!-- poopoo-->
- <!-- </a>-->
- <a href="/gallery/index.html">Gallery</a>
- <a href="/theater/index.html">Theater</a>
- <a href="/library/index.html">Library</a>
- <a href="/about.html">About</a>
- </nav>
- </header>
- <div id="content">
- <!-- contain thumbnails-->
- <h1 class="section-title" >Art Galleries</h1>
- <div id="thumbnail-container">
- <!-- base thumbnail-->
- <a class="thumbnail" href="/gallery/physicalArt/index.html">
- <h1 class="thumbnail-title">Physical Gallery
- </h1>
- <img alt="pages thumbnail" src="/images/thumbnails/physical-thumbnail.jpg" class="thumbnail-img">
- </a>
- <a class="thumbnail" href="/gallery/digitalArt/index.html">
- <h1 class="thumbnail-title">Digital Galleries
- </h1>
- <img alt="pages thumbnail" src="/images/thumbnails/pages-thumbnail.jpg" class="thumbnail-img">
- </a>
- <a class="thumbnail" href="/gallery/AiGeneratedArt/index.html">
- <h1 class="thumbnail-title">Generated Galleries
- </h1>
- <img alt="pages thumbnail" src="/images/AiArt/gorepunks/StillHuman/StillHuman000.png" class="thumbnail-img">
- </a>
- </div>
- <!-- use divider to separate categories-->
- </div>
- <footer>
- <a href="mailto:[email protected]">
- <img src="/images/icons/email-white.svg" alt="Email me">
- </a>
- <a href="/buyMyStuff.html">
- <img src="/images/icons/shop-white.svg" alt="Buy prints">
- </a>
- <a href="https://www.youtube.com/@JHFreedman">
- <img src="/images/icons/videocam-white.svg" alt="View videos">
- </a>
- </footer>
- </main>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment