-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
43f57a3
commit 7764e37
Showing
78 changed files
with
841 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2024 jhonatanbsouza | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
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 |
---|---|---|
@@ -1 +1,3 @@ | ||
# Agrinho | ||
# AGRO É TOP | ||
|
||
## PROJETO DA THAIS PARA O AGRIN |
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,166 @@ | ||
|
||
.main{ | ||
padding: 100px; | ||
} | ||
h2{ | ||
color: green; | ||
align-items: center; | ||
padding: 20px; | ||
display: center; | ||
text-align: center; | ||
} | ||
|
||
h4{ | ||
color: green; | ||
} | ||
|
||
|
||
.texto-conteudo{ | ||
display: none; | ||
position: absolute; | ||
border: 1px solid #bcd1b7; | ||
border-radius: 10px; | ||
background-color: #bcd1b7; | ||
box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.7); | ||
padding: 15px; | ||
font-family: "Poppins", sans-serif; | ||
font-style: italic; | ||
font-size: 20px; | ||
font-weight: 300; | ||
font-variant: small-caps; | ||
|
||
} | ||
.agrome-conteudo{ | ||
top: 105%; | ||
} | ||
|
||
.biotec-conteudo{ | ||
top: 105%; | ||
} | ||
.fisiologVA-conteudo{ | ||
top: 157%; | ||
} | ||
.cartografia-conteudo{ | ||
top: 157%; | ||
} | ||
|
||
.texto-conteudo:hover{ | ||
display: block; | ||
width: 450px; | ||
} | ||
.curso-basico-img{ | ||
width: 400px; | ||
height: 400px; | ||
display: flex; | ||
justify-content: center; | ||
} | ||
.curso-basico-img:hover ~ .texto-conteudo{ | ||
display: block; | ||
position: absolute; | ||
max-width: 450px; | ||
} | ||
|
||
|
||
|
||
|
||
.cursos-basicos{ | ||
padding: 10px; | ||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
} | ||
.curso-basico-nome{ | ||
text-align: center; | ||
} | ||
.conteudo-cursos-basicos{ | ||
padding: 10px; | ||
max-width: 1500px; | ||
display: grid; | ||
grid-template-columns: auto auto; | ||
align-items: center; | ||
} | ||
.conteudo-adquirir-mais{ | ||
padding: 10px; | ||
} | ||
.adquira-mais-lista{ | ||
list-style: circle; | ||
padding: 20px; | ||
} | ||
.aquiraMais-lista-item{ | ||
padding: 10px 0; | ||
} | ||
|
||
|
||
.lista-botao{ | ||
list-style: none; | ||
display: flex; | ||
align-items: center; | ||
justify-content: space-between; | ||
} | ||
#planos{ | ||
display: grid; | ||
grid-template-columns: 405px 405px 405px ; | ||
grid-template-rows: 520px 300px; | ||
justify-content: center; | ||
align-items: start | ||
} | ||
.planos-lista-item{ | ||
padding: 15px; | ||
border-radius: 10px; | ||
} | ||
|
||
.planos-lista-item:hover{ | ||
background-color: #46aa2e; | ||
color: #bcd1b7; | ||
transition: all 1s; | ||
} | ||
.plano-tipo{ | ||
padding: 5px; | ||
margin: 10px; | ||
max-width: 400px; | ||
width: 100%; | ||
} | ||
|
||
.planos-definicao{ | ||
display: flex; | ||
align-items: center; | ||
justify-content: space-between; | ||
width: 30%; | ||
max-width: 100vw; | ||
padding: 25px; | ||
|
||
} | ||
.adquirir{ | ||
|
||
border-radius: 10px; | ||
padding: 15px; | ||
text-align: center; | ||
} | ||
.adquirir:hover{ | ||
background-color: #46aa2e; | ||
color: #bcd1b7; | ||
transition: all 1s; | ||
} | ||
.preco-antigo{ | ||
text-decoration: line-through; | ||
color: red; | ||
font-size: 20px; | ||
} | ||
.botao-adquirir button{ | ||
font-size: 20px; | ||
cursor: pointer; | ||
padding: 5px; | ||
border: none; | ||
width: 100px; | ||
background-color: #46aa2e; | ||
color: #bcd1b7; | ||
border-radius: 10px; | ||
} | ||
.botao-adquirir button:hover{ | ||
background-color: #bcd1b7; | ||
color: #46aa2e; | ||
transition: all 1; | ||
} | ||
|
||
|
||
|
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,137 @@ | ||
*{margin: 0; | ||
padding: 0; | ||
} | ||
header{ | ||
position: fixed; | ||
top: 10px; | ||
left: 10vw; | ||
z-index: 1; | ||
} | ||
|
||
.cabecalho-logo-img{ | ||
width: 70px; | ||
} | ||
.tema-escuro:hover{ | ||
cursor: pointer; | ||
} | ||
.cabecalho{ | ||
background-color: var(--cor-cabecalho); | ||
margin: 5px auto; | ||
border-radius: 10px; | ||
display: flex; | ||
justify-content: space-between; | ||
align-items: center; | ||
width: 95%; | ||
max-width: 80vw; | ||
} | ||
.cabecalho-menu-lista{ | ||
display: flex; | ||
justify-content: space-around; | ||
align-items: center; | ||
padding: 0 5px; | ||
margin: 0; | ||
width: 400px; | ||
} | ||
.primeiro-cabecalho{ | ||
display: flex; | ||
align-items: center; | ||
justify-content: space-between; | ||
} | ||
.menu-lista-item{ | ||
list-style: none; | ||
background-color: var(--cor-padrao); | ||
padding: 10px 15px; | ||
border-radius: 10px; | ||
text-align: center; | ||
} | ||
.input-pesquisa{ | ||
width: 300px; | ||
height: 35px; | ||
padding-left: 10px; | ||
border-radius: 10px; | ||
border: none; | ||
padding: 10px; | ||
background-color: var(--cor-padrao); | ||
border: 2px solid white; | ||
} | ||
.input-pesquisa:focus{ | ||
box-shadow: none; | ||
} | ||
|
||
a{ | ||
color: black; | ||
text-decoration: none; | ||
} | ||
a:hover{ | ||
color: green; | ||
text-decoration: none; | ||
|
||
} | ||
a:visited{ | ||
color:none; | ||
} | ||
div.usuario{ | ||
display: flex; | ||
background-color: var(--cor-padrao); | ||
padding: 10px; | ||
margin: 5px; | ||
align-items: center; | ||
justify-content: center; | ||
border-radius: 15px; | ||
} | ||
|
||
.cabecalho-menu-usuario{ | ||
display: none; | ||
position: absolute; | ||
top: 75%; | ||
right: 0.3%; | ||
background-color: var(--cor-cabecalho); | ||
list-style: none; | ||
width: 100%; | ||
max-width: 100px; | ||
|
||
} | ||
.cabecalho-menu-usuario:hover{ | ||
display: block; | ||
position: absolute; | ||
background-color: var(--cor-padrao); | ||
list-style: none; | ||
border-radius: 15px; | ||
} | ||
.usuario img{ | ||
width: 24px; | ||
} | ||
.menu-lista-item:hover{ | ||
color: green; | ||
} | ||
.usuario:hover ~ .cabecalho-menu-usuario { | ||
display: block; | ||
position: absolute; | ||
border-radius: 15px; | ||
} | ||
.usu-menu-lista-item{ | ||
background-color: #46aa2e; | ||
padding: 1em; | ||
border-bottom: 1px solid white; | ||
} | ||
|
||
|
||
.usu-menu-lista-item:first-child{ | ||
border-radius: 10px 10px 0 0; | ||
} | ||
.usu-menu-lista-item:hover{ | ||
opacity: 0.9; | ||
} | ||
.input-pesquisa::placeholder{ | ||
text-align: center; | ||
font-size: 14px; | ||
} | ||
.usu-menu-lista-item:last-child{ | ||
border-radius: 0 0 10px 10px; | ||
} | ||
|
||
.main{ | ||
font-size: 30px; | ||
padding: 100px; | ||
margin: 100px; | ||
} |
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,7 @@ | ||
.minha-conta-infos{ | ||
padding: 10px; | ||
text-align: center; | ||
} | ||
.formas-de-pagamento{ | ||
border: 1px solid black; | ||
} |
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,43 @@ | ||
html, body, div, span, applet, object, iframe, | ||
h1, h2, h3, h4, h5, h6, p, blockquote, pre, | ||
a, abbr, acronym, address, big, cite, code, | ||
del, dfn, em, img, ins, kbd, q, s, samp, | ||
small, strike, strong, sub, sup, tt, var, | ||
b, u, i, center, | ||
dl, dt, dd, ol, ul, li, | ||
fieldset, form, label, legend, | ||
table, caption, tbody, tfoot, thead, tr, th, td, | ||
article, aside, canvas, details, embed, | ||
figure, figcaption, footer, header, hgroup, | ||
menu, nav, output, ruby, section, summary, | ||
time, mark, audio, video { | ||
margin: 0; | ||
padding: 0; | ||
border: 0; | ||
font-size: 100%; | ||
font: inherit; | ||
vertical-align: baseline; | ||
} | ||
/* HTML5 display-role reset for older browsers */ | ||
article, aside, details, figcaption, figure, | ||
footer, header, hgroup, menu, nav, section { | ||
display: block; | ||
} | ||
body { | ||
line-height: 1; | ||
} | ||
ol, ul { | ||
list-style: none; | ||
} | ||
blockquote, q { | ||
quotes: none; | ||
} | ||
blockquote:before, blockquote:after, | ||
q:before, q:after { | ||
content: ''; | ||
content: none; | ||
} | ||
table { | ||
border-collapse: collapse; | ||
border-spacing: 0; | ||
} |
Oops, something went wrong.