|
2 | 2 | <section id="footer"> |
3 | 3 | <div class="container-footer"> |
4 | 4 | <div class="row"> |
5 | | - |
6 | 5 | <div class="col-xs-12 col-sm-12 col-md-3"> |
7 | | - <h1>Join Us !</h1> |
8 | | - <p style="font-size: 14px"> |
9 | | - We are looking for Undergrad and grad students! |
10 | | - </p> |
11 | | - <p style="font-size: 14px"> |
12 | | - 460A, 215 Tower Rd, Ithaca, NY 14853 Cornell University. |
13 | | - </p> |
| 6 | + <h1>Join Us !</h1> |
| 7 | + <p style="font-size: 14px"> |
| 8 | + We are looking for Undergrad and grad students! |
| 9 | + </p> |
| 10 | + <p style="font-size: 14px"> |
| 11 | + 467 Biotechnology Building<br> |
| 12 | + 526 Campus Rd<br> |
| 13 | + Ithaca, NY 14853 |
| 14 | + </p> |
14 | 15 | <small class="d-block mb-3" id="copyright" style="color: white;"></small> |
15 | 16 | <span> |
16 | | - <a class="social-icons" href="{{ site.github }}" |
17 | | - ><i class="fab fa-github" style="color: rgb(255, 255, 255)"></i |
18 | | - ></a> |
19 | | - <a class="social-icons" href="{{ site.twitter }}" |
20 | | - ><i class="fab fa-twitter" style="color: rgb(255, 255, 255)"></i |
21 | | - ></a> |
| 17 | + <a class="social-icons" href="{{ site.github }}"> |
| 18 | + <i class="fab fa-github" style="color: rgb(255, 255, 255)"></i> |
| 19 | + </a> |
| 20 | + <a class="social-icons" href="{{ site.twitter }}"> |
| 21 | + <i class="fab fa-twitter" style="color: rgb(255, 255, 255)"></i> |
| 22 | + </a> |
22 | 23 | </span> |
23 | | - </ul> |
24 | | - </div> |
25 | | - |
26 | | - <div class="col-xs-12 col-sm-12 col-md-3"> |
27 | | - </div> |
| 24 | + </div> |
28 | 25 |
|
| 26 | + <div class="col-xs-12 col-sm-12 col-md-3"></div> |
29 | 27 | <div class="col-xs-12 col-sm-12 col-md-3 link-container"> |
30 | | - <h5>Navigation</h5> |
31 | | - <ul class="list-unstyled quick-links"> |
32 | | - <li><a class="footer-links" href="index.html">Home</a></li> |
33 | | - <li><a class="footer-links" href="group.html">Group</a></li> |
34 | | - <li><a class="footer-links" href="publications.html">Publications |
35 | | - </a></li> |
36 | | - <li><a class="footer-links" href="resources.html">Resources |
37 | | - </a></li> |
38 | | - <li><a class="footer-links" href="positions.html">Positions |
39 | | - </a></li> |
40 | | - |
41 | | - </ul> |
| 28 | + <h5>Navigation</h5> |
| 29 | + <ul class="list-unstyled quick-links"> |
| 30 | + <li><a class="footer-links" href="index.html">Home</a></li> |
| 31 | + <li><a class="footer-links" href="group.html">Group</a></li> |
| 32 | + <li><a class="footer-links" href="publications.html">Publications</a></li> |
| 33 | + <li><a class="footer-links" href="resources.html">Resources</a></li> |
| 34 | + <li><a class="footer-links" href="positions.html">Positions</a></li> |
| 35 | + </ul> |
42 | 36 | </div> |
43 | | - |
44 | 37 | <div class="col-xs-12 col-sm-12 col-md-3 link-container"> |
45 | 38 | <h5>Other Tools We Develop</h5> |
46 | 39 | <ul class="list-unstyled quick-links"> |
47 | 40 | <li><a class="footer-links" href="https://github.com/CEGRcode/scriptmanager">ScriptManager</a></li> |
48 | | - <li><a class="footer-links" href="https://github.com/seqcode/pegr">PEGR</li> |
49 | | - <li><a class="footer-links" href="https://github.com/CEGRcode/stencil">STENCIL</li> |
50 | | - <li><a class="footer-links" href="https://github.com/CEGRcode/GenoPipe">GenoPipe |
51 | | - </a></li> |
| 41 | + <li><a class="footer-links" href="https://github.com/seqcode/pegr">PEGR</a></li> |
| 42 | + <li><a class="footer-links" href="https://github.com/CEGRcode/stencil">STENCIL</a></li> |
| 43 | + <li><a class="footer-links" href="https://github.com/CEGRcode/GenoPipe">GenoPipe</a></li> |
52 | 44 | </ul> |
53 | | - </div> |
54 | | - |
| 45 | + </div> |
| 46 | + |
55 | 47 | </div> |
56 | 48 |
|
57 | 49 | </section> |
|
0 commit comments