-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
91 lines (82 loc) · 4.12 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!--Links-->
<link rel="stylesheet" href="./style.css">
<!--Icone do site(minhatura)-->
<link rel="shortcut icon" href="./Img/icone-site.jpg" type="image/x-icon">
<!--Font awasome-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
<!-- animate css -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css">
<title>Projeto ODS</title>
</head>
<body>
<span id="Home"></span>
<header>
<div class="aling-img">
<Img src="./Img/logoOds.png"id="logo" alt="logo ODS"></Img>
<a href="index.html" class="link-header"target="_blank"><i class="fa-solid fa-house"></i> Início</a>
<a href="Video-ods.html" class="link-header"target="_blank"><i class="fa-solid fa-video"></i> Video</a>
<a href="https://www.canva.com/design/DAGD2U6XBk4/KT9PLAN5uwuIb4uoC2GkvA/view" class="link-header" target="_blank"><i class="fa-solid fa-file"></i> Criação</a>
<button class="button-header">
<a href="https://youtube.com/watch?v=c8cfBU7PaWI&si=huhliImg3aIqjWt7" target="_blank"><i class="fa-brands fa-youtube"></i> Sobre</a>
</button>
</div>
</header>
<div id="banner"></div>
<main>
<img src="./Img/ico-ODS9.png" class="logo-image">
<section>
<h1 class="animate__animated animate__backInLeft">ODS 9 e seus aspectos</h1>
<h2>Em geral</h2>
<p>
Os objetivos desta ODS são bastante específicos, mas, em linhas gerais,<br> o intuito é promover a sustentabilidade industrial por meio de soluções que aliem alta performance e baixo nível de impactos ambientais.
</p>
<button class="button-main">
<a href="./Video-ods.html" target="_blank">Explore <i class="fa-solid fa-plane"></i></a>
</button>
</section>
</main>
<div id="text-container">
<div class="content">
<!-- Div descrição das ods -->
<div id="resumo">
<h1 class="titulo-secundario"> Desfecho </h1>
<p class="description">
O resultado desse processo é uma linha de produção otimizada, mais econômica e com colaboradores mais motivados. Tudo isso, é claro, sem gerar impactos ambientais que poderiam comprometer não só os índices de produção, mas também o futuro das próximas gerações.
</p>
</div>
</div>
</div>
<footer>
<div class="footer-content">
<img id="logo" style="object-fit: contain;" src="./Img/logoOds.png" alt="logo Objetivos de Desenvolvimento Sustentável - ODS">
<span class="footer-texto">Todos os direitos reservados © 2024</span>
<span class="footer-texto">Desenvolvido por: Tauã Felipe Rocha Amaro</span>
<span class="footer-texto">Turma Técnico de Informática para Internet</span>
</div>
<!-- Creditos link -->
<div class="footer-credito">
<a href="https://github.com/felipetaua" target="_blank"> <i class="fa-brands fa-github"> </i> Github</a>
<a href="https://www.instagram.com/felipetaua/" target="_blank"> <i class="fa-brands fa-instagram"> </i> instagram</a>
<a href="https://mail.google.com/mail/mu/mp/537/#tl/priority/%5Esmartlabel_personal" target="_blank"> <i class="fa-regular fa-envelope"></i> Gmail</a>
<a href="https://www.linkedin.com/in/tau%C3%A3-felipe-75431b254?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app" target="_blank"> <i class="fa-brands fa-linkedin"></i> Linkedln </a>
</div>
</footer>
<!-- Acessibilidade Libras -->
<div vw class="enabled">
<div vw-access-button class="active"></div>
<div vw-plugin-wrapper>
<div class="vw-plugin-top-wrapper"></div>
</div>
</div>
<script src="https://vlibras.gov.br/app/vlibras-plugin.js"></script>
<script>
new window.VLibras.Widget('https://vlibras.gov.br/app');
</script>
</body>
</html>