Skip to content
Snippets Groups Projects
qim_repository_template_all.html 11.2 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}
    footer a {
      text-decoration: none;
    }
    </style>
    
    <body class="w3-light-grey w3-content" style="max-width:1600px">
    
    <!-- Sidebar/menu -->
    <nav class="w3-sidebar w3-collapse w3-white w3-animate-left" style="z-index:3;width:300px;" id="mySidebar"><br>
      <div class="w3-container">
        <a href="#" onclick="w3_close()" class="w3-hide-large w3-right w3-jumbo w3-padding w3-hover-grey" title="close menu">
          <i class="fa fa-remove"></i>
        </a>
        <a href="http://qim.dk/">
        <img src="common/logo_name.png" style="width:90%;" class="w3-round"></a>
        <br><br>
      </div>
    
      <div class="w3-bar-block w3-text-grey">
        <a href="about" onclick="w3_close()" class="w3-bar-item w3-button w3-padding" class="w3-text-grey"><i class="fa fa-bullseye fa-fw w3-margin-right"></i>ABOUT</a>
      </div>
    </nav>
    
    <!-- Overlay effect when opening sidebar on small screens -->
    <div class="w3-overlay w3-hide-large w3-animate-opacity" onclick="w3_close()" style="cursor:pointer" title="close side menu" id="myOverlay"></div>
    
    <!-- !PAGE CONTENT! -->
    <div class="w3-main" style="margin-left:300px">
    
      <!-- Header -->
      <header id="myRepository">
        <a href="http://qim.dk/"><img src="common/logo_square.png" style="width:65px;" class="w3-circle w3-right w3-margin w3-hide-large w3-hover-opacity"></a>
        <span class="w3-button w3-hide-large w3-xxlarge w3-hover-text-grey" onclick="w3_open()"><i class="fa fa-bars"></i></span>
        <div class="w3-container w3-bottombar w3-padding-16">
        <h1><b>DATA REPOSITORY</b></h1>
        </div>
      </header>
    
      <!-- END OF COMMON -->
    
    
    
      <!-- First Photo Grid-->
      <div class="w3-row-padding">
        <div class="w3-third w3-container w3-margin-bottom">
          <img src="https://www.w3schools.com/w3images/mountains.jpg" alt="Norway" 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">
          <img src="https://www.w3schools.com/w3images/lights.jpg" alt="Norway" 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">
          <img src="https://www.w3schools.com/w3images/nature.jpg" alt="Norway" 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>
    
      <!-- Second Photo Grid-->
      <div class="w3-row-padding">
        <div class="w3-third w3-container w3-margin-bottom">
          <img src="https://www.w3schools.com/w3images/p1.jpg" alt="Norway" 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">
          <img src="https://www.w3schools.com/w3images/p2.jpg" alt="Norway" 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">
          <img src="https://www.w3schools.com/w3images/p3.jpg" alt="Norway" 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>
    
      <!-- Pagination -->
      <div class="w3-center w3-padding-32">
        <div class="w3-bar">
          <a href="#" class="w3-bar-item w3-button w3-hover-black">«</a>
          <a href="#" class="w3-bar-item w3-black w3-button">1</a>
          <a href="#" class="w3-bar-item w3-button w3-hover-black">2</a>
          <a href="#" class="w3-bar-item w3-button w3-hover-black">3</a>
          <a href="#" class="w3-bar-item w3-button w3-hover-black">4</a>
          <a href="#" class="w3-bar-item w3-button w3-hover-black">»</a>
        </div>
      </div>
    
      <!-- Images -->
      <div class="w3-row-padding w3-padding-16" id="about">
        <div class="w3-col m6">
          <img src="https://www.w3schools.com/w3images/nature.jpg" alt="Me" style="width:100%">
        </div>
        <div class="w3-col m6">
          <img src="https://www.w3schools.com/w3images/lights.jpg" alt="Me" style="width:100%">
        </div>
      </div>
    
      <div class="w3-container w3-padding-large" style="margin-bottom:32px">
        <h4><b>About</b></h4>
        <p>Praesent tincidunt sed tellus ut rutrum. Sed vitae justo condimentum, porta lectus vitae, ultricies congue gravida diam non fringilla. Praesent tincidunt sed tellus ut rutrum. Sed vitae justo condimentum, porta lectus vitae, ultricies congue gravida diam non fringilla.</p>
        <hr>
    
        <h4>Applications</h4>
        <!-- Progress bars / Skills -->
        <p>Materials</p>
        <div class="w3-grey">
          <div class="w3-container w3-dark-grey w3-padding w3-center" style="width:95%">95%</div>
        </div>
        <p>Energy</p>
        <div class="w3-grey">
          <div class="w3-container w3-dark-grey w3-padding w3-center" style="width:85%">85%</div>
        </div>
        <p>Life</p>
        <div class="w3-grey">
          <div class="w3-container w3-dark-grey w3-padding w3-center" style="width:80%">80%</div>
        </div>
        <p>
          <button class="w3-button w3-dark-grey w3-padding-large w3-margin-top w3-margin-bottom">
            <i class="fa fa-download w3-margin-right"></i>Download
          </button>
        </p>
        <hr>
    
        <h4>Some details</h4>
        <!-- Details Tables -->
        <div class="w3-row-padding" style="margin:0 -16px">
          <div class="w3-third w3-margin-bottom">
            <ul class="w3-ul w3-border w3-white w3-center w3-opacity w3-hover-opacity-off">
              <li class="w3-black w3-xlarge w3-padding-32">Full</li>
              <li class="w3-padding-16">Type</li>
              <li class="w3-padding-16">Size</li>
              <li class="w3-padding-16">1GB Storage</li>
              <li class="w3-light-grey w3-padding-24">
    
                <button class="w3-button w3-orange w3-padding-large w3-hover-black">Download
    
    vand's avatar
    vand committed
              </li>
            </ul>
          </div>
    
          <div class="w3-third w3-margin-bottom">
            <ul class="w3-ul w3-border w3-white w3-center w3-opacity w3-hover-opacity-off">
    
              <li class="w3-orange w3-xlarge w3-padding-32">Medium</li>
    
    vand's avatar
    vand committed
              <li class="w3-padding-16">Type</li>
              <li class="w3-padding-16">Size</li>
              <li class="w3-padding-16">50GB Storage</li>
              <li class="w3-light-grey w3-padding-24">
    
                <button class="w3-button w3-orange w3-padding-large w3-hover-black">Download
    
    vand's avatar
    vand committed
              </li>
            </ul>
          </div>
    
          <div class="w3-third">
            <ul class="w3-ul w3-border w3-white w3-center w3-opacity w3-hover-opacity-off">
              <li class="w3-black w3-xlarge w3-padding-32">Segmentation</li>
              <li class="w3-padding-16">Type</li>
              <li class="w3-padding-16">Size</li>
              <li class="w3-padding-16">Unlimited Storage</li>
              <li class="w3-light-grey w3-padding-24">
    
                <button class="w3-button w3-orange w3-padding-large w3-hover-black">Download
    
    vand's avatar
    vand committed
              </li>
            </ul>
          </div>
        </div>
        <!-- End of tables -->
      </div>
    
      <!-- Contact Section -->
      <div class="w3-container w3-padding-large w3-grey">
        <h4 id="contact"><b>Contact us</b></h4>
        <div class="w3-row-padding w3-center w3-padding-24" style="margin:0 -16px">
          <div class="w3-third w3-dark-grey">
            <p><i class="fa fa-envelope w3-xxlarge w3-text-light-grey"></i></p>
            <p>qim_center@dtu.dk</p>
          </div>
    
          <div class="w3-third w3-orange">
    
    vand's avatar
    vand committed
            <p><i class="fa fa-map-marker w3-xxlarge w3-text-light-grey"></i></p>
            <p>Lyngby, DK</p>
          </div>
          <div class="w3-third w3-dark-grey">
            <p><i class="fa fa-phone w3-xxlarge w3-text-light-grey"></i></p>
            <p>4545252525</p>
          </div>
        </div>
        <hr class="w3-opacity">
        <form action="/action_page.php" target="_blank">
          <div class="w3-section">
            <label>Name</label>
            <input class="w3-input w3-border" type="text" name="Name" required>
          </div>
          <div class="w3-section">
            <label>Email</label>
            <input class="w3-input w3-border" type="text" name="Email" required>
          </div>
          <div class="w3-section">
            <label>Message</label>
            <input class="w3-input w3-border" type="text" name="Message" required>
          </div>
          <button type="submit" class="w3-button w3-black w3-margin-bottom"><i class="fa fa-paper-plane w3-margin-right"></i>Send Message</button>
        </form>
      </div>
    
    
      <!-- START OF COMMON -->
    
      <!-- Footer -->
      <footer class="w3-container w3-padding-32 w3-dark-grey">
      <div class="w3-row-padding">
        <div class="w3-third">
          <h3>3D DATA REPOSITORY</h3>
          <p>QIM, October 2020.<br>
          Powered by <a href="https://www.w3schools.com/w3css/default.asp">w3.css</a>.</p>
        </div>
    
        <div class="w3-third">
          <h3>GET INVOLVED</h3>
          <p>Contribute with data, tool or result.
            Stay updated.<br>
            Send us a mail at <a href="mailto:info@qim.dk">info@qim.dk</a>.</p>
        </div>
    
        <div class="w3-third">
          <h3>LINKS</h3>
          <p>
            <span class="w3-tag w3-grey w3-small w3-margin-bottom"><a href="http://qim.dk/sciencecases/" target="_blank">QIM science</a></span>
            <span class="w3-tag w3-grey w3-small w3-margin-bottom">
              <a href="http://qim.dk/software-tools/" target="_blank">QIM tools</a></span>
            <span class="w3-tag w3-grey w3-small w3-margin-bottom">
              <a href="https://imaging.dtu.dk/" target="_blank">3DIM@DTU</a></span>
            <span class="w3-tag w3-grey w3-small w3-margin-bottom">
              <a href="https://www.maxiv.lu.se/" target="_blank">MAX IV</a>
            </span>
          </p>
        </div>
    
      </div>
      </footer>
    
    <!-- End page content -->
    </div>
    
    <script>
    // Script to open and close sidebar
    function w3_open() {
        document.getElementById("mySidebar").style.display = "block";
        document.getElementById("myOverlay").style.display = "block";
    }
    
    function w3_close() {
        document.getElementById("mySidebar").style.display = "none";
        document.getElementById("myOverlay").style.display = "none";
    }
    </script>
    
    </body>
    </html>