53 lines
1.6 KiB
HTML
53 lines
1.6 KiB
HTML
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Quarantine School</title>
|
|
<style>
|
|
#main {
|
|
display: flex;
|
|
align-items: center;
|
|
background-color: pink;
|
|
font-size: larger;
|
|
width: 80%;
|
|
margin: auto;
|
|
flex-direction: column;
|
|
}
|
|
|
|
#links {
|
|
font-size: larger;
|
|
line-height: 2em;
|
|
}
|
|
|
|
#links a {
|
|
color: #ba6fe8;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="main">
|
|
<h1>Kathleen</h1>
|
|
<h2>School Id: 888918081</h2>
|
|
<h2>Google Classroom email: edwardskathleen@students.milforded.org</h2>
|
|
<h2>Google Classroom pass: Ke918081</h2>
|
|
<h3>(not working yet)</h3>
|
|
<div id="links">
|
|
<ul>
|
|
<li>
|
|
<a href="https://www.abcya.com/grades/k">ABCYA</a>
|
|
</li>
|
|
<li><a href="https://www.starfall.com/h/index-kindergarten.php">Starfall (reading)</a></li>
|
|
<li><a href="https://www.abcya.com/games/numerical_order">Numerical Order</a></li>
|
|
<li><a href="https://www.primarygames.com/patterns/start.htm">Patterns</a></li>
|
|
<li><a href="http://www.crickweb.co.uk/Early-Years.html">Early Years Math Games</a></li>
|
|
<li><a href="https://www.chrisedwards.tech/rollDice/">Dice</a></li>
|
|
<li><a href="https://www.chrisedwards.tech/memory.html">Memory Game</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|