summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-04-27 11:41:02 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-04-27 11:41:02 -0400
commitb6f51d90c69e01db67e61a9c200deef2780cc4c2 (patch)
tree2dd2a5c23996c2f1ce76d7db76d4fa5147b05a69 /lib
parentda32f48522f1e15284864ca0deb97ee2037c9a8b (diff)
mess with the footerHEADmaster
Diffstat (limited to 'lib')
-rw-r--r--lib/footer.md49
-rw-r--r--lib/template.erb13
2 files changed, 50 insertions, 12 deletions
diff --git a/lib/footer.md b/lib/footer.md
new file mode 100644
index 0000000..dc739ed
--- /dev/null
+++ b/lib/footer.md
@@ -0,0 +1,49 @@
+<div>
+
+### [Sponsors](/sponsors.html)
+
+Platinum tier
+
+- [Caterpillar](http://www.cat.com/en_US.html)
+- [Purdue FIRST Programs](http://www.purduefirst.org/)
+
+Gold Tier
+
+- [Schilli](http://schilli.com/)
+- [Southwire](http://www.southwire.com/)
+- E4 Performance
+- [Indiana Space Grant Consortium (INSGC)](https://engineering.purdue.edu/INSGC)
+
+</div>
+
+<div>
+
+### [Sponsors (cont.)](/sponsors.html)
+
+Silver tier
+
+- [Wabash National](http://www.wabashnational.com/)
+- [TBIRD](http://tbirddesign.com/)
+- [Cotton Threads Shirt Company](https://www.etsy.com/shop/CottonThreadsShirtCO)
+- [Lafayette Quality Products Inc.](http://www.lqp-mfg.com/)
+- [The Kelly Group](http://www.thekelly-group.com/)
+- [Small Parts, Inc.](http://www.smallpartsinc.com/)
+- [Ivy Tech](https://www.ivytech.edu/)
+- [Matrix Technologies Incorporated](http://matrixti.com/)
+
+Bronze tier
+
+- [see all sponsors...](/sponsors.html)
+
+</div>
+
+<div>
+
+### About
+
+- FRC team 4272 is based out of
+ [McCutcheon High School](http://mhs.tsc.k12.in.us/) in Lafayette,
+ IN.
+- [Website Source Code](https://git.team4272.com/www.git)
+
+</div>
diff --git a/lib/template.erb b/lib/template.erb
index 61d605d..9ae8d5d 100644
--- a/lib/template.erb
+++ b/lib/template.erb
@@ -42,18 +42,7 @@
<%= @body %>
</article>
<footer>
- <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>
- <div>
- <h3>About</h3>
- <a href="https://git.team4272.com/www.git">Website Source Code</a>
- </div>
+ <%= @footer %>
</footer>
</body>
</html>