andrews/maydo/index.html

49 lines
2.4 KiB
HTML

<!DOCTYPE html>
<!-- -->
<html>
<head>
<title>May Do</title>
<meta charset="UTF-8">
<link rel="icon" href="/A-300.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/w3css/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 {
background-image: url('/maydo/sims-blur.png');
min-height: 100%;
background-position: center;
background-size: cover;
}
</style>
<link rel="stylesheet" type="text/css" href="/sheep/3.css" />
<script src="/sheep/3.js" charset="utf-8"></script>
</head>
<body>
<div class="bgimg w3-display-container w3-text-white">
<div class="w3-display-topleft w3-padding-large w3-xlarge">
<a href="/">Mr. Andrews</a>
</div>
<div class="w3-display-middle">
<center><h1 class="w3-jumbo w3-animate-top">MAY DO</h1>
<hr class="w3-border-grey w3-animate-top" style="margin:auto;width:40%">
<p class="w3-large w3-center w3-animate-top"><a href="https://portal.egusd.net">(MobyMax Portal)</a><br><br>
<a href="https://www.desmos.com/calculator">(desmos graphing)</a><br>
<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>) (<a href="/maydo/picktyping">typing.zen</a>)<br>
<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.factmonster.com/math/flashcards">Fact Monster</a>)<!-- (<a href="https://www.uen.org/3-6interactives/math.shtml">UEN Math</a>)-->
<br><br>
Puzzles:<br>
(<a href="/maydo/simspuzzle.html">Sims</a>) (<a href="/maydo/timmypuzzle.html">Timmy</a>) (<a href="/maydo/vapapuzzle.html">VAPA Practice</a>) (<a href="/maydo/simsdroneviewpuzzle.html">Sims2</a>)
</p>
</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>