-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (42 loc) · 1.85 KB
/
index.html
File metadata and controls
50 lines (42 loc) · 1.85 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css/all.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.0/font/bootstrap-icons.css">
<link rel="stylesheet" href="./css/index.css" />
<link rel="shortcut icon" href="./images/favicon.ico" type="image/x-icon">
<title>Redes Credenciadas</title>
</head>
<body>
<nav>
<img src="./images/logo.png" alt="logo hapvida notredame" path="/index.html" />
<ul>
<li path="/pages/problem-solution.html">Problema & Solução</li>
<li path="/pages/demonstration.html">Demonstração da Solução</li>
<li path="/pages/contact.html">Contato</li>
</ul>
</nav>
<section id="banner">
<div id="banner-left">
<p>A falta de informação sobre</p>
<h1>Redes Credenciadas</h1>
</div>
<div id="banner-right">
<img src="./images/people-questions-animate.svg" alt="pessoas com perguntas" />
</div>
</section>
<section id="infos">
<div id="infos-left">
<iframe width="560" height="315" src="https://www.youtube.com/embed/AAxPuLPKLkk?si=e5bg1l9uuidX1nDy" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
<div id="infos-right">
<h2>Introdução</h2>
<p>Grande parte da população brasileira possui convênio para facilitar o acesso à saúde, porém existem alguns problemas nos planos de saúde e a falta de informação sobre redes credenciadas é um deles.</p>
<button class="default" onclick="changePage(null, '/pages/problem-solution.html');">Problema</button>
</div>
</section>
<script src="./js/all.js"></script>
</body>
</html>