Skip to content
Snippets Groups Projects
index.html 3.46 KiB
Newer Older
  • Learn to ignore specific revisions
  • vand's avatar
    vand committed
    <!DOCTYPE html>
    <html>
    <title>QIM Data Repository</title>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
    <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
    <style>
    body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", sans-serif}
    </style>
    <link rel="shortcut icon" href="favicon.ico">
    
    <body class="w3-light-grey w3-content" style="max-width:1600px">
    
    <!-- Sidebar/menu and -->
    <!-- Overlay effect when opening sidebar on small screens -->
    
    vand's avatar
    vand committed
    <!-- Sidebar/menu -->
    
    vand's avatar
    vand committed
    <script src='sidebar.js'></script>
    
    vand's avatar
    vand committed
    
    <!-- !PAGE CONTENT! -->
    <div class="w3-main" style="margin-left:300px">
    
      <!-- Header -->
    
    vand's avatar
    vand committed
      <script src='header.js'></script>
    
    vand's avatar
    vand committed
    
      <!-- START OF INDIVIDUAL PAGE CONTENT -->
    
      <!-- First Photo Grid-->
      <div class="w3-row-padding w3-padding-16">
        <div class="w3-third w3-container w3-margin-bottom">
    
    RTuxen's avatar
    RTuxen committed
          <a href="pages/mussel.html">
          <img src="examples/Mussel/Mussel_closed_3Dcut.jpg" style="width:100%" class="w3-hover-opacity">
    
    vand's avatar
    vand committed
          </a>
          <div class="w3-container w3-white">
    
    RTuxen's avatar
    RTuxen committed
            <p><b>Closed Mussel</b></p>
            <p>Vacuum packed closed clam from an (expired) instant soup.</p>
    
    vand's avatar
    vand committed
          </div>
        </div>
        <div class="w3-third w3-container w3-margin-bottom">
    
    RTuxen's avatar
    RTuxen committed
          <a href="pages/foam.html">
          <img src="examples/Foam/Foam_3D_Example.jpg" style="width:100%" class="w3-hover-opacity">
    
    vand's avatar
    vand committed
          </a>
          <div class="w3-container w3-white">
    
    RTuxen's avatar
    RTuxen committed
            <p><b>Packing Foam</b></p>
            <p>Packing material plastic foam.</p>
    
    vand's avatar
    vand committed
          </div>
        </div>
        <div class="w3-third w3-container w3-margin-bottom">
    
    RTuxen's avatar
    RTuxen committed
          <a href="pages/Coal.html">
          <img src="examples/Coal/Coal_Zoom_Example.jpg" style="width:100%" class="w3-hover-opacity">
    
    vand's avatar
    vand committed
          </a>
          <div class="w3-container w3-white">
    
    RTuxen's avatar
    RTuxen committed
            <p><b>Coal Brikett</b></p>
    
    RTuxen's avatar
    RTuxen committed
            <p>Coal brikett from a bag of BBQ coal.</p>
    
    vand's avatar
    vand committed
          </div>
        </div>
      </div>
    
      <!-- Second Photo Grid-->
      <div class="w3-row-padding">
        <div class="w3-third w3-container w3-margin-bottom">
    
    RTuxen's avatar
    RTuxen committed
          <a href="example1.html">
    
    vand's avatar
    vand committed
          <img src="examples/placeholder_gray.png" style="width:100%" class="w3-hover-opacity">
          <div class="w3-container w3-white">
            <p><b>Lorem Ipsum</b></p>
            <p>Praesent tincidunt sed tellus ut rutrum. Sed vitae justo condimentum, porta lectus vitae, ultricies congue gravida diam non fringilla.</p>
          </div>
        </div>
        <div class="w3-third w3-container w3-margin-bottom">
    
    RTuxen's avatar
    RTuxen committed
          <a href="example2.html">
    
    vand's avatar
    vand committed
          <img src="examples/placeholder_color.png" style="width:100%" class="w3-hover-opacity">
          <div class="w3-container w3-white">
            <p><b>Lorem Ipsum</b></p>
            <p>Praesent tincidunt sed tellus ut rutrum. Sed vitae justo condimentum, porta lectus vitae, ultricies congue gravida diam non fringilla.</p>
          </div>
        </div>
        <div class="w3-third w3-container w3-margin-bottom">
    
    RTuxen's avatar
    RTuxen committed
          <a href="example3.html">
    
    vand's avatar
    vand committed
          <img src="examples/placeholder_color.png" style="width:100%" class="w3-hover-opacity">
          <div class="w3-container w3-white">
            <p><b>Lorem Ipsum</b></p>
            <p>Praesent tincidunt sed tellus ut rutrum. Sed vitae justo condimentum, porta lectus vitae, ultricies congue gravida diam non fringilla.</p>
          </div>
        </div>
      </div>
    
      <!-- Footer -->
    
    vand's avatar
    vand committed
      <script src='footer.js'></script>
    
    vand's avatar
    vand committed
    
    <!-- End page content -->
    </div>
    
    </body>
    </html>