andrews/maydo/index.html

74 lines
3.2 KiB
HTML
Raw Normal View History

2022-11-10 22:51:12 +01:00
<!DOCTYPE html>
2023-02-08 22:36:54 +01:00
<!--spinach-->
2022-11-10 22:51:12 +01:00
<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">
2023-01-20 23:16:03 +01:00
<link rel="stylesheet" href="/w3css/w3.css">
2022-11-10 22:51:12 +01:00
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<style>
body,h1 {font-family: "Raleway", sans-serif}
body, html {height: 100%}
.bgimg {
2023-01-17 21:20:43 +01:00
background-image: url('/maydo/sims-blur.png');
2022-11-10 22:51:12 +01:00
min-height: 100%;
background-position: center;
background-size: cover;
}
</style>
2023-01-23 18:46:07 +01:00
<link rel="stylesheet" type="text/css" href="/sheep/3.css" />
<script src="/sheep/3.js" charset="utf-8"></script>
2022-11-10 22:51:12 +01:00
</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">
2023-01-26 23:33:43 +01:00
<a href="/maydo/backhome.html">Mr. Andrews</a>
2022-11-10 22:51:12 +01:00
</div>
2023-03-17 18:15:16 +01:00
<div class="w3-display-topright w3-padding-large w3-xlarge">
<a href="http://zprojects.batcave.net/os/begin.php">Travel to 1995</a>
</div>
2022-11-10 22:51:12 +01:00
<div class="w3-display-middle">
2022-11-10 23:00:00 +01:00
<center><h1 class="w3-jumbo w3-animate-top">MAY DO</h1>
<hr class="w3-border-grey w3-animate-top" style="margin:auto;width:40%"><!--
MobyMax
-->
<p class="w3-large w3-center w3-animate-top"><!--<br><br>
Graphing
<a href="/maydo/graphing.html">(desmos graphing)</a><br><!--
Typing Stuff
2023-02-22 18:32:17 +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>) (<a href="/maydo/picktyping">typing.zen</a>) (<a href="/maydo/keyzen">keyzen</a>)<br>(<a href="/maydo/nitro">Organize a Nitro Type match</a>)<br>
<!--
Math Practice Stuff
2023-02-16 20:07:32 +01:00
--><br>Math Practice:<br>(<a href="/maydo/math/fractions.html">Fractions</a>) (<a href="/maydo/math/multi4player.html">Multiplication 4 Player</a>) (<a href="/maydo/math/multi8player.html">Multiplication 8 Player</a>)<br>(<a href="/maydo/math/makeanumber.html">Make a Number</a>) (<a href="/maydo/math/zenmath.html">math.zen</a>)<!-- (<a href="/maydo/math/animatedmodels.html">Animated Math Models</a>)--> (<a href="https://urls.ziad87.net/Pmrlm">Fact Monster</a>) (<a href="https://portal.egusd.net">MobyMax Portal</a>)<!-- (<a href="https://www.uen.org/3-6interactives/math.shtml">UEN Math</a>)-->
<br><br><!--
Puzzles
-->
Puzzles:<br>
2023-03-08 23:20:22 +01:00
(<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>) (<a href="https://beinternetawesome.withgoogle.com/en_us/interland">Interland</a>)
<br><br>
WIN Time Card Practice:<br>
2023-03-08 23:23:03 +01:00
(<a href="/maydo/wintimecards.html">Main Idea & Details</a>) (<a href="/maydo/wintimecards2.html">Diagrams, Charts & Tables</a>)
2023-02-03 19:02:36 +01:00
2023-02-09 17:56:24 +01:00
<!--<strong>(<a href="/netlifyforms/suggestions.html">Suggestions</a>)</strong>-->
2023-01-30 19:28:36 +01:00
<!--<br><br>(<a href="/maydo/dyslexic-index.html">Dyslexic Version of This Page</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">
2023-02-02 23:33:00 +01:00
Powered by <a href="https://www.w3schools.com/w3css/default.asp" target="_blank">w3.css</a>
2022-11-10 22:51:12 +01:00
</div>
</div>
</body>
</html>