summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-08-23 23:19:03 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-08-23 23:19:03 -0400
commit22468b46038b51518b9713658ce2f1a956679b9a (patch)
treed53610774d35f0c060f83d2a1e35abc524beaa7a /lib
parent091ba8382e30cbde2bb0a0c2001c0d213fdfd33c (diff)
update
Diffstat (limited to 'lib')
-rw-r--r--lib/template.erb19
1 files changed, 8 insertions, 11 deletions
diff --git a/lib/template.erb b/lib/template.erb
index 19f018f..f16524b 100644
--- a/lib/template.erb
+++ b/lib/template.erb
@@ -35,17 +35,14 @@
<%= @body %>
</article>
<footer>
- <table>
- <tr>
- <td>
- This is where we would put our sponsors. IF WE HAD ANY!
- </td>
- <td>
- <img style="float:right; max-height: 150px"
- src="/trophies.jpg">
- </td>
- </tr>
- </table>
+ <div>
+ <h3>Sponsors</h3>
+ <ul>
+ <li><a href="http://mhs.tsc.k12.in.us/">McCutcheon High School</a></li>
+ <li><a href="http://www.purduefirst.org/">Purdue FIRST Program</a></li>
+ <li><a href="http://cfglaf.org/">Community Foundation of greater Lafayette</a></li>
+ </ul>
+ </div>
</footer>
</body>
</html>