Skip to content

Instantly share code, notes, and snippets.

@pdpinch
Created November 14, 2012 22:03
Show Gist options
  • Save pdpinch/4075142 to your computer and use it in GitHub Desktop.
Save pdpinch/4075142 to your computer and use it in GitHub Desktop.
Footer portlet
<div id="bottom">
<div id="grid"><!-- *begin footer* -->
<div id="footer" role="navigation sitemap">
<div id="foot-c1" class="grid_2 alpha">
<h4 class="footer">Courses</h4>
<ul class="foot-bullet">
<li><a href="/courses/find-by-topic/">Find by Topic</a></li>
<li><a href="/courses/find-by-number/">Find by Course Number</a></li>
<li><a href="/courses/find-by-department/">Find by Department</a></li>
<li><a href="/courses/audio-video-courses/">Audio/Video Courses</a></li>
<li><a href="/courses/ocw-scholar/">OCW Scholar Courses</a></li>
<li><a href="/courses/most-visited-courses/">Most Visited Courses</a></li>
<li><a href="/courses/new-courses/">New Courses</a></li>
<li><a href="/courses/translated-courses/">Translated Courses</a></li>
<li><a href="/resources/">Supplemental Resources</a></li>
</ul>
</div>
<div id="foot-c2" class="grid_2">
<h4 class="footer">About</h4>
<ul class="foot-bullet">
<li><a href="/about/">About OpenCourseWare</a></li>
<li><a href="/about/site-statistics/">Site Stats</a></li>
<li><a href="/about/ocw-stories/">OCW Stories</a></li>
<li><a href="/about/ocw-consortium/">OCW Consortium</a></li>
<li><a href="/about/media-coverage/">Media Coverage</a></li>
<li><a href="/about/newsletter/">Newsletter</a></li>
<li><a href="/about/media-coverage/press-releases/">Press Releases</a></li>
<li><a href="/about/next-decade/">OCW's Next Decade</a></li>
</ul>
</div>
<div id="foot-c3" class="grid_2">
<h4 class="footer">Donate</h4>
<ul class="foot-bullet">
<li><a href="/donate">Make a Donation</a></li>
<li><a href="/donate/why-donate/">Why Donate?</a></li>
<li><a href="/donate/ocw-course-champions-program/">Become a Course Champion</a></li>
<li><a href="/donate/our-supporters/">Our Supporters</a></li>
<li><a href="/donate/other-ways-to-contribute/">Other Ways to Contribute</a></li>
<li><a href="/support/">Become a Corporate Sponsor</a></li>
<li><a href="/donate/ocw-shop/">Shop OCW</a></li>
</ul>
</div>
<div id="foot-c4" class="grid_2">
<h4 class="footer">Featured Sites</h4>
<ul class="foot-bullet">
<li><a href="/high-school/">Highlights for High School</a></li>
<li><a href="https://www.edx.org/">edX</a></li>
</ul>
<h4 class="footer" style="margin-top: 14px;">Tools</h4>
<ul class="foot-bullet">
<li><a href="/help/">Help &amp; FAQs</a></li>
<li><a href="/jsp/feedback.jsp">Contact Us</a></li>
<li><a href="/search/AdvancedSearch.htm">Advanced Search</a></li>
<li><a href="/help/site-map/">Site Map</a></li>
<li><a href="/terms/">Privacy &amp; Terms of Use</a></li>
</ul>
</div>
<div id="foot-c5" class="grid_4 omega" itemprop="publisher" itemscope itemtype="http://schema.org/CollegeOrUniversity">
<h4 class="footer">About <span itemprop="name">MIT OpenCourseWare</span></h4>
<p class="accent" itemprop="description">MIT OpenCourseWare makes the materials used in the teaching of almost all of MIT's subjects available on the Web, free of charge. With more than 2,000 courses available, OCW is delivering on the promise of open sharing of knowledge.</p>
</div>
<div id="foot-copy" class="grid_8 alpha"><a href="http://web.mit.edu"><img src="/images/logo_mit.png" alt="Massachusetts Institute of Technology logo and name." style="width: 195px; height: 44px;" /></a> <a href="http://www.ocwconsortium.org/"><img src="/images/logo_ocwc.gif" alt="OpenCourseWare Consortium logo." style="width: 80px; height: 44px;" /></a> <a rel="license" itemprop="useRightsUrl" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/deed.en_US"><img src="/images/cc_by-nc-sa.png" alt="Creative Commons logo with terms BY-NC-SA." style="width: 126px; height: 44px;" /></a>
<p class="copyright">&copy; 2001&ndash;2012<br />
Massachusetts Institute of Technology</p>
<p style="font-size: 0.9em; margin-bottom: 15px;">Your use of the MIT OpenCourseWare site and materials is subject to our <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/deed.en_US" rel="license">Creative Commons License</a> and other <a href="http://ocw.mit.edu/terms" rel="cc:morePermissions">terms of use</a>.</p>
</div>
<div id="foot-support" class="grid_4 omega">
<h4 class="footer">Our Corporate Supporters</h4>
<img src="/images/logo_dow.png" style="height: 53px; width: 145px; margin: 10px 10px 10px 0;" alt="Dow logo." /><img src="/images/logo_lockheed.png" style="height: 53px; width: 145px; margin: 10px 0;" alt="Lockheed Martin logo." /><br />
<img src="/images/logo_mathworks.png" style="height: 53px; width: 145px; margin-right: 10px;" alt="Mathworks logo." /><img src="/images/logo_abinitio.png" style="height: 53px; width: 145px;" alt="Ab Initio logo." /></div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment