Skip to content

Commit

Permalink
Redirect to new Mod0 site
Browse files Browse the repository at this point in the history
  • Loading branch information
domingusj committed Nov 17, 2024
1 parent 0d59950 commit 3d8ef3d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
14 changes: 14 additions & 0 deletions _layouts/redirect.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<html>
<head>
<meta charset="utf-8"/>
<meta http-equiv="refresh" content="1;url={{ page.redirect }}"/>
<link rel="canonical" href="{{ page.redirect }}"/>
<script type="text/javascript">
window.location.href = "{{ page.redirect }}"
</script>
<title>Page Redirect</title>
</head>
<body>
If you are not redirected automatically, follow <a href='{{ page.redirect }}'>this link</a>.
</body>
</html>
4 changes: 3 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
layout: main
title: Home
redirect: https://curriculum.turing.edu/module0/
layout: redirect
---

<section class="splash">
Expand Down Expand Up @@ -38,4 +40,4 @@ title: Home
<p class="s-text-white">Turing School of Software and Design, a Colorado Non-Profit Organization.</p>
<p>This work is licensed under a <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.</p>
</div>
</footer>
</footer>

0 comments on commit 3d8ef3d

Please sign in to comment.