Update GCSE CS blog

This commit is contained in:
Matthew Grove
2018-12-05 09:40:49 +00:00
parent d9c6cc6891
commit 9c96d718d7
4 changed files with 31 additions and 7 deletions

View File

@@ -1,3 +1,4 @@
<!-- Reading School 2018, HTML page by Matthew Grove, Year 10 -->
<!DOCTYPE html>
<html>
<head>
@@ -67,6 +68,8 @@
<main class="main-content" id="main-content">
<div class="mdc-top-app-bar--fixed-adjust">
<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">
@@ -84,10 +87,15 @@
Validate with the Luhn Algorithm
</p>
</div>
<!-- button to submit & check number with Luhn algorithm -->
<button class="validation_button mdc-button mdc-button--outlined" onclick="checkNumber()" data-mdc-auto-init="MDCRipple">
<i class="material-icons mdc-button__icon">check_circle_outline</i>
Check
<!-- 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>
Previous
</button>
<!-- button to go to next slide -->
<button class="validation_button mdc-button mdc-button--outlined" onclick="nextPage()" data-mdc-auto-init="MDCRipple">
<i class="material-icons mdc-button__icon">navigate_next</i>
Next
</button>
<!-- link to source code on GitHub -->