andrews/maydo/index.html

44 lines
1.9 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">
2022-11-17 20:15:37 +01:00
<link rel="icon" href="/A-300.png">
2022-11-10 22:51:12 +01:00
<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-17 20:24:23 +01:00
background-image: url('/background.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-text-white">
2022-11-10 22:51:12 +01:00
<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-17 20:17:59 +01:00
<hr class="w3-border-grey w3-animate-top" style="margin:auto;width:40%">
2022-11-17 20:17:18 +01:00
<p class="w3-large w3-center w3-animate-top"><a href="https://portal.egusd.net">MobyMax (Login with Portal)</a><br><br>
2022-11-10 23:19:24 +01:00
<a href="https://www.desmos.com/calculator">Online Graphing (desmos)</a><br>
2022-11-10 23:18:15 +01:00
<br>Typing Practice:<br>(<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>
2022-11-17 20:21:21 +01:00
<br>Math Practice:<br>(<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>) (<a href="http://www-k6.thinkcentral.com/content/hsp/math/hspmath/go_math_2012/na/gr5/amm_9780547665054_/index.html">Animated Math Models</a>) (<a href="https://www.uen.org/3-6interactives/math.shtml">UEN Math</a>)
2022-11-17 20:12:40 +01:00
</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>