-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (28 loc) · 1.78 KB
/
index.html
File metadata and controls
30 lines (28 loc) · 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="PT-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="./imgs/faviconamplexo.png">
<link rel="stylesheet" href="style.css">
<title>Amplexo Educação</title>
</head>
<body>
<h1>Clube Amplexo Educação</h1>
<!--website feito pelo Tio Vené-->
<ul>
<li><h4><a href="https://www.youtube.com/playlist?list=PL0O2_68M0dtdc5uNmRZUgVCUtDue0A2Le"><b>Escola Azul.</b></a></h4></li>
<li><h4><a href="https://www.youtube.com/playlist?list=PL0O2_68M0dtevTF9EySLutGAbffry0l70"><b>ICO (International Computing Olympiad) 2025.</b></a></h4></li>
<li><h4><a href="https://www.youtube.com/playlist?list=PL0O2_68M0dtdEw_PmOtYvzO0w-RJ1AtD1"><b>Mathématiques sans frontières 2025.</b></a></h4></li>
<li><h4><a href="https://www.youtube.com/watch?v=p5vQJUtfRhg"><b>SMETA (Science Mathematics English Technology Art) Olympiads 2025-1.</b></a></h4></li>
<li><h4><a href="https://amplexoedu.com/smeta"><b>SMETA (Science Mathematics English Technology Art) Olympiads 2025-2.</b></a></h4></li>
<li><h4><a href="./SIMOC"><b>SIMOC (Singapore International Math Olympiad Challenge).</b></a></h4></li>
<li><h4><a href="./BrilliantP"><b>The Brilliant (Quantum) Poetry Competition 2025 - Competição aberta!</b></a></h4></li>
</ul>
<footer>
<h3><b>Amplexo Educação © ® desde 2023.</b></h3>
<p><b><a href="https://github.com/amplexoedu">GitHub</a> | <a href="https://www.linkedin.com/company/amplexo-educa%C3%A7%C3%A3o/">LinkedIn</a> | <a href="https://www.instagram.com/amplexoedu">Instagram</a> | <a href="https://www.amplexoedu.com">Amplexoedu.com</a> | <a href="https://www.amplexoeducacao.com">Amplexoeducacao.com</a>
</b></p>
</footer>
</body>
</html>