Skip to content

Commit ce2eade

Browse files
committed
Add branding logos, icon
1 parent 2a89c96 commit ce2eade

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,3 +333,6 @@ DEPENDENCIES
333333
thin
334334
turbolinks
335335
uglifier (>= 1.3.0)
336+
337+
BUNDLED WITH
338+
1.10.0

app/views/pages/media.html.erb

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,23 @@
9393
width="700" height="481" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></p>
9494
<p class="lead">Bob: Self-teaching until he can go to code school.</p>
9595
</div></br>
96+
97+
<p class="lead"><b>Branding</b></br>
98+
99+
<h2>Logo-small</h2>
100+
<img src="https://s3-us-west-2.amazonaws.com/operationcode/operationcode_logo_sm.png" alt="logo-sm" style="width:144px;height:27px;">
101+
<p><a href="https://s3-us-west-2.amazonaws.com/operationcode/operationcode_logo_sm.png">Download</a></p>
102+
103+
<h2>Logo-medium</h2>
104+
<img src="https://s3-us-west-2.amazonaws.com/operationcode/operationcode_logo_md.png" alt="logo-md" style="width:600px;height:133px;">
105+
<p><a href="https://s3-us-west-2.amazonaws.com/operationcode/operationcode_logo_md.png">Download</a></p>
106+
107+
<h2>Icon-transparent</h2>
108+
<img src="https://s3-us-west-2.amazonaws.com/operationcode/operationcode_transparent_icon.png" alt="logo-md" style="width:400px;height:400px;">
109+
<p><a href="https://s3-us-west-2.amazonaws.com/operationcode/operationcode_transparent_icon.png">Download</a></p>
110+
111+
<h2>Icon-white-background</h2>
112+
<img src="https://s3-us-west-2.amazonaws.com/operationcode/operationcode_white_icon.png" alt="logo-md" style="width:400px;height:400px;">
113+
<p><a <p><a href="https://s3-us-west-2.amazonaws.com/operationcode/operationcode_white_icon.png">Download</a></p>
114+
96115
<hr>

0 commit comments

Comments
 (0)