Skip to content

Commit

Permalink
Revert "Fix links in OCR GCSE course" (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
opott authored Oct 31, 2024
2 parents 4565d21 + 2bafee8 commit 1f003f6
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions courses/ocr-gcse/1.1/1-architechture-of-the-cpu.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Architechture of the CPU | OCR GCSE | CS Notes</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../../style.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="loading-overlay">
Expand Down Expand Up @@ -49,13 +49,13 @@ <h1>About the Author</h1>
<p>I am currently studying Computer Science at GCSE level with the OCR exam board. All notes on this site will be exam board specific, but a lot of the concepts are similar across other exam boards.</p>
</div>
<div style="flex: 0 0 auto; margin-left: 20px;">
<img src="../../img/laptop wave.png" style="height: 18rem;">
<img src="img/laptop wave.png" style="height: 18rem;">
</div>
</div>
</div>
<dyn-footer></dyn-footer>

<script src="../../elements/headerfooter.js" defer></script>
<script src="elements/headerfooter.js" defer></script>
<script>
window.addEventListener('load', function() {
document.querySelector('.loading-overlay').style.display = 'none';
Expand Down
6 changes: 3 additions & 3 deletions courses/ocr-gcse/1.1/2-cpu-performance.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>CPU Performance | OCR GCSE | CS Notes</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../../style.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="loading-overlay">
Expand All @@ -30,13 +30,13 @@ <h1>About the Author</h1>
<p>I am currently studying Computer Science at GCSE level with the OCR exam board. All notes on this site will be exam board specific, but a lot of the concepts are similar across other exam boards.</p>
</div>
<div style="flex: 0 0 auto; margin-left: 20px;">
<img src="../../img/laptop wave.png" style="height: 18rem;">
<img src="img/laptop wave.png" style="height: 18rem;">
</div>
</div>
</div>
<dyn-footer></dyn-footer>

<script src="../../elements/headerfooter.js" defer></script>
<script src="elements/headerfooter.js" defer></script>
<script>
window.addEventListener('load', function() {
document.querySelector('.loading-overlay').style.display = 'none';
Expand Down
6 changes: 3 additions & 3 deletions courses/ocr-gcse/1.1/3-embedded-systems.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Embedded Systems | OCR GCSE | CS Notes</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../../style.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="loading-overlay">
Expand All @@ -30,13 +30,13 @@ <h1>About the Author</h1>
<p>I am currently studying Computer Science at GCSE level with the OCR exam board. All notes on this site will be exam board specific, but a lot of the concepts are similar across other exam boards.</p>
</div>
<div style="flex: 0 0 auto; margin-left: 20px;">
<img src="../../img/laptop wave.png" style="height: 18rem;">
<img src="img/laptop wave.png" style="height: 18rem;">
</div>
</div>
</div>
<dyn-footer></dyn-footer>

<script src="../../elements/headerfooter.js" defer></script>
<script src="elements/headerfooter.js" defer></script>
<script>
window.addEventListener('load', function() {
document.querySelector('.loading-overlay').style.display = 'none';
Expand Down
6 changes: 3 additions & 3 deletions courses/ocr-gcse/1.1/4-primary-storage-memory.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Primary Storage (Memory) | OCR GCSE | CS Notes</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../../style.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="loading-overlay">
Expand All @@ -30,13 +30,13 @@ <h1>About the Author</h1>
<p>I am currently studying Computer Science at GCSE level with the OCR exam board. All notes on this site will be exam board specific, but a lot of the concepts are similar across other exam boards.</p>
</div>
<div style="flex: 0 0 auto; margin-left: 20px;">
<img src="../../img/laptop wave.png" style="height: 18rem;">
<img src="img/laptop wave.png" style="height: 18rem;">
</div>
</div>
</div>
<dyn-footer></dyn-footer>

<script src="../../elements/headerfooter.js" defer></script>
<script src="elements/headerfooter.js" defer></script>
<script>
window.addEventListener('load', function() {
document.querySelector('.loading-overlay').style.display = 'none';
Expand Down
6 changes: 3 additions & 3 deletions courses/ocr-gcse/1.1/5-secondary-storage.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Secondary Storage | OCR GCSE | CS Notes</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../../style.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="loading-overlay">
Expand All @@ -30,13 +30,13 @@ <h1>About the Author</h1>
<p>I am currently studying Computer Science at GCSE level with the OCR exam board. All notes on this site will be exam board specific, but a lot of the concepts are similar across other exam boards.</p>
</div>
<div style="flex: 0 0 auto; margin-left: 20px;">
<img src="../../img/laptop wave.png" style="height: 18rem;">
<img src="img/laptop wave.png" style="height: 18rem;">
</div>
</div>
</div>
<dyn-footer></dyn-footer>

<script src="../../elements/headerfooter.js" defer></script>
<script src="elements/headerfooter.js" defer></script>
<script>
window.addEventListener('load', function() {
document.querySelector('.loading-overlay').style.display = 'none';
Expand Down
10 changes: 5 additions & 5 deletions courses/ocr-gcse/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,31 +27,31 @@ <h2>Paper 1</h2>
<h3>1.1 - Systems Architechture</h3>
<div class="courses-grid">
<div class="course-card">
<a href="./1.1/1-architechture-of-the-cpu.html">
<a href="courses/ocr-gcse/1.1/1-architechture-of-the-cpu.html">
<p>1.1.1</p>
<h2>Architechture of the CPU</h2>
</a>
</div>
<div class="course-card">
<a href="./1.1/2-cpu-performance.html">
<a href="courses/ocr-gcse/1.1/2-cpu-performance.html">
<p>1.1.2</p>
<h2>CPU Performance</h2>
</a>
</div>
<div class="course-card">
<a href="./1.1/3-embedded-systems.html">
<a href="courses/ocr-gcse/1.1/3-embedded-systems.html">
<p>1.1.3</p>
<h2>Embedded Systems</h2>
</a>
</div>
<div class="course-card">
<a href="./1.1/4-primary-storage-memory.html">
<a href="courses/ocr-gcse/1.1/4-primary-storage-memory.html">
<p>1.1.4</p>
<h2>Primary Storage (Memory)</h2>
</a>
</div>
<div class="course-card">
<a href="./1.1/5-secondary-storage.html">
<a href="courses/ocr-gcse/1.1/5-secondary-storage.html">
<p>1.1.5</p>
<h2>Secondary Storage</h2>
</a>
Expand Down

0 comments on commit 1f003f6

Please sign in to comment.