Skip to content

Commit cdbd20a

Browse files
committed
fix physical address and whitespace
The primary change is the address update. The rest of the line changes are indentation formatting updates
1 parent f2d9f7d commit cdbd20a

1 file changed

Lines changed: 30 additions & 38 deletions

File tree

_includes/footer.html

Lines changed: 30 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -2,56 +2,48 @@
22
<section id="footer">
33
<div class="container-footer">
44
<div class="row">
5-
65
<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>
1415
<small class="d-block mb-3" id="copyright" style="color: white;"></small>
1516
<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>
2223
</span>
23-
</ul>
24-
</div>
25-
26-
<div class="col-xs-12 col-sm-12 col-md-3">
27-
</div>
24+
</div>
2825

26+
<div class="col-xs-12 col-sm-12 col-md-3"></div>
2927
<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>
4236
</div>
43-
4437
<div class="col-xs-12 col-sm-12 col-md-3 link-container">
4538
<h5>Other Tools We Develop</h5>
4639
<ul class="list-unstyled quick-links">
4740
<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>
5244
</ul>
53-
</div>
54-
45+
</div>
46+
5547
</div>
5648

5749
</section>

0 commit comments

Comments
 (0)