Ignore:
Timestamp:
2017-04-21T11:24:50+12:00 (7 years ago)
Author:
davidb
Message:

Changed to static home page with choice of DL to go to. Initial Google Scholar support added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/meddle/trunk/index.html

    r31605 r31627  
    22  <head>
    33    <meta charset="UTF-8">
     4    <link rel="stylesheet" type="text/css" href="index.css">
    45    <script
    56       src="https://code.jquery.com/jquery-2.2.4.min.js"
    67       integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44="
    78       crossorigin="anonymous"></script>
    8    
     9<!--   
    910    <script src="index.js"></script>
     11-->
    1012
    1113  </head>
    1214  <body id="body">
    13     Loading in the MEDDLE ACM DL home page ...
     15   
     16
     17<div id="outer">
     18    <div id="header">
     19
     20      <h2>
     21    <img src="//bedrock.resnet.cms.waikato.ac.nz/meddle/meddle-icon-large.png" height="40" width="40">
     22    MEDDLE Proxy: ModifiED Digital Library Proxy
     23      </h2>
     24    </div>
     25<!--
     26    <div id="nav">
     27        <h4>Navigation</h4>
     28        <ul>
     29            <li>Item 1</li>
     30            <li>Item 2</li>
     31            <li>Item 3</li>
     32        </ul>
     33    </div>
     34-->
     35    <div id="main">
     36      <p>
     37    Which Digital Library would you like to MEDDLE with?
     38      </p>
     39      <ul style="list-style: none;">
     40    <li>
     41      <a href="https://bedrock.resnet.cms.waikato.ac.nz/cgi-bin/meddle/nph-proxy-meddle.cgi/en/20/http/dl.acm.org/">
     42        <img class="dllogo" src="meddle-acmdl.png">
     43      </a>
     44    </li>
     45    <li>
     46      <a href="https://bedrock.resnet.cms.waikato.ac.nz/cgi-bin/meddle/nph-proxy-meddle.cgi/en/20/http/ieeexplore.ieee.org/">
     47        <img class="dllogo" src="meddle-xplore.png">
     48      </a>
     49    </li>
     50    <li>
     51      <a href="https://bedrock.resnet.cms.waikato.ac.nz/cgi-bin/meddle/nph-proxy-meddle.cgi/en/20/https/scholar.google.com/">
     52        <img class="dllogo" src="meddle-gscholar.png">
     53      </a>
     54    </li>
     55      </ul>
     56    </div>
     57    <div id="footer">
     58        <p></p>
     59    </div>
     60
     61</div>
     62
     63
     64
     65
    1466  </body>
    1567</html>
Note: See TracChangeset for help on using the changeset viewer.