-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from felipecastrosales/development
Olhando as oportunidades!
- Loading branch information
Showing
12 changed files
with
741 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,127 @@ | ||
<!DOCTYPE html> | ||
<html lang="pt_BR"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Lar das Meninas | Happy</title> | ||
<link | ||
rel="stylesheet" | ||
href="https://unpkg.com/[email protected]/dist/leaflet.css" | ||
integrity="sha512-xodZBNTC5n17Xt2atTPuE1HxjVMSvLVW9ocqUKLsCC5CXdbqCmblAshOMAS6/keqq/sMZMZ19scR4PsZChSR7A==" | ||
crossorigin="" | ||
/> | ||
<script | ||
src="https://unpkg.com/[email protected]/dist/leaflet.js" | ||
integrity="sha512-XQoYMqMTK8LvdxXYG3nZ448hOEQiglfqkJs1NOQV44cWnUrBc8PkAOcXy20w0vlaXaVUearIOBhiXZ5V3ynxwA==" | ||
crossorigin="" | ||
></script> | ||
<link rel="icon" href="./public/images/logo-icon.png" /> | ||
<link rel="stylesheet" href="./public/css/main.css" /> | ||
<link rel="stylesheet" href="./public/css/animations.css" /> | ||
<link rel="stylesheet" href="./public/css/page-orphanage.css" /> | ||
<link | ||
href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&display=swap" | ||
rel="stylesheet" | ||
/> | ||
</head> | ||
<body> | ||
<div id="page-orphanage"> | ||
<aside class="animate-right sidebar"> | ||
<img src="./public/images/map-marker.svg" alt="Happy" /> | ||
<footer> | ||
<button onclick="history.back()"> | ||
<img src="./public/images/arrow-back.svg" alt="Voltar"> | ||
</button> | ||
</footer> | ||
</aside> | ||
|
||
<main class="animate-appear with-sidebar"> | ||
<div class="orphanage-details"> | ||
<img src="./public/images/home.jpg" alt="Lar das Meninas" /> | ||
<div class="images"> | ||
<button onclick="selectImage(event)" class="active" type="button"> | ||
<img | ||
src="https://source.unsplash.com/random?id=1" | ||
alt="Lar das meninas" | ||
/> | ||
</button> | ||
|
||
<button onclick="selectImage(event)" type="button"> | ||
<img | ||
src="https://source.unsplash.com/random?id=2" | ||
alt="Lar das meninas" | ||
/> | ||
</button> | ||
|
||
<button onclick="selectImage(event)" type="button"> | ||
<img | ||
src="https://source.unsplash.com/random?id=3" | ||
alt="Lar das meninas" | ||
/> | ||
</button> | ||
|
||
<button onclick="selectImage(event)" type="button"> | ||
<img | ||
src="https://source.unsplash.com/random?id=4" | ||
alt="Lar das meninas" | ||
/> | ||
</button> | ||
|
||
<button onclick="selectImage(event)" type="button"> | ||
<img | ||
src="https://source.unsplash.com/random?id=5" | ||
alt="Lar das meninas" | ||
/> | ||
</button> | ||
|
||
<button onclick="selectImage(event)" type="button"> | ||
<img | ||
src="https://source.unsplash.com/random?id=6" | ||
alt="Lar das meninas" | ||
/> | ||
</button> | ||
</div> | ||
|
||
<div class="orphanage-details-content"> | ||
<h1>Lar das Meninas</h1> | ||
<p> | ||
Presta assistência a crianças de 06 a 15 anos que se encontre em | ||
situação de risco e/ou vulnerabilidade social. | ||
</p> | ||
<div class="map-container"> | ||
<div id="mapid"></div> | ||
|
||
<footer> | ||
<a href="">Ver rotas no Google Maps</a> | ||
</footer> | ||
</div> | ||
<hr /> | ||
<h2>Instruções para a visita</h2> | ||
<p> | ||
Venha como se sentir a vontade e traga muito amor e paciência para | ||
dar | ||
</p> | ||
<div class="open-details"> | ||
<div class="hour"> | ||
<img src="./public/images/clock.svg" alt="Horários" /> | ||
Horário de visitas das 8h até 18h | ||
</div> | ||
<div class="open-on-weekends"> | ||
<img src="./public/images/info.svg" alt="Informações" /> | ||
Atendemos fim de semana | ||
</div> | ||
</div> | ||
<button class="primary-button" type="button"> | ||
<img | ||
src="./public/images/whatsapp.svg" | ||
alt="Chamar no whatsapp" | ||
/> | ||
Entrar em contato | ||
</button> | ||
</div> | ||
</div> | ||
</main> | ||
</div> | ||
<script src="./public/scripts/page-orphanage.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
<!DOCTYPE html> | ||
<html lang="pt_BR"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Localize um Orfanato | Happy</title> | ||
<link | ||
rel="stylesheet" | ||
href="https://unpkg.com/[email protected]/dist/leaflet.css" | ||
integrity="sha512-xodZBNTC5n17Xt2atTPuE1HxjVMSvLVW9ocqUKLsCC5CXdbqCmblAshOMAS6/keqq/sMZMZ19scR4PsZChSR7A==" | ||
crossorigin="" | ||
/> | ||
<script | ||
src="https://unpkg.com/[email protected]/dist/leaflet.js" | ||
integrity="sha512-XQoYMqMTK8LvdxXYG3nZ448hOEQiglfqkJs1NOQV44cWnUrBc8PkAOcXy20w0vlaXaVUearIOBhiXZ5V3ynxwA==" | ||
crossorigin="" | ||
></script> | ||
<link rel="icon" href="./public/images/logo-icon.png" /> | ||
<link rel="stylesheet" href="./public/css/main.css" /> | ||
<link rel="stylesheet" href="./public/css/animations.css" /> | ||
<link rel="stylesheet" href="./public/css/page-orphanages.css" /> | ||
<link | ||
href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&display=swap" | ||
rel="stylesheet" | ||
/> | ||
</head> | ||
<body> | ||
<div id="page-orphanages"> | ||
<aside class="animate-right"> | ||
<header> | ||
<img src="./public/images/map-marker.svg" alt="Happy" /> | ||
<h2>Escolha um orfanato no mapa</h2> | ||
<p>Muitas crianças estão esperando sua visita :)</p> | ||
</header> | ||
|
||
<footer> | ||
<strong>Fortaleza</strong> | ||
<p>Ceará</p> | ||
</footer> | ||
</aside> | ||
|
||
<div id="mapid" class="animate-appear"></div> | ||
|
||
<a | ||
href="create-orphanage.html" | ||
class="create-orphanage" | ||
title="Cadastre um orfanato" | ||
> | ||
<img src="./public/images/plus.svg" alt="Criar orfanato" /> | ||
</a> | ||
</div> | ||
<script src="./public/scripts/page-orphanages.js"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.