andrews/maydo/index.html

41 lines
1.7 KiB
HTML
Raw Normal View History

2022-11-10 22:51:12 +01:00
<!DOCTYPE html>
<html>
<head>
2022-11-10 22:54:07 +01:00
<title>May Do</title>
2022-11-10 22:51:12 +01:00
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<style>
body,h1 {font-family: "Raleway", sans-serif}
body, html {height: 100%}
.bgimg {
2022-11-10 22:59:36 +01:00
background-image: url('https://iili.io/yuX994.png');
2022-11-10 22:51:12 +01:00
min-height: 100%;
background-position: center;
background-size: cover;
}
</style>
</head>
<body>
<div class="bgimg w3-display-container w3-animate-opacity w3-text-white">
<div class="w3-display-topleft w3-padding-large w3-xlarge">
<a href="/">Mr. Andrews</a>
</div>
<div class="w3-display-middle">
2022-11-10 23:00:00 +01:00
<center><h1 class="w3-jumbo w3-animate-top">MAY DO</h1>
2022-11-10 22:51:12 +01:00
<hr class="w3-border-grey" style="margin:auto;width:40%">
2022-11-10 22:59:36 +01:00
<p class="w3-large w3-center">- <a href="https://portal.egusd.net">MobyMax (Login with Portal)</a><br>
- <a href="https://www.desmos.com/calculator">Online Graphing (desmos)</a>
2022-11-10 23:17:11 +01:00
<br>- Typing Practice: (<a href="https://typing.com">typing.com</a>) (<a href="https://joseph-sims.typingclub.com/">TypingClub</a>) (<a href="https://www.nitrotype.com/">Nitro Type</a>)<br>
- Math Practice: (<a href="https://snip.ly/dgcrpn">Fractions</a>) (<a href="https://snip.ly/eytn65">Multiplication 4 Player</a>) (<a href="https://snip.ly/pt0kul">Multiplication 8 Player</a>) (<a href="https://snip.ly/42g7fe">Make a Number</a>) </p>
2022-11-10 22:51:12 +01:00
</div>
<div class="w3-display-bottomleft w3-padding-large">
Powered by <a href="https://www.w3schools.com/w3css/default.asp" target="_blank">w3.css</a>
</div>
</div>
</body>
</html>