forked from ceeoinnovations/prev-ceeoinnovations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpostfooterpage.html
33 lines (27 loc) · 1.67 KB
/
postfooterpage.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<footer class="site-footer">
<div class="container" style="max-width:1200px;">
<div class="row">
<div class="PHONECOL col-sm-4 col-md-4 col-lg-4" style="margin-right:15%" >
<img class="img-fluid" src="../web/img/Logo_White.png" onError="this.onerror=null;this.src='web/img/Logo_White.png';">
<a href="https://ceeo.tufts.edu/" target="_blank">
<img class="img-fluid" style = "margin-top: 1.5rem;margin-bottom:1rem" src="../web/img/CEEO_Logo_White.png" onError="this.onerror=null;this.src='web/img/CEEO_Logo_White.png';"alt="">
</a>
</div>
<div class="ABOUTCOL col-md-6 col-lg-6 ml-auto" >
<div class="row">
<div class="col-lg-5" style="margin-right: 25%">
<h2 class="footer-heading">About Us</h2>
<p class="mb-5" style="font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Helvetica, “Apple Color Emoji”, Arial, sans-serif, “Segoe UI Emoji”, “Segoe UI Symbol”; color:rgba(255,255,255,1.00)">We are from the Tufts Center for the Engineering and Education and Outreach <a href="../about.html"style="font-weight:bold">Learn More</a> </p>
</div>
<div class="col-sm-6 col-md-6 col-lg-4">
<h2 class="footer-heading" style="">Follow us</h2>
<ul class="list-unstyled bs" >
<li><a href="https://www.instructables.com/member/CEEOInnovations/" target="_blank">Instructables</a></li>
<li><a href="https://github.com/ceeoinnovations" target="_blank">Github</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>