Skip to content
Permalink
Browse files
Add files via upload
  • Loading branch information
ac0745 committed Aug 27, 2020
1 parent a5a6795 commit d155e9883bcec29ff84c3aad53fa7e9911ffdd5a
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.

Some generated files are not rendered by default. Learn more.

@@ -0,0 +1,55 @@
<html>
<title>
Coventry Codio signup
</title>

<body>

<div style="width:90%;font-family: 'Helvetica'; margin:auto">
<div class="fit">
We use codio.co.uk
</div><br>
<div class="fit">
<b>Not</b> codio.com
</div>

<br><br><br><br><br><br>

<div class="fit">
Use an email ending in
</div><br>
<div class="fit">
@coventry.ac.uk
</div><br>

<div class="fit">
<b>Not</b> @uni.coventry.ac.uk
</div><br>
<div class="fit">
<b>Not</b> @cucollege.coventry.ac.uk
</div><br>
<div class="fit">
<b>Not</b> a personal account
</div>

<br><br><br><br><br><br>

<div style="width:50%;float: right;">
<button class="fit" onclick="go()">I understand</button>
</div>
</div>


<script src="fitty.min.js"></script>

<script>
fitty('.fit', {multiLine: true, maxSize: 60})

function go()
{
const params = window.location.search;
window.location.href = "https://codio.co.uk/p/join-course" + params;
}
</script>
</body>
</html>

0 comments on commit d155e98

Please sign in to comment.