This repository has been archived by the owner on Sep 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (48 loc) · 2.78 KB
/
index.html
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!doctype html class="h-100">
<html lang="pt-BR">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Cientec</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<link rel="stylesheet" href="https://recalderon.github.io/cientec-reaproveitamentodaagua/assets/lib/impress/css/impress-common.css">
<link rel="stylesheet" href="https://recalderon.github.io/cientec-reaproveitamentodaagua/assets/dist/css/main.min.css">
<link rel="stylesheet" href="/assets/dist/css/main.min.css">
</head>
<body class="d-flex h-100 text-center align-items-center">
<div class="cover-container d-flex w-100 h-100 p-3 mx-md-auto flex-column ">
<header class="mb-auto">
</header>
<main class="px-3">
<div class="row mb-4 py-4">
<div class="col-lg-12 text-center">
<div class="d-flex flex-column flex-md-row gap-3 align-items-center justify-content-center">
<img src="https://recalderon.github.io/cientec-reaproveitamentodaagua/assets/dist/img/logo_angelorum.png" alt="logo colegio angelorum" class="img-fluid" width="300px">
<div class="vr align-self-auto d-none d-md-block" style="height: 50px; width: 5px; color: white; opacity: .75"></div>
<h1 class="fw-bold m-0">CIENTEC 2022</h1>
</div>
</div>
</div>
<div class="row mb-4 py-4">
<div class="col-lg-12 text-center">
<h2 class="mb-4 fw-bold">INOVAÇÕES TECNOLÓGICAS PARA PROBLEMAS AMBIENTAIS ÂMBITO ECONÔMICO</h2>
<h3>REAPROVEITAMENTO DA ÁGUA DA CHUVA<br>8º ANO - GRUPO 2</h3>
</div>
</div>
<div class="row py-4 botoes" >
<div class="col-lg-12 text-center d-flex flex-row justify-content-center gap-4">
<a href="https://recalderon.github.io/cientec-reaproveitamentodaagua/slides.html"><button type="button" class="btn btn-primary btn-lg"><i class="bi bi-file-slides"></i> VER APRESENTAÇÃO</button></a>
<a href="https://scratch.mit.edu/projects/763695420/fullscreen/" class="btn btn-primary m-0 d-flex align-items-center" tabindex="-1" role="button" id="play"><i class="bi bi-joystick"></i> JOGAR</a>
</div>
</div>
</main>
<footer class="mt-auto p-4">
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3"
crossorigin="anonymous"></script>
<script src="https://recalderon.github.io/cientec-reaproveitamentodaagua/assets/dist/js/main.js"></script>
<script src="/assets/dist/js/main.js"></script>
</body>
</html>