Skip to content

Commit

Permalink
added thumbnail to pages
Browse files Browse the repository at this point in the history
  • Loading branch information
zreyn committed Nov 29, 2016
1 parent e39286a commit 79cba46
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 0 deletions.
Binary file modified docs/century-link-field.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/field.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/templates/author.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<title>Predict the Play</title>
<meta name="description" content="Predict the Play">
<meta name="author" content="Zane Reynolds">
<meta property="og:image" content="https://s3-us-west-2.amazonaws.com/galvanize-zgreyn/field.jpg" />

<script type="text/javascript"
src="{{ url_for('static', filename='jquery.js') }}">
Expand Down
1 change: 1 addition & 0 deletions src/templates/field.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<title>Predict the Play</title>
<meta name="description" content="Predict the Play">
<meta name="author" content="Zane Reynolds">
<meta property="og:image" content="https://s3-us-west-2.amazonaws.com/galvanize-zgreyn/field.jpg" />

<script type="text/javascript"
src="{{ url_for('static', filename='jquery.js') }}">
Expand Down
1 change: 1 addition & 0 deletions src/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<title>Predict the Play</title>
<meta name="description" content="Predict the Play">
<meta name="author" content="Zane Reynolds">
<meta property="og:image" content="https://s3-us-west-2.amazonaws.com/galvanize-zgreyn/field.jpg" />

<script type="text/javascript"
src="{{ url_for('static', filename='jquery.js') }}">
Expand Down
1 change: 1 addition & 0 deletions src/templates/project.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<title>Predict the Play</title>
<meta name="description" content="Predict the Play">
<meta name="author" content="Zane Reynolds">
<meta property="og:image" content="https://s3-us-west-2.amazonaws.com/galvanize-zgreyn/field.jpg" />

<script type="text/javascript"
src="{{ url_for('static', filename='jquery.js') }}">
Expand Down
1 change: 1 addition & 0 deletions src/templates/superbowl.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<title>Predict the Play</title>
<meta name="description" content="Predict the Play">
<meta name="author" content="Zane Reynolds">
<meta property="og:image" content="https://s3-us-west-2.amazonaws.com/galvanize-zgreyn/field.jpg" />

<script type="text/javascript"
src="{{ url_for('static', filename='jquery.js') }}">
Expand Down

0 comments on commit 79cba46

Please sign in to comment.