learnweb/content/en/index.html

46 lines
1.8 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Home</title>
<link rel="stylesheet" href="../../style.css" />
</head>
<body>
<header class="header">
<h1 class="header__h1">Welcome to LearnWeb</h1>
</header>
<div class="content">
<h2 class="content__h2">Select Content</h2>
<div class="content__content">
<div class="content__content-easy">
<h1>Easy</h1>
<div>
<a target="_blank" href="https://www.duolingo.com">Duolingo</a>
</div>
<div>
<a target="_blank" href="https://www.busuu.com">Busuu</a>
</div>
</div>
<div class="content__content-mid">
<h1>Mid</h1>
<div>
<a target="_blank" href="https://www.youtube.com/c/NasDaily/videos">NasDaily Youtube Channel</a>
</div>
<div>
<a target="_blank" href="https://www.youtube.com/playlist?list=PLdYSWqTrWP2jyqWIdjsATbrb11uN_BMrF">Extra English BBC</a>
</div>
<div>
<a target="_blank" href="https://drive.google.com/drive/folders/10IEnNPsqS3DLzo-8CE5KuPQgo1N1l7-w">English Learning Books</a>
</div>
</div>
<div class="content__content-Hard">
<h1>Hard</h1>
<div>
<a target="_blank" href="hard/Pinocchio/index.html">The Adventures of Pinocchio</a>
</div>
</div>
</div>
</div>
</body>
</html>