Skip to content

Isabela #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
// Use o IntelliSense para saber mais sobre os atributos possíveis.
// Focalizar para exibir as descrições dos atributos existentes.
// Para obter mais informações, acesse: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Iniciar o Chrome em relação a localhost",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
}
]
}
31 changes: 17 additions & 14 deletions PequenoCotolengo/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,23 @@
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="#">upgrade your browser</a> to improve your experience.</p>
<![endif]-->

<header>
<nav class="header-bar">
<div id="header-cotolengo">
<a href="./index.html">Pequeno Cotolengo de Palmas</a>
</div>
<ul id="header-links">
<li><a href="./index.html" id="header-links-1">Home</a></li>
<li><a href="./about.html" id="header-links-2">Sobre nós</a></li>
<li><a href="./form.html" id="header-links-3">Amigo 10</a></li>
<li><a href="./form2.html">Voluntários</a></li>
</ul>
</nav>
</header>
<header>
<div class="head-logo">
<img src="./imgs/header_img.png" alt="" class="img-logo">
<h4 class="header-cotolengo">
<a class="name-logo" href="./index.html">Pequeno Cotolengo de Palmas</a>
</h4>
</div>

<nav class="header-bar">
<ul id="header-links">
<li><a href="./index.html" id="header-links-1">Home</a></li>
<li><a href="./about.html" id="header-links-2">Sobre nós</a></li>
<li><a href="./form.html" id="header-links-3">Amigo 10</a></li>
<li><a href="./form2.html">Voluntários</a></li>
</ul>
</nav>
</header>
<main>
<section>
<div class="aboutpage-principal">
Expand Down
2 changes: 1 addition & 1 deletion PequenoCotolengo/css/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@

.aboutpage-text p {
font-size: 1em;
}
}
8 changes: 6 additions & 2 deletions PequenoCotolengo/css/footer.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
.footer-cotolengo {
background-color: #E09F3E;

min-height: 13vh;
display: flex;
flex-direction: row;
justify-content: center;
margin-top: 10vh;
background: #FFFFFF;

}

#footer-icons {
Expand All @@ -14,6 +16,7 @@
align-items: center;
}


#footer-icons a {
margin: 2vh;
font-size: 1.3em;
Expand Down Expand Up @@ -50,4 +53,5 @@

#business-text {
text-align: center;
}
}

49 changes: 36 additions & 13 deletions PequenoCotolengo/css/header.css
Original file line number Diff line number Diff line change
@@ -1,34 +1,57 @@
.header-bar {
header{
display: flex ;
min-height: 70px;
background: #FFFFFF;
box-shadow: 0px 10px 0px #E09F3E;
box-sizing: border-box;
border-radius:8px;
justify-content: space-between;
}

.img-logo{
height: 60px;
margin-right: 10px;
}

.name-logo{
font-weight: bolder;
color: #9E2A2B;
font-family: 'Heebo'S
}

.head-logo{
display: flex;
flex-direction: row;
justify-content: flex-start;
border-bottom: 2px solid #9E2A2B;
}

.header-cotolengo{
display: flex;
align-items: center;
}

.header-bar a {
font-size: 1em;
font-weight: bolder;
color: #9E2A2B;
font-family: 'Heebo';
display: flex;
}

.header-bar a:visited {
color: #9E2A2B;
}

#header-cotolengo {
margin: 1vh;
padding: 1vh;
max-width: 50vh;
}

#header-links {

display: flex;
margin: 1vh;
padding: 1vh;
max-width: 50vh;
margin-left: auto;
list-style: none;
flex-direction: row;
margin-right: 52px;
}

#header-links :hover{
color: #E09F3E;
}

#header-links-1 {
Expand All @@ -41,4 +64,4 @@

#header-links-3 {
margin-right: 10px;
}
}
30 changes: 17 additions & 13 deletions PequenoCotolengo/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,23 @@
</head>
<body>

<header>
<nav class="header-bar">
<div id="header-cotolengo">
<a href="./index.html">Pequeno Cotolengo de Palmas</a>
</div>
<ul id="header-links">
<li><a href="./index.html" id="header-links-1">Home</a></li>
<li><a href="./about.html" id="header-links-2">Sobre nós</a></li>
<li><a href="./form.html" id="header-links-3">Amigo 10</a></li>
<li><a href="./form2.html">Voluntários</a></li>
</ul>
</nav>
</header>
<header>
<div class="head-logo">
<img src="./imgs/header_img.png" alt="" class="img-logo">
<h4 class="header-cotolengo">
<a class="name-logo" href="./index.html">Pequeno Cotolengo de Palmas</a>
</h4>
</div>

<nav class="header-bar">
<ul id="header-links">
<li><a href="./index.html" id="header-links-1">Home</a></li>
<li><a href="./about.html" id="header-links-2">Sobre nós</a></li>
<li><a href="./form.html" id="header-links-3">Amigo 10</a></li>
<li><a href="./form2.html">Voluntários</a></li>
</ul>
</nav>
</header>
<main>
<section>
<div class="form form-header">
Expand Down
14 changes: 9 additions & 5 deletions PequenoCotolengo/form2.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,23 @@
<![endif]-->


<header>
<header>
<div class="head-logo">
<img src="./imgs/header_img.png" alt="" class="img-logo">
<h4 class="header-cotolengo">
<a class="name-logo" href="./index.html">Pequeno Cotolengo de Palmas</a>
</h4>
</div>

<nav class="header-bar">
<div id="header-cotolengo">
<a href="./index.html">Pequeno Cotolengo de Palmas</a>
</div>
<ul id="header-links">
<li><a href="./index.html" id="header-links-1">Home</a></li>
<li><a href="./about.html" id="header-links-2">Sobre nós</a></li>
<li><a href="./form.html" id="header-links-3">Amigo 10</a></li>
<li><a href="./form2.html">Voluntários</a></li>
</ul>
</nav>
</header>
</header>
<main>
<section>
<div class="form form-header">
Expand Down
Binary file added PequenoCotolengo/imgs/header_img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 14 additions & 11 deletions PequenoCotolengo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,21 @@
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="#">upgrade your browser</a> to improve your experience.</p>
<![endif]-->

<header>
<header>
<div class="head-logo">
<img src="./imgs/header_img.png" alt="" class="img-logo">
<h4 class="header-cotolengo">
<a class="name-logo" href="./index.html">Pequeno Cotolengo de Palmas</a>
</h4>
</div>

<nav class="header-bar">
<div id="header-cotolengo">
<a href="./index.html">Pequeno Cotolengo de Palmas</a>
</div>
<ul id="header-links">
<li><a href="./index.html" id="header-links-1">Home</a></li>
<li><a href="./about.html" id="header-links-2">Sobre nós</a></li>
<li><a href="./form.html" id="header-links-3">Amigo 10</a></li>
<li><a href="./form2.html">Voluntários</a></li>
</ul>
<ul id="header-links">
<li><a href="./index.html" id="header-links-1">Home</a></li>
<li><a href="./about.html" id="header-links-2">Sobre nós</a></li>
<li><a href="./form.html" id="header-links-3">Amigo 10</a></li>
<li><a href="./form2.html">Voluntários</a></li>
</ul>
</nav>
</header>
<main>
Expand Down
41 changes: 13 additions & 28 deletions PequenoCotolengo/modelos/loris/voluntario.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
*{
padding: 0;
margin: 0;

}

body {
Expand All @@ -13,40 +12,42 @@ body {
background-size: cover;
}

.container{
.container {
height: 400px;
width: 90%;
margin: 8% auto;
background: #fff;
border-radius: 5px;
display: flex;
flex-direction: column;
justify-content: space-between;
box-shadow: 5px 5px 10px rgba(0, 0, 0, .212);
position: relative;
text-align: center;
}

h1{
h1 {
text-align: center;
margin-bottom: 40pxl;
color: rgb(174, 21, 21);
font-family: 'ubuntu';

}

container-form{
container-form {
width: 280px;
position: absolute;
top: 110px;
left: 40px;
text-align: center;
}

.btn_box{
.btn_box {
width: 100%;
text-align: right;
padding: 20px;
align-self: flex-end;

}

form button{
form button {
width: 110px;
height: 35px;
margin: 0 10px;
Expand All @@ -59,7 +60,7 @@ form button{
font-size: 0.8em;
}

form input{
form input {
width: 100%;
padding: 20px 10px;
margin: 5px 0;
Expand All @@ -80,8 +81,6 @@ a {
}

#header-bar {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
Expand All @@ -91,8 +90,10 @@ a {
justify-content: space-between;
flex-direction: row;
width: 300px;
margin-left: 29%;
}


#p-texts {
text-align: justify;
}
Expand Down Expand Up @@ -136,19 +137,3 @@ a {
#availability-div {
text-align: center;
}

.form2 {
left: 450px;
}

.form3 {
left: 450px;
}

.form4 {
left: 450px;
}

.form5 {
left: 450px;
}