-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (46 loc) · 1.81 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
<html>
<head>
<title>FHH</title>
<link rel="icon" type="image/x-icon" href="fhh.png">
<style> /* CSS INTERNAL*/
body{
background-color: black ;
color:white ;
}
.button {
background-color: #c2fbd7;
border-radius: 100px;
box-shadow: rgba(44, 187, 99, .2) 0 -25px 18px -14px inset,rgba(44, 187, 99, .15) 0 1px 2px,rgba(44, 187, 99, .15) 0 2px 4px,rgba(44, 187, 99, .15) 0 4px 8px,rgba(44, 187, 99, .15) 0 8px 16px,rgba(44, 187, 99, .15) 0 16px 32px;
color: green;
cursor: pointer;
display: inline-block;
font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
padding: 7px 20px;
text-align: center;
text-decoration: none;
transition: all 250ms;
border: 0;
font-size: 16px;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
}
.button:hover {
box-shadow: rgba(44,187,99,.35) 0 -25px 18px -14px inset,rgba(44,187,99,.25) 0 1px 2px,rgba(44,187,99,.25) 0 2px 4px,rgba(44,187,99,.25) 0 4px 8px,rgba(44,187,99,.25) 0 8px 16px,rgba(44,187,99,.25) 0 16px 32px;
transform: scale(1.05) rotate(-1deg);
}
</style>
</head>
<!-- HTML CONTINUAÇÃO-->
<body>
<h1 align="center">Equipe: First Health Hack</h1>
<p align=center><img src="fhh.png" width="15%"></p>
<h2 align="center">Repositório Final: <a href="https://orghackathons.github.io/First-Health-Hack/Saude-Express/"><button class="button" >Saúde Express (clique aqui)</button></a></h2>
<!--
<p align="center">Os primeiross rascunhos do projeto: <a href="https://first-health-hack.github.io/Saude4.0/"><button type"button">Saude4.0</button></a></p>
-->
<footer>
<p align="center">Desenvolvido pela <a href="https://github.com/ORGHackathons/First-Health-Hack/tree/main/Leia%20mais%20sobre%20a%20equipe%20aqui!">Equipe: First Health Hack</a>
</footer>
</body>
</html>