Skip to content

Commit

Permalink
Merge pull request #13 from CIS-SoftwareDesign-S21/link-fix
Browse files Browse the repository at this point in the history
Updated all hardcoded links
  • Loading branch information
jyin12 authored Mar 31, 2021
2 parents c562c2c + 53af84e commit 5bab3c3
Show file tree
Hide file tree
Showing 1,537 changed files with 6,151 additions and 6,151 deletions.
28 changes: 14 additions & 14 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,53 +3,53 @@
<head>
<meta charset="UTF-8">
<title>Page Not Found | Genki Study Resources</title>
<link rel="shortcut icon" type="image/x-icon" href="https://sethclydesdale.github.io/genki-study-resources/resources/images/genkico.ico">
<link rel="shortcut icon" type="image/x-icon" href="https://cis-softwaredesign-s21.github.io/pro-04-study-resources/resources/images/genkico.ico">
<meta name="robots" content="noindex, nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://sethclydesdale.github.io/genki-study-resources/resources/css/stylesheet.min.css">
<script src="https://sethclydesdale.github.io/genki-study-resources/resources/javascript/head.min.js"></script>
<script src="https://sethclydesdale.github.io/genki-study-resources/resources/javascript/ga.js" async></script>
<link rel="stylesheet" href="https://cis-softwaredesign-s21.github.io/pro-04-study-resources/resources/css/stylesheet.min.css">
<script src="https://cis-softwaredesign-s21.github.io/pro-04-study-resources/resources/javascript/head.min.js"></script>
<script src="https://cis-softwaredesign-s21.github.io/pro-04-study-resources/resources/javascript/ga.js" async></script>
</head>

<body>

<header>
<h1><a href="https://sethclydesdale.github.io/genki-study-resources/" id="home-link">Genki Study Resources</a></h1>
<a id="fork-me" href="https://github.com/SethClydesdale/genki-study-resources">Fork Me</a>
<h1><a href="https://cis-softwaredesign-s21.github.io/pro-04-study-resources/" id="home-link">Genki Study Resources</a></h1>
<a id="fork-me" href="https://github.com/CIS-SoftwareDesign-S21/pro-04-study-resources">Fork Me</a>
</header>

<div id="content">
<div class="content-block center">
<h2 class="title" id="not-found" style="font-size:38px;">404 Not Found</h2>
<p style="font-size:20px;">Sorry, the page you're looking for cannot be found.</p>
<p style="font-size:18px;">お探しのページは見つかりませんでした。</p>
<p><a href="https://sethclydesdale.github.io/genki-study-resources/" id="404-home" class="button"><i class="fa">&#xf015;</i>Return to the Index / TOPページに戻る</a></p>
<p><a href="https://cis-softwaredesign-s21.github.io/pro-04-study-resources/" id="404-home" class="button"><i class="fa">&#xf015;</i>Return to the Index / TOPページに戻る</a></p>
</div>
</div>

<footer class="clear">
<ul class="footer-left">
<li><a href="https://sethclydesdale.github.io/genki-study-resources/" id="footer-home">Home</a></li>
<li><a href="https://sethclydesdale.github.io/genki-study-resources/privacy/">Privacy</a></li>
<li><a href="https://sethclydesdale.github.io/genki-study-resources/report/">Report a Bug</a></li>
<li><a href="https://sethclydesdale.github.io/genki-study-resources/help/">Help</a></li>
<li><a href="https://sethclydesdale.github.io/genki-study-resources/donate/">Donate</a></li>
<li><a href="https://cis-softwaredesign-s21.github.io/pro-04-study-resources/" id="footer-home">Home</a></li>
<li><a href="https://cis-softwaredesign-s21.github.io/pro-04-study-resources/privacy/">Privacy</a></li>
<li><a href="https://cis-softwaredesign-s21.github.io/pro-04-study-resources/report/">Report a Bug</a></li>
<li><a href="https://cis-softwaredesign-s21.github.io/pro-04-study-resources/help/">Help</a></li>
<li><a href="https://cis-softwaredesign-s21.github.io/pro-04-study-resources/donate/">Donate</a></li>
</ul>

<ul class="footer-right">
<li>Created by <a href="https://github.com/SethClydesdale">Seth Clydesdale</a> and the <a href="https://github.com/SethClydesdale/genki-study-resources/graphs/contributors">GitHub Community</a></li>
</ul>
</footer>

<script src="https://sethclydesdale.github.io/genki-study-resources/resources/javascript/all.min.js"></script>
<script src="https://cis-softwaredesign-s21.github.io/pro-04-study-resources/resources/javascript/all.min.js"></script>
<script>(function (window, document) {
if (navigator.cookieEnabled && window.localStorage && localStorage.GenkiEdition == '3rd') {
document.getElementById('404-home').href += 'lessons-3rd/';
}

// makes corrections to the page if used on the local file system
if (window.location.protocol == 'file:') {
var domain = 'https://sethclydesdale.github.io/genki-study-resources/',
var domain = 'https://cis-softwaredesign-s21.github.io/pro-04-study-resources/',
a = document.querySelectorAll('a[href*="' + domain + '"], script[src*="' + domain + '"], link[href*="' + domain + '"]'),
i = 0,
j = a.length, script;
Expand Down
6 changes: 3 additions & 3 deletions donate/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1">

<meta property="og:site_name" content="sethclydesdale.github.io">
<meta property="og:url" content="https://sethclydesdale.github.io/genki-study-resources/donate/">
<meta property="og:url" content="https://cis-softwaredesign-s21.github.io/pro-04-study-resources/donate/">
<meta property="og:type" content="website">
<meta property="og:image" content="https://sethclydesdale.github.io/genki-study-resources/resources/images/genki-thumb.png">
<meta property="og:image" content="https://cis-softwaredesign-s21.github.io/pro-04-study-resources/resources/images/genki-thumb.png">
<meta name="twitter:card" content="summary">
<meta name="twitter:creator" content="@SethC1995">

Expand All @@ -30,7 +30,7 @@

<header>
<h1><a href="../" id="home-link">Genki Study Resources</a></h1>
<a id="fork-me" href="https://github.com/SethClydesdale/genki-study-resources">Fork Me</a>
<a id="fork-me" href="https://github.com/CIS-SoftwareDesign-S21/pro-04-study-resources">Fork Me</a>
</header>

<div id="content">
Expand Down
10 changes: 5 additions & 5 deletions download/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1">

<meta property="og:site_name" content="sethclydesdale.github.io">
<meta property="og:url" content="https://sethclydesdale.github.io/genki-study-resources/download/">
<meta property="og:url" content="https://cis-softwaredesign-s21.github.io/pro-04-study-resources/download/">
<meta property="og:type" content="website">
<meta property="og:image" content="https://sethclydesdale.github.io/genki-study-resources/resources/images/genki-thumb.png">
<meta property="og:image" content="https://cis-softwaredesign-s21.github.io/pro-04-study-resources/resources/images/genki-thumb.png">
<meta name="twitter:card" content="summary">
<meta name="twitter:creator" content="@SethC1995">

Expand All @@ -30,7 +30,7 @@

<header>
<h1><a href="../" id="home-link">Genki Study Resources</a></h1>
<a id="fork-me" href="https://github.com/SethClydesdale/genki-study-resources">Fork Me</a>
<a id="fork-me" href="https://github.com/CIS-SoftwareDesign-S21/pro-04-study-resources">Fork Me</a>
</header>

<div id="content">
Expand All @@ -39,15 +39,15 @@ <h2 class="title center" id="genki-download">Download</h2>
<p>Genki Study Resources was created to aid with self-study, as such you can download it and use it offline anywhere. To download Genki Study Resources for offline use, simply click the download link below to get the latest version from the GitHub repository.</p>

<ul>
<li><a href="https://github.com/SethClydesdale/genki-study-resources/archive/master.zip"><strong>Download</strong></a></li>
<li><a href="https://github.com/CIS-SoftwareDesign-S21/pro-04-study-resources/archive/master.zip"><strong>Download</strong></a></li>
</ul>

<p>Please see the section below about using the offline version.</p>
</div>

<div class="content-block">
<h2 class="section-title" id="using-the-offline-version">Using the Offline Version</h2>
<p>If you're using the offline version you'll have to unzip the files. Once you've done that, you can access all the study resources by opening any of the <a href="../resources/images/general/download-help.png" target="_blank">index.html</a> files in the browser of your choice. It should have the same experience as the online version, however, whenever new exercises/lessons are added they will not be available; you'll have to download the latest version of the repository to get them. You can keep up with any changes made by checking the recent commits to the repository <a href="https://github.com/SethClydesdale/genki-study-resources/commits/master">here</a>.</p>
<p>If you're using the offline version you'll have to unzip the files. Once you've done that, you can access all the study resources by opening any of the <a href="../resources/images/general/download-help.png" target="_blank">index.html</a> files in the browser of your choice. It should have the same experience as the online version, however, whenever new exercises/lessons are added they will not be available; you'll have to download the latest version of the repository to get them. You can keep up with any changes made by checking the recent commits to the repository <a href="https://github.com/CIS-SoftwareDesign-S21/pro-04-study-resources/commits/master">here</a>.</p>

<p><b>If Icons are Broken:</b> If you use Firefox and icons appear broken, then please see <a href="../help/broken-icons/">this topic</a> to resolve the issue.</p>

Expand Down
10 changes: 5 additions & 5 deletions help/anki-decks/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1">

<meta property="og:site_name" content="sethclydesdale.github.io">
<meta property="og:url" content="https://sethclydesdale.github.io/genki-study-resources/help/anki-decks/">
<meta property="og:url" content="https://cis-softwaredesign-s21.github.io/pro-04-study-resources/help/anki-decks/">
<meta property="og:type" content="website">
<meta property="og:image" content="https://sethclydesdale.github.io/genki-study-resources/resources/images/genki-thumb.png">
<meta property="og:image" content="https://cis-softwaredesign-s21.github.io/pro-04-study-resources/resources/images/genki-thumb.png">
<meta name="twitter:card" content="summary">
<meta name="twitter:creator" content="@SethC1995">

Expand All @@ -30,7 +30,7 @@

<header>
<h1><a href="../../" id="home-link">Genki Study Resources</a></h1>
<a id="fork-me" href="https://github.com/SethClydesdale/genki-study-resources">Fork Me</a>
<a id="fork-me" href="https://github.com/CIS-SoftwareDesign-S21/pro-04-study-resources">Fork Me</a>
</header>

<div id="content">
Expand All @@ -47,9 +47,9 @@ <h3 class="sub-title" id="quick-nav">Quick Navigation</h3>
</ul>
<br>

<p>If you would like to download all of the decks at once, <a href="https://github.com/SethClydesdale/genki-study-resources/archive/master.zip"><strong>click here</strong></a> to download the repository. Once downloaded, unzip the contents, then navigate to <strong>resources/tools/decks</strong> and open the folder for the 2nd Edition (lessons) or 3rd Edition (lessons-3rd) to access their decks.</p>
<p>If you would like to download all of the decks at once, <a href="https://github.com/CIS-SoftwareDesign-S21/pro-04-study-resources/archive/master.zip"><strong>click here</strong></a> to download the repository. Once downloaded, unzip the contents, then navigate to <strong>resources/tools/decks</strong> and open the folder for the 2nd Edition (lessons) or 3rd Edition (lessons-3rd) to access their decks.</p>

<p>You can also find xlsx vocabulary lists for Genki <a href="https://github.com/SethClydesdale/genki-study-resources/tree/master/resources/tools/wordlist_E-J"><strong>here</strong></a>!</p>
<p>You can also find xlsx vocabulary lists for Genki <a href="https://github.com/CIS-SoftwareDesign-S21/pro-04-study-resources/tree/master/resources/tools/wordlist_E-J"><strong>here</strong></a>!</p>
</div>

<div class="content-block columns-2 clear">
Expand Down
8 changes: 4 additions & 4 deletions help/broken-icons/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1">

<meta property="og:site_name" content="sethclydesdale.github.io">
<meta property="og:url" content="https://sethclydesdale.github.io/genki-study-resources/help/broken-icons/">
<meta property="og:url" content="https://cis-softwaredesign-s21.github.io/pro-04-study-resources/help/broken-icons/">
<meta property="og:type" content="website">
<meta property="og:image" content="https://sethclydesdale.github.io/genki-study-resources/resources/images/genki-thumb.png">
<meta property="og:image" content="https://cis-softwaredesign-s21.github.io/pro-04-study-resources/resources/images/genki-thumb.png">
<meta name="twitter:card" content="summary">
<meta name="twitter:creator" content="@SethC1995">

Expand All @@ -30,7 +30,7 @@

<header>
<h1><a href="../../" id="home-link">Genki Study Resources</a></h1>
<a id="fork-me" href="https://github.com/SethClydesdale/genki-study-resources">Fork Me</a>
<a id="fork-me" href="https://github.com/CIS-SoftwareDesign-S21/pro-04-study-resources">Fork Me</a>
</header>

<div id="content">
Expand All @@ -56,7 +56,7 @@ <h3 class="section-title" id="installing-fonts">Installing FontAwesome Locally</

<div class="content-block">
<h3 class="section-title" id="install-failed">Icons are Still Broken</h3>
<p>If you're still having trouble with the icons not displaying properly, please <a href="https://github.com/SethClydesdale/genki-study-resources/issues">open a new issue on GitHub</a>, so that we can assist you.</p>
<p>If you're still having trouble with the icons not displaying properly, please <a href="https://github.com/CIS-SoftwareDesign-S21/pro-04-study-resources/issues">open a new issue on GitHub</a>, so that we can assist you.</p>
</div>
</div>

Expand Down
6 changes: 3 additions & 3 deletions help/dictionaries/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1">

<meta property="og:site_name" content="sethclydesdale.github.io">
<meta property="og:url" content="https://sethclydesdale.github.io/genki-study-resources/help/dictionaries/">
<meta property="og:url" content="https://cis-softwaredesign-s21.github.io/pro-04-study-resources/help/dictionaries/">
<meta property="og:type" content="website">
<meta property="og:image" content="https://sethclydesdale.github.io/genki-study-resources/resources/images/genki-thumb.png">
<meta property="og:image" content="https://cis-softwaredesign-s21.github.io/pro-04-study-resources/resources/images/genki-thumb.png">
<meta name="twitter:card" content="summary">
<meta name="twitter:creator" content="@SethC1995">

Expand All @@ -30,7 +30,7 @@

<header>
<h1><a href="../../" id="home-link">Genki Study Resources</a></h1>
<a id="fork-me" href="https://github.com/SethClydesdale/genki-study-resources">Fork Me</a>
<a id="fork-me" href="https://github.com/CIS-SoftwareDesign-S21/pro-04-study-resources">Fork Me</a>
</header>

<div id="content">
Expand Down
6 changes: 3 additions & 3 deletions help/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1">

<meta property="og:site_name" content="sethclydesdale.github.io">
<meta property="og:url" content="https://sethclydesdale.github.io/genki-study-resources/help/">
<meta property="og:url" content="https://cis-softwaredesign-s21.github.io/pro-04-study-resources/help/">
<meta property="og:type" content="website">
<meta property="og:image" content="https://sethclydesdale.github.io/genki-study-resources/resources/images/genki-thumb.png">
<meta property="og:image" content="https://cis-softwaredesign-s21.github.io/pro-04-study-resources/resources/images/genki-thumb.png">
<meta name="twitter:card" content="summary">
<meta name="twitter:creator" content="@SethC1995">

Expand All @@ -30,7 +30,7 @@

<header>
<h1><a href="../" id="home-link">Genki Study Resources</a></h1>
<a id="fork-me" href="https://github.com/SethClydesdale/genki-study-resources">Fork Me</a>
<a id="fork-me" href="https://github.com/CIS-SoftwareDesign-S21/pro-04-study-resources">Fork Me</a>
</header>

<div id="content">
Expand Down
8 changes: 4 additions & 4 deletions help/stuck-loading/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1">

<meta property="og:site_name" content="sethclydesdale.github.io">
<meta property="og:url" content="https://sethclydesdale.github.io/genki-study-resources/help/stuck-loading/">
<meta property="og:url" content="https://cis-softwaredesign-s21.github.io/pro-04-study-resources/help/stuck-loading/">
<meta property="og:type" content="website">
<meta property="og:image" content="https://sethclydesdale.github.io/genki-study-resources/resources/images/genki-thumb.png">
<meta property="og:image" content="https://cis-softwaredesign-s21.github.io/pro-04-study-resources/resources/images/genki-thumb.png">
<meta name="twitter:card" content="summary">
<meta name="twitter:creator" content="@SethC1995">

Expand All @@ -30,7 +30,7 @@

<header>
<h1><a href="../../" id="home-link">Genki Study Resources</a></h1>
<a id="fork-me" href="https://github.com/SethClydesdale/genki-study-resources">Fork Me</a>
<a id="fork-me" href="https://github.com/CIS-SoftwareDesign-S21/pro-04-study-resources">Fork Me</a>
</header>

<div id="content">
Expand Down Expand Up @@ -61,7 +61,7 @@ <h4 id="settings-brave">Brave</h4>

<div class="content-block">
<h3 class="section-title" id="install-failed">My Settings are Still not Saving/Exercises are Stuck Loading</h3>
<p>If you're still having trouble with settings not being saved or your exercises are endlessly loading, please <a href="https://github.com/SethClydesdale/genki-study-resources/issues">open a new issue on GitHub</a>, so that we can assist you. Please remember to let us know what browser you're using and if you're using Genki Study Resources online or offline.</p>
<p>If you're still having trouble with settings not being saved or your exercises are endlessly loading, please <a href="https://github.com/CIS-SoftwareDesign-S21/pro-04-study-resources/issues">open a new issue on GitHub</a>, so that we can assist you. Please remember to let us know what browser you're using and if you're using Genki Study Resources online or offline.</p>
</div>
</div>

Expand Down
6 changes: 3 additions & 3 deletions help/writing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1">

<meta property="og:site_name" content="sethclydesdale.github.io">
<meta property="og:url" content="https://sethclydesdale.github.io/genki-study-resources/help/writing/">
<meta property="og:url" content="https://cis-softwaredesign-s21.github.io/pro-04-study-resources/help/writing/">
<meta property="og:type" content="website">
<meta property="og:image" content="https://sethclydesdale.github.io/genki-study-resources/resources/images/genki-thumb.png">
<meta property="og:image" content="https://cis-softwaredesign-s21.github.io/pro-04-study-resources/resources/images/genki-thumb.png">
<meta name="twitter:card" content="summary">
<meta name="twitter:creator" content="@SethC1995">

Expand All @@ -30,7 +30,7 @@

<header>
<h1><a href="../../" id="home-link">Genki Study Resources</a></h1>
<a id="fork-me" href="https://github.com/SethClydesdale/genki-study-resources">Fork Me</a>
<a id="fork-me" href="https://github.com/CIS-SoftwareDesign-S21/pro-04-study-resources">Fork Me</a>
</header>

<div id="content">
Expand Down
Loading

0 comments on commit 5bab3c3

Please sign in to comment.