Skip to content

Commit

Permalink
swapped quote and description locations
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinemani committed Nov 1, 2016
1 parent 5fb948f commit c2329fb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added 2016/img/videogame.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 2016/img/videogame2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion 2016/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ var public_spreadsheet_url = 'https://docs.google.com/spreadsheets/d/1mxrXQbNi9d
str += "<section class='future' data-background-image='img/"+data[i].bg+"'>";
str += "<h1> <a target='_blank' href='" + data[i].Link + "'>" + data[i].Organization + "</a></h1>";
str += "<h4>" + data[i].Category + " // " + data[i].Applicant + " <a target='_blank' href='mailto:" + data[i].Email + "'><i class='fa fa-envelope-o' aria-hidden='true'></i></a> // "+ data[i].Grant + "</h4>";
str += "<blockquote>" + data[i].Quote + "</blockquote>";
str += "<p><strong>" + data[i].Description + "</strong></p>";
str += "<blockquote>" + data[i].Quote + "</blockquote>";
str += "</section>";
}
gsheetClass.outerHTML=str; // it's simple replacement of whole element with contents of str var
Expand Down

0 comments on commit c2329fb

Please sign in to comment.