Skip to content

Commit 15c07f2

Browse files
sfillm07rickr
authored andcommitted
Add store footer (OperationCode#634)
* Added the og:image property to the application.html.erb. I selected the small sstacked logo with the blue accent. I'm not sure how to test this to see how thelogo will present in production. * Added the OC store link to the Get Involved section of the footer.
1 parent 356597d commit 15c07f2

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ These outstanding coders have contributed to Operation Code's architecture, desi
2626
* [Nell Shamrell-Harrington](https://github.com/nellshamrell)
2727
* [Raphael Serota](https://github.com/rserota)
2828
* [Rick Rein](https://github.com/rickr)
29+
* [Sean Fillmore](https://github.com/sfillm07)
2930
* [Shawna Scott](https://github.com/shawnacscott)
3031
* [Sylwia Bialczak](https://github.com/ArgonCode)
3132
* [Ashley Templet](https://github.com/AshTemp)

app/views/layouts/_footer.html.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<div class="col m3">
2929
<h5>Get Involved</h5>
3030
<ul>
31+
<li><a href="https://operationcode.threadless.com/" target="_blank">Operation Code Store</a></li>
3132
<li><a href="/donate">Donate</a></li>
3233
<li><a href="/contribute">Open Source</a></li>
3334
<li><a href="mailto:[email protected]">Software Mentorship</a>

app/views/layouts/application.html.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<meta name="description" content="Veteran-founded and led, Operation Code is a 501(c)(3) non-profit whose mission is to aid military, vets and their families learn coding and web technologies.">
88
<meta name="keywords" content="operation code, veterans, software development, learn to code, keep coding, veteran coders, senate veterans, house veterans, gi bill, new gi bill, operationcode.org, #operationcode, military vets, vets">
99
<meta name="author" content="Veteran Coders, for Veterans Coders">
10+
<meta property="og:image" content="https://static1.squarespace.com/static/586d87de725e2585df6e8448/t/5870110d6b8f5b61fdd8ee05/1483739408996/?format=500w" />
1011
<title>Operation Code | Open Source Veterans Non-Profit</title>
1112

1213
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.7/css/materialize.min.css"></link>

0 commit comments

Comments
 (0)