Skip to content
Snippets Groups Projects
footer.js 1.33 KiB
Newer Older
  • Learn to ignore specific revisions
  • vand's avatar
    vand committed
    document.write('\
    <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 style="text-decoration: none;" href="http://qim.dk/sciencecases/" target="_blank">QIM science</a></span>\
            <span class="w3-tag w3-grey w3-small w3-margin-bottom">\
              <a style="text-decoration: none;" href="http://qim.dk/software-tools/" target="_blank">QIM tools</a></span>\
            <span class="w3-tag w3-grey w3-small w3-margin-bottom">\
              <a style="text-decoration: none;" href="https://imaging.dtu.dk/" target="_blank">3DIM@DTU</a></span>\
            <span class="w3-tag w3-grey w3-small w3-margin-bottom">\
              <a style="text-decoration: none;" href="https://www.maxiv.lu.se/" target="_blank">MAX IV</a></span>\
          </p>\
        </div>\
      </div>\
    </footer>\
    ');