nosthemerc

Jekyll generated gallery index

Sep 25th, 2024
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.66 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5. <link rel="stylesheet" href="/style.css">
  6. <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">
  7.  
  8.     <title>
  9.         ~Gallery~
  10.     </title>
  11. </head>
  12. <body>
  13. <main>
  14.     <header>
  15.   <nav>
  16.    
  17. <!--        <a href="/index.html">-->
  18.             <img src="/images/icons/logo_white.svg" alt="logo" class="nav-image">
  19. <!--            poopoo-->
  20. <!--        </a>-->
  21.    
  22.  
  23.     <a href="/gallery/index.html">Gallery</a>
  24.     <a href="/theater/index.html">Theater</a>
  25.     <a href="/library/index.html">Library</a>
  26.     <a href="/about.html">About</a>
  27. </nav>
  28. </header>
  29.  
  30.     <div id="content">
  31. <!--            contain thumbnails-->
  32.  
  33.        
  34.             <h1 class="section-title" >Art Galleries</h1>
  35.             <div id="thumbnail-container">
  36.     <!--                base thumbnail-->
  37.                
  38.                 <a class="thumbnail" href="/gallery/physicalArt/index.html">
  39.                     <h1 class="thumbnail-title">Physical Gallery
  40.                        
  41.                     </h1>
  42.                    
  43.                         <img alt="pages thumbnail" src="/images/thumbnails/physical-thumbnail.jpg" class="thumbnail-img">
  44.                    
  45.                 </a>
  46.                
  47.                 <a class="thumbnail" href="/gallery/digitalArt/index.html">
  48.                     <h1 class="thumbnail-title">Digital Galleries
  49.                        
  50.                     </h1>
  51.                    
  52.                         <img alt="pages thumbnail" src="/images/thumbnails/pages-thumbnail.jpg" class="thumbnail-img">
  53.                    
  54.                 </a>
  55.                
  56.                 <a class="thumbnail" href="/gallery/AiGeneratedArt/index.html">
  57.                     <h1 class="thumbnail-title">Generated Galleries
  58.                        
  59.                     </h1>
  60.                    
  61.                         <img alt="pages thumbnail" src="/images/AiArt/gorepunks/StillHuman/StillHuman000.png" class="thumbnail-img">
  62.                    
  63.                 </a>
  64.                
  65.  
  66.             </div>
  67.     <!--                use divider to separate categories-->
  68.            
  69.        
  70.     </div>
  71.  
  72.     <footer>
  73.         <a href="mailto:[email protected]">
  74.     <img src="/images/icons/email-white.svg" alt="Email me">
  75. </a>
  76. <a href="/buyMyStuff.html">
  77.     <img src="/images/icons/shop-white.svg" alt="Buy prints">
  78. </a>
  79. <a href="https://www.youtube.com/@JHFreedman">
  80.     <img src="/images/icons/videocam-white.svg" alt="View videos">
  81. </a>
  82.     </footer>
  83. </main>
  84. </body>
  85. </html>
  86.  
Advertisement
Add Comment
Please, Sign In to add comment