diff --git a/IMPORTANTE_(LEIA).txt b/IMPORTANTE_(LEIA).txt new file mode 100644 index 0000000..18bd40f --- /dev/null +++ b/IMPORTANTE_(LEIA).txt @@ -0,0 +1,4 @@ +Nome: Enrique Gabriel A. Andrade +Turma: 3ºA +Número: 10 +Colégio: Colégio Estadual Almiro Sartori diff --git a/abelha.jpg b/abelha.jpg new file mode 100644 index 0000000..fdccd48 Binary files /dev/null and b/abelha.jpg differ diff --git a/abelha2.jpg b/abelha2.jpg new file mode 100644 index 0000000..0ce9e3b Binary files /dev/null and b/abelha2.jpg differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..a6d8305 --- /dev/null +++ b/index.html @@ -0,0 +1,88 @@ + + + + + + Programa Agrinho + + + + + +
+

Apicultura

+

A arte do mel

+
+ + +
+

+
+ +
+
+
+
+

+ O que é a Apicultura? +

+ Apicultura é a ciência, ou arte, da criação de abelhas com ferrão. Trata-se de um ramo da zootecnia.
Ela também consiste na criação de abelhas exóticas (Apis mellifera) com o objetivo de produzir mel,
própolis, geleia real, pólen e cera de abelha, sendo incentivado pelo Incaper em diversos municípios
capixabas e tem se mostrado uma excelente alternativa de diversificação agrícola. +

+ Quais os benefiícios do mel à saúde? +

+ Ajuda a proteger e a recuperar a mucosa gástrica, por meio de sua ação anti-inflamatória e antioxidante.
Também é um excelente probiotico e nutre as boas bactérias do intestino, entretanto, deve
ser consumido com moderação, visto que desregula o açucar no sangue e aumenta o peso. +

+ Qual a História da Apicultura? +

+ As teorias dizem que já existiam abelhas há 42 milhões de anos, idênticas às atuais.
Mas o que se têm de fato, é o relato do uso do mel pelas civilizações
mais antigas traçadas pela história, sendo uma delas os Sumérios. +

+
+ +
+
+

Valor dos Produtos no Estado.

+ + + + + + + + + + + + + + + + + + + + + + + + + +
ProdutosValoresPeso
MelR$ 41,531 kg
Pão de MelR$ 230,001 kg
Bolo de MelR$ 40,001 kg
+
+
+ +
+
+
+ + + diff --git a/mel.jpg b/mel.jpg new file mode 100644 index 0000000..62c1cb9 Binary files /dev/null and b/mel.jpg differ diff --git a/style.css b/style.css new file mode 100644 index 0000000..6754438 --- /dev/null +++ b/style.css @@ -0,0 +1,111 @@ +body { + background-color: rgb(86, 119, 119); + margin: 0px; + margin-top: -22px; +} +#titulo { + background-color: rgb(128, 148, 167); +} + +div { + align-items: flex-start; + display: flex; +} + +h1 { + color: rgb(233, 213, 102); + -webkit-text-stroke: 1px; + -webkit-text-stroke-color: rgb(146, 118, 82); + display: flex; + justify-content: center; + padding-top: 20px; + margin-bottom: -40px; +} +.subtitulo{ + color: rgb(233, 213, 102); + display: flex; + justify-content: center; + padding-top: 20px; + margin-bottom: -40px; + +} +#imagem { + justify-content: space-around; + +} +#i_titulo { + width: 150px; + height: 100px; + border: 2px solid rgb(143, 98, 0); +} + +#introducao { + padding-left: 10px; + padding-top: 20px; + display: flex; + background-color: rgb(161, 188, 201); +} + +.texto { + padding-right: 30px; +} +#i_introducao { + width: 300px; + border: 2px solid red; + border-radius: 10px; +} +#box { + border-right: 2px solid rgb(99, 99, 99); + height: 100%; + width: 10px; + opacity: 0.5; +} +.tabela { + margin-top: -50px; + display: table-column; +} +table { + width: 50%; + border-collapse: collapse; + margin: 20px auto; +} +h2 { + padding-left: 10px; + padding-top: 50px; +} +th, td { + border: 1px solid #ddd; + padding: 8px; + text-align: left; +} +th { + background-color: #f2f2f2; +} +tr:nth-child(odd) { + background-color: #ddd; +} +tr:nth-child(even) { + background-color: #ebe4e9; +} +tr:hover { + background-color: #ccc; +} +ul { + margin: 0; + padding: 0; + padding-top: 100px; + padding-left: 20px; + background-color: inherit; +} +li{ + list-style-type: none; + display: flex; + margin-left: 5px; + font-weight: 300; + margin-top: auto; +} +footer { + text-align: center; + background-color: rgb(86, 119, 119); + color: white; +} \ No newline at end of file