Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
Bug #94, fix HTML for ou-logo.svg; fix Javascript; fix throbber/loa…
Browse files Browse the repository at this point in the history
…der CSS [gh-pages]
  • Loading branch information
nfreear committed Aug 30, 2019
1 parent d3fb3c3 commit e04edbb
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 3 deletions.
59 changes: 59 additions & 0 deletions assets/images/loader.svg
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 assets/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ window.jQuery(function ($) {

// Analytics.
ga('create', 'UA-24005173-1', 'auto');
ga('send', 'pageview', '/iet-ou.github.io' + L.pathname + L.search);
ga('send', 'pageview', '/iet-ou.github.io' + LOC.pathname + LOC.search);


// Event tracking: https://developers.google.com/analytics/devguides/collection/analyticsjs/events
Expand Down
4 changes: 3 additions & 1 deletion assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -250,10 +250,12 @@ img[ src *= "elevator.jisc.ac.uk" ] {
max-width: 1050px; /*840px;*/
margin: 0 auto;
}

iframe {
background: #eee url(http://throbber.net/loader-large.gif) no-repeat center;
background: #eee url(images/loader.svg) no-repeat center; /* Was: url(http://throbber.net/loader-large.gif) */
/* http://preloaders.net/en/circular */
}

iframe.omp-player {
display: inline-block;
border: 5px solid #ddd;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ <h2>Get the code</h2>
alt="Institute of Educational Technology" title="Institute of Educational Technology" src="assets/images/iet-logo-blue.svg"><img
alt="Institute of Educational Technology" src="assets/images/iet-logo-blue.png"></a>
<a class="ou-logo last" href="https://www.open.ac.uk/"><img
alt="The Open University" title="The Open University" src="assets/images/ou-logo-blue.svg" data-PNG-src="assets/images/ou-logo.png" data-X-src="https://www.open.ac.uk/includes/headers-footers/oulogo-56.jpg"></a>
alt="The Open University" title="The Open University" src="assets/images/ou-logo.svg" data-PNG-src="assets/images/ou-logo.png" data-X-src="https://www.open.ac.uk/includes/headers-footers/oulogo-56.jpg"></a>
</div><!-- /logos -->

</footer>
Expand Down

0 comments on commit e04edbb

Please sign in to comment.