Update GCSE CS blog
This commit is contained in:
@@ -89,9 +89,7 @@
|
||||
</p>
|
||||
</div>
|
||||
<h1>_____AREA_OF_STUDY_____ Presentation</h1>
|
||||
<div id="presentation">
|
||||
|
||||
</div>
|
||||
<iframe src="pages/page_1.html"></iframe>
|
||||
<!-- button to go to previous slide -->
|
||||
<button class="validation_button mdc-button mdc-button--outlined" onclick="previousPage()" data-mdc-auto-init="MDCRipple">
|
||||
<i class="material-icons mdc-button__icon">navigate_before</i>
|
||||
|
||||
@@ -59,6 +59,6 @@ window.onload = function() {
|
||||
// }
|
||||
// displays first blog page
|
||||
window.current_blog_page = 0;
|
||||
$("#presentation").load(window.pages[window.current_blog_page]);
|
||||
// $("#presentation").load(window.pages[window.current_blog_page]);
|
||||
$("#blog-insert").load("pages/blog.html");
|
||||
}
|
||||
Reference in New Issue
Block a user