Update GCSE CS blog
This commit is contained in:
@@ -68,10 +68,8 @@
|
||||
<main class="main-content" id="main-content">
|
||||
<div class="mdc-top-app-bar--fixed-adjust">
|
||||
<p>The current date is: <span id="current_date">unknown</span></p>
|
||||
<div class="blog-insert"></div>
|
||||
<div id="blog-insert"></div>
|
||||
<iframe src="pages/blog.html"></iframe>
|
||||
<h1>_____AREA_OF_STUDY_____ Presentation</h1>
|
||||
<iframe src="" id ="iframe"></iframe>
|
||||
<!-- input field (in a container so that unwanted overflow from :before & :after is hidden) -->
|
||||
<div class="mdc-text-field-container">
|
||||
<div class="mdc-text-field mdc-text-field--outlined" data-mdc-auto-init="MDCTextField">
|
||||
@@ -89,6 +87,10 @@
|
||||
Validate with the Luhn Algorithm
|
||||
</p>
|
||||
</div>
|
||||
<h1>_____AREA_OF_STUDY_____ Presentation</h1>
|
||||
<div id="presentation">
|
||||
|
||||
</div>
|
||||
<!-- 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>
|
||||
|
||||
Reference in New Issue
Block a user