diff --git a/quinzenal1/portifolio/contato.html b/quinzenal1/portifolio/contato.html new file mode 100644 index 0000000..44a673b --- /dev/null +++ b/quinzenal1/portifolio/contato.html @@ -0,0 +1,63 @@ + + + + + + + Portifólio + + + + +
+ INICIO + SOBRE MIM + MEUS PROJETOS + CONTATO +
+
+

+ PARA CURIOSIDADES EM COMO < CODAR COMO UMA GAROTA >
+ ENTRE EM CONTATO ATRAVÉS DAS NOSSAS REDES SOCIAIS. +

+
+
+
+
+

MANDA UM E-MAIL PRA GENTE, VAI:

+
+
+
+
+ + +
+
+ + +
+
+ + +
+
+
+ +
+
+
+
+
+
+
+

Que tal conhecer mais sobre meu trabalho? Da um confere!

+ + + +
+ + diff --git a/quinzenal1/portifolio/img/2927262.jpg b/quinzenal1/portifolio/img/2927262.jpg new file mode 100644 index 0000000..986b608 Binary files /dev/null and b/quinzenal1/portifolio/img/2927262.jpg differ diff --git a/quinzenal1/portifolio/img/2940937.jpg b/quinzenal1/portifolio/img/2940937.jpg new file mode 100644 index 0000000..e783f8e Binary files /dev/null and b/quinzenal1/portifolio/img/2940937.jpg differ diff --git "a/quinzenal1/portifolio/img/Sem t\303\255tulo.png" "b/quinzenal1/portifolio/img/Sem t\303\255tulo.png" new file mode 100644 index 0000000..195362b Binary files /dev/null and "b/quinzenal1/portifolio/img/Sem t\303\255tulo.png" differ diff --git a/quinzenal1/portifolio/img/comercial.png b/quinzenal1/portifolio/img/comercial.png new file mode 100644 index 0000000..a849d4e Binary files /dev/null and b/quinzenal1/portifolio/img/comercial.png differ diff --git a/quinzenal1/portifolio/img/face.jpg b/quinzenal1/portifolio/img/face.jpg new file mode 100644 index 0000000..129edc4 Binary files /dev/null and b/quinzenal1/portifolio/img/face.jpg differ diff --git a/quinzenal1/portifolio/img/insta.jpg b/quinzenal1/portifolio/img/insta.jpg new file mode 100644 index 0000000..b901acc Binary files /dev/null and b/quinzenal1/portifolio/img/insta.jpg differ diff --git a/quinzenal1/portifolio/img/portifolio.jpg b/quinzenal1/portifolio/img/portifolio.jpg new file mode 100644 index 0000000..7c1448f Binary files /dev/null and b/quinzenal1/portifolio/img/portifolio.jpg differ diff --git a/quinzenal1/portifolio/index.html b/quinzenal1/portifolio/index.html new file mode 100644 index 0000000..f53c263 --- /dev/null +++ b/quinzenal1/portifolio/index.html @@ -0,0 +1,32 @@ + + + + + + + Portifólio + + + + +
+ INICIO + SOBRE MIM + MEUS PROJETOS + CONTATO +
+
+

< CODANDO > COMO UMA GAROTA.

+
+
+

Que tal conhecer mais sobre meu trabalho? Da um confere!

+ + + +
+ + diff --git a/quinzenal1/portifolio/projetos.html b/quinzenal1/portifolio/projetos.html new file mode 100644 index 0000000..6c51c81 --- /dev/null +++ b/quinzenal1/portifolio/projetos.html @@ -0,0 +1,49 @@ + + + + + + + Adicionar Produto + + + +
+ INICIO + SOBRE MIM + MEUS PROJETOS + CONTATO +
+
+

< MEUS PROJETOS >

+
+
+
+
+ +

Projeto Seletivo Labenu:

+
+
+
+ +

Projeto Comercial:

+
+
+
+ +

Portifólio:

+
+
+
+
+

Que tal conhecer mais sobre meu trabalho? Da um confere!

+ + + +
+ + diff --git a/quinzenal1/portifolio/projetos/comercial.css b/quinzenal1/portifolio/projetos/comercial.css new file mode 100644 index 0000000..6b4152e --- /dev/null +++ b/quinzenal1/portifolio/projetos/comercial.css @@ -0,0 +1,65 @@ +* { + padding: 0; + margin: 0; + outline: 0; + table-layout: border-box; + font-weight: bold; +} + +a { + text-decoration: none; +} + +body { + font-family: Roboto, "Segoe UI", Tahoma, sans-serif; + background-image: url("../img/2927262.jpg"); + background-size: cover; + color: #05f2f2; + display: flex; + justify-content: space-between; + flex-direction: column; +} + +.cabecalho { + display: flex; + justify-content: center; + align-items: center; + font-size: 16px; + height: 70px; + padding-right: 30px; + background: #12121c; +} +.cabecalho > a { + color: #05f2f2; + padding-left: 50px; +} + +.sobremim, +.formacao, +.experiencia { + margin: 30px; + flex: 1; +} + +.sobremim > p, +.formacao > p, +.experiencia > p { + margin-top: 50px; + flex: 1; +} + +.rodape { + display: flex; + justify-content: center; + align-items: center; + font-size: 16px; + height: 60px; + padding-right: 30px; + background: #12121c; +} + +.rodape > a > img { + width: 50px; + height: 50px; + margin-left: 25px; +} diff --git a/quinzenal1/portifolio/projetos/comercial.html b/quinzenal1/portifolio/projetos/comercial.html new file mode 100644 index 0000000..883c89e --- /dev/null +++ b/quinzenal1/portifolio/projetos/comercial.html @@ -0,0 +1,47 @@ + + + + + + + Processo Seletivo + + + +
+ INICIO + SOBRE MIM + MEUS PROJETOS + CONTATO +
+
+

< MEUS PROJETOS >

+
+
+

Projeto Comercial.

+
+ +
+
+ + +
+
+
+ +
+

Que tal conhecer mais sobre meu trabalho? Da um confere!

+ + + +
+ + diff --git a/quinzenal1/portifolio/projetos/portifolio.css b/quinzenal1/portifolio/projetos/portifolio.css new file mode 100644 index 0000000..6b4152e --- /dev/null +++ b/quinzenal1/portifolio/projetos/portifolio.css @@ -0,0 +1,65 @@ +* { + padding: 0; + margin: 0; + outline: 0; + table-layout: border-box; + font-weight: bold; +} + +a { + text-decoration: none; +} + +body { + font-family: Roboto, "Segoe UI", Tahoma, sans-serif; + background-image: url("../img/2927262.jpg"); + background-size: cover; + color: #05f2f2; + display: flex; + justify-content: space-between; + flex-direction: column; +} + +.cabecalho { + display: flex; + justify-content: center; + align-items: center; + font-size: 16px; + height: 70px; + padding-right: 30px; + background: #12121c; +} +.cabecalho > a { + color: #05f2f2; + padding-left: 50px; +} + +.sobremim, +.formacao, +.experiencia { + margin: 30px; + flex: 1; +} + +.sobremim > p, +.formacao > p, +.experiencia > p { + margin-top: 50px; + flex: 1; +} + +.rodape { + display: flex; + justify-content: center; + align-items: center; + font-size: 16px; + height: 60px; + padding-right: 30px; + background: #12121c; +} + +.rodape > a > img { + width: 50px; + height: 50px; + margin-left: 25px; +} diff --git a/quinzenal1/portifolio/projetos/portifolio.html b/quinzenal1/portifolio/projetos/portifolio.html new file mode 100644 index 0000000..7bdc5f3 --- /dev/null +++ b/quinzenal1/portifolio/projetos/portifolio.html @@ -0,0 +1,46 @@ + + + + + + + Processo Seletivo + + + +
+ INICIO + SOBRE MIM + MEUS PROJETOS + CONTATO +
+
+

< MEUS PROJETOS >

+
+
+
+

Portifolio

+
+ +
+
+ + +
+
+
+

Que tal conhecer mais sobre meu trabalho? Da um confere!

+ + + +
+ + diff --git a/quinzenal1/portifolio/projetos/seletivo.css b/quinzenal1/portifolio/projetos/seletivo.css new file mode 100644 index 0000000..8cc7121 --- /dev/null +++ b/quinzenal1/portifolio/projetos/seletivo.css @@ -0,0 +1,69 @@ +* { + padding: 0; + margin: 0; + outline: 0; + table-layout: border-box; + font-weight: bold; +} + +a { + text-decoration: none; +} + +body { + font-family: Roboto, "Segoe UI", Tahoma, sans-serif; + background-image: url("../img/2927262.jpg"); + background-size: cover; + color: #05f2f2; + display: flex; + justify-content: space-between; + flex-direction: column; +} + +.cabecalho { + display: flex; + justify-content: center; + align-items: center; + font-size: 16px; + height: 70px; + padding-right: 30px; + background: #12121c; +} +.cabecalho > a { + color: #05f2f2; + padding-left: 50px; +} + +.sobremim, +.formacao, +.experiencia { + margin: 30px; + flex: 1; +} + +.sobremim > p, +.formacao > p, +.experiencia > p { + margin-top: 50px; + flex: 1; +} + +.projetos { + margin: 50px; +} + +.rodape { + display: flex; + justify-content: center; + align-items: center; + font-size: 16px; + height: 60px; + padding-right: 30px; + background: #12121c; +} + +.rodape > a > img { + width: 50px; + height: 50px; + margin-left: 25px; +} diff --git a/quinzenal1/portifolio/projetos/seletivo.html b/quinzenal1/portifolio/projetos/seletivo.html new file mode 100644 index 0000000..394527f --- /dev/null +++ b/quinzenal1/portifolio/projetos/seletivo.html @@ -0,0 +1,48 @@ + + + + + + + Processo Seletivo + + + +
+ INICIO + SOBRE MIM + MEUS PROJETOS + CONTATO +
+
+

< MEUS PROJETOS >

+
+
+
+

Projeto Seletivo Labenu:

+
+ +
+
+ + +
+
+
+
+
+

Que tal conhecer mais sobre meu trabalho? Da um confere!

+ + + +
+ + diff --git a/quinzenal1/portifolio/sobre.html b/quinzenal1/portifolio/sobre.html new file mode 100644 index 0000000..1676a0f --- /dev/null +++ b/quinzenal1/portifolio/sobre.html @@ -0,0 +1,72 @@ + + + + + + + Portifólio + + + + +
+ INICIO + SOBRE MIM + MEUS PROJETOS + CONTATO +
+
+

< SOBRE MIM >

+

+ Me chamo Adrielly Félix, sou formada em Direito pela Uniesp/PB. Casada a + dois anos com o amor da minha vida e pai da minha filha, Maria Luíza de + 11 meses. Ele, formado em Sistema da Informação, também pela Uniesp/PB. + E juntos, estamos mergulhando de cabeça na tecnologia. Somos apaixonados + pelo desenvolvimentos de software e em facilitar a vida humana de alguma + forma. +
+ Espero poder contribuir com o meu melhor nesse mundo através da + tecnologia. +

+
+
+

< FORMAÇÃO >

+

+ 2017. Graduada em Direito pela Uniesp/PB. +
+
+ 2020. Curso de Formação FrontEnd pela Labenu. +

+
+
+

< EXPERIÊNCIA >

+

+ 2009-2010 / 14ª Superintendência Regional de Polícia Rodoviária Federal. +
+
+ 2011-2013 / 14ª Superintendência Regional de Polícia Rodoviária Federal +
+
+ 2013-2015 / Rocha, Marinho & Sales Advogados Associados. +
+
+ 2014 – 2015 / PROCÁRDIO – Instituto de Cardiologia da Paraíba – Hospital + Memorial São Francisco. +
+
+ 2015 - 2016 / LSM Assessoria e Consultoria Jurídica. +

+
+
+

Que tal conhecer mais sobre meu trabalho? Da um confere!

+ + + + + + +
+ + diff --git a/quinzenal1/portifolio/styles/contato.css b/quinzenal1/portifolio/styles/contato.css new file mode 100644 index 0000000..abea99b --- /dev/null +++ b/quinzenal1/portifolio/styles/contato.css @@ -0,0 +1,65 @@ +* { + padding: 0; + margin: 0; + outline: 0; + table-layout: border-box; + font-weight: bold; +} + +a { + text-decoration: none; +} + +body { + font-family: Roboto, "Segoe UI", Tahoma, sans-serif; + height: 100vh; + background-image: url("../img/2927262.jpg"); + background-size: cover; + color: #05f2f2; + display: flex; + justify-content: space-between; + flex-direction: column; +} + +.cabecalho { + display: flex; + justify-content: center; + align-items: center; + font-size: 16px; + height: 70px; + padding-right: 30px; + background: #12121c; +} +.cabecalho > a { + color: #05f2f2; + padding-left: 50px; +} + +.sobremim { + margin: 100px; + flex: 1; +} + +.sobremim > p { + margin-top: 50px; +} + +.codando { + margin-left: 200px; +} + +.rodape { + display: flex; + justify-content: center; + align-items: center; + font-size: 16px; + height: 60px; + padding-right: 30px; + background: #12121c; +} + +.rodape > a > img { + width: 50px; + height: 50px; + margin-left: 25px; +} diff --git a/quinzenal1/portifolio/styles/index.css b/quinzenal1/portifolio/styles/index.css new file mode 100644 index 0000000..6962cca --- /dev/null +++ b/quinzenal1/portifolio/styles/index.css @@ -0,0 +1,51 @@ +* { + padding: 0; + margin: 0; + outline: 0; + table-layout: border-box; + font-weight: bold; +} + +a { + text-decoration: none; +} + +body { + font-family: Roboto, "Segoe UI", Tahoma, sans-serif; + height: 100vh; + background-image: url("../img/2927262.jpg"); + background-size: cover; + color: #05f2f2; + display: flex; + justify-content: space-between; + flex-direction: column; +} + +.cabecalho { + display: flex; + justify-content: center; + align-items: center; + font-size: 16px; + height: 70px; + padding-right: 30px; + background: #12121c; +} +.cabecalho > a { + color: #05f2f2; + padding-left: 50px; +} +.rodape { + display: flex; + justify-content: center; + align-items: center; + font-size: 16px; + height: 60px; + padding-right: 30px; + background: #12121c; +} + +.rodape > a > img { + width: 50px; + height: 50px; + margin-left: 25px; +} diff --git a/quinzenal1/portifolio/styles/projetos.css b/quinzenal1/portifolio/styles/projetos.css new file mode 100644 index 0000000..2ef57a4 --- /dev/null +++ b/quinzenal1/portifolio/styles/projetos.css @@ -0,0 +1,62 @@ +* { + padding: 0; + margin: 0; + outline: 0; + table-layout: border-box; + font-weight: bold; +} + +a { + text-decoration: none; + color: #05f2f2; +} + +body { + font-family: Roboto, "Segoe UI", Tahoma, sans-serif; + height: 100vh; + background-image: url("../img/2927262.jpg"); + background-size: cover; + color: #05f2f2; + display: flex; + justify-content: space-between; + flex-direction: column; +} + +.cabecalho { + display: flex; + justify-content: center; + align-items: center; + font-size: 16px; + height: 70px; + padding-right: 30px; + background: #12121c; +} +.cabecalho > a { + color: #05f2f2; + padding-left: 50px; +} + +.sobremim { + margin: 100px; +} + +.projetos { + flex: 1; + margin: 100px; + color: #05f2f2; +} +.rodape { + display: flex; + justify-content: center; + align-items: center; + font-size: 16px; + height: 60px; + padding-right: 30px; + background: #12121c; +} + +.rodape > a > img { + width: 50px; + height: 50px; + margin-left: 25px; +} diff --git a/quinzenal1/portifolio/styles/sobre.css b/quinzenal1/portifolio/styles/sobre.css new file mode 100644 index 0000000..6b4152e --- /dev/null +++ b/quinzenal1/portifolio/styles/sobre.css @@ -0,0 +1,65 @@ +* { + padding: 0; + margin: 0; + outline: 0; + table-layout: border-box; + font-weight: bold; +} + +a { + text-decoration: none; +} + +body { + font-family: Roboto, "Segoe UI", Tahoma, sans-serif; + background-image: url("../img/2927262.jpg"); + background-size: cover; + color: #05f2f2; + display: flex; + justify-content: space-between; + flex-direction: column; +} + +.cabecalho { + display: flex; + justify-content: center; + align-items: center; + font-size: 16px; + height: 70px; + padding-right: 30px; + background: #12121c; +} +.cabecalho > a { + color: #05f2f2; + padding-left: 50px; +} + +.sobremim, +.formacao, +.experiencia { + margin: 30px; + flex: 1; +} + +.sobremim > p, +.formacao > p, +.experiencia > p { + margin-top: 50px; + flex: 1; +} + +.rodape { + display: flex; + justify-content: center; + align-items: center; + font-size: 16px; + height: 60px; + padding-right: 30px; + background: #12121c; +} + +.rodape > a > img { + width: 50px; + height: 50px; + margin-left: 25px; +} diff --git a/quinzenal1/sistema-loja/add-produto.html b/quinzenal1/sistema-loja/add-produto.html new file mode 100644 index 0000000..f86681e --- /dev/null +++ b/quinzenal1/sistema-loja/add-produto.html @@ -0,0 +1,50 @@ + + + + + + + Adicionar Produto + + + +
+ Página Inicial + Controle de Estoque + Adicionar Produto + Funcionários +
+
+

Adicionar Produto

+
+
+
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + + +
+ +
+ + + diff --git a/quinzenal1/sistema-loja/ctrl-estoque.html b/quinzenal1/sistema-loja/ctrl-estoque.html new file mode 100644 index 0000000..9acc1f1 --- /dev/null +++ b/quinzenal1/sistema-loja/ctrl-estoque.html @@ -0,0 +1,82 @@ + + + + + + + Bêabá Moda Infantil + + + + + +

Bem vindo ao nosso Controle de Estoque

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FotoDescriçãoPreço (R$)Quantidade disponível
Conjunto MeninoConjunto MeninoR$ 109,903
Vestido MaluVestido MaluR$ 99,901
Vestido Tie DayVestido Tie DayR$ 79,905
Vestido MariaVestido MariaR$ 90,005
Conjunto JoãoConjunto JoãoR$ 97,008
+
+
+

Sigam nossas redes sociais!

+ + + + +
+ + diff --git a/quinzenal1/sistema-loja/funcionarios.html b/quinzenal1/sistema-loja/funcionarios.html new file mode 100644 index 0000000..af5544d --- /dev/null +++ b/quinzenal1/sistema-loja/funcionarios.html @@ -0,0 +1,35 @@ + + + + + + + Funcionários + + + + + + +
+
+

Funcionários

+
+
+
    +
  1. Adrielly Félix
  2. +
  3. Victor Félix
  4. +
  5. Maria Luíza Félix
  6. +
  7. Gilmar Barbosa
  8. +
  9. Andrea Barbosa
  10. +
  11. Tauani Barbosa
  12. +
+
+
+ + diff --git a/quinzenal1/sistema-loja/img/1 (1).jpg b/quinzenal1/sistema-loja/img/1 (1).jpg new file mode 100644 index 0000000..19f2d93 Binary files /dev/null and b/quinzenal1/sistema-loja/img/1 (1).jpg differ diff --git a/quinzenal1/sistema-loja/img/1 (2).jpg b/quinzenal1/sistema-loja/img/1 (2).jpg new file mode 100644 index 0000000..67e3487 Binary files /dev/null and b/quinzenal1/sistema-loja/img/1 (2).jpg differ diff --git a/quinzenal1/sistema-loja/img/1 (3).jpg b/quinzenal1/sistema-loja/img/1 (3).jpg new file mode 100644 index 0000000..910fe5e Binary files /dev/null and b/quinzenal1/sistema-loja/img/1 (3).jpg differ diff --git a/quinzenal1/sistema-loja/img/1 (4).jpg b/quinzenal1/sistema-loja/img/1 (4).jpg new file mode 100644 index 0000000..f413e8c Binary files /dev/null and b/quinzenal1/sistema-loja/img/1 (4).jpg differ diff --git a/quinzenal1/sistema-loja/img/1 (5).jpg b/quinzenal1/sistema-loja/img/1 (5).jpg new file mode 100644 index 0000000..bf297f2 Binary files /dev/null and b/quinzenal1/sistema-loja/img/1 (5).jpg differ diff --git a/quinzenal1/sistema-loja/img/21404.jpg b/quinzenal1/sistema-loja/img/21404.jpg new file mode 100644 index 0000000..90d5876 Binary files /dev/null and b/quinzenal1/sistema-loja/img/21404.jpg differ diff --git a/quinzenal1/sistema-loja/img/29055.jpg b/quinzenal1/sistema-loja/img/29055.jpg new file mode 100644 index 0000000..8875985 Binary files /dev/null and b/quinzenal1/sistema-loja/img/29055.jpg differ diff --git a/quinzenal1/sistema-loja/img/Beaba-Logo1 branco.jpg b/quinzenal1/sistema-loja/img/Beaba-Logo1 branco.jpg new file mode 100644 index 0000000..fe8d58a Binary files /dev/null and b/quinzenal1/sistema-loja/img/Beaba-Logo1 branco.jpg differ diff --git a/quinzenal1/sistema-loja/img/Beaba-Logo1 transparente.png b/quinzenal1/sistema-loja/img/Beaba-Logo1 transparente.png new file mode 100644 index 0000000..c927af0 Binary files /dev/null and b/quinzenal1/sistema-loja/img/Beaba-Logo1 transparente.png differ diff --git a/quinzenal1/sistema-loja/img/Beaba-Logo2 transparente.png b/quinzenal1/sistema-loja/img/Beaba-Logo2 transparente.png new file mode 100644 index 0000000..aa8f88a Binary files /dev/null and b/quinzenal1/sistema-loja/img/Beaba-Logo2 transparente.png differ diff --git a/quinzenal1/sistema-loja/img/Perfil.png b/quinzenal1/sistema-loja/img/Perfil.png new file mode 100644 index 0000000..83591b3 Binary files /dev/null and b/quinzenal1/sistema-loja/img/Perfil.png differ diff --git a/quinzenal1/sistema-loja/img/WhatsApp Image 2020-08-28 at 18.45.37.jpeg b/quinzenal1/sistema-loja/img/WhatsApp Image 2020-08-28 at 18.45.37.jpeg new file mode 100644 index 0000000..2333649 Binary files /dev/null and b/quinzenal1/sistema-loja/img/WhatsApp Image 2020-08-28 at 18.45.37.jpeg differ diff --git a/quinzenal1/sistema-loja/img/addprod.jpg b/quinzenal1/sistema-loja/img/addprod.jpg new file mode 100644 index 0000000..cab3952 Binary files /dev/null and b/quinzenal1/sistema-loja/img/addprod.jpg differ diff --git a/quinzenal1/sistema-loja/img/apontando.jpg b/quinzenal1/sistema-loja/img/apontando.jpg new file mode 100644 index 0000000..64d1ce8 Binary files /dev/null and b/quinzenal1/sistema-loja/img/apontando.jpg differ diff --git a/quinzenal1/sistema-loja/img/estoque.jpg b/quinzenal1/sistema-loja/img/estoque.jpg new file mode 100644 index 0000000..d8eb714 Binary files /dev/null and b/quinzenal1/sistema-loja/img/estoque.jpg differ diff --git a/quinzenal1/sistema-loja/img/facebook.jpg b/quinzenal1/sistema-loja/img/facebook.jpg new file mode 100644 index 0000000..f45270d Binary files /dev/null and b/quinzenal1/sistema-loja/img/facebook.jpg differ diff --git a/quinzenal1/sistema-loja/img/insta.jpg b/quinzenal1/sistema-loja/img/insta.jpg new file mode 100644 index 0000000..83c8542 Binary files /dev/null and b/quinzenal1/sistema-loja/img/insta.jpg differ diff --git a/quinzenal1/sistema-loja/img/moldura2 (1).png b/quinzenal1/sistema-loja/img/moldura2 (1).png new file mode 100644 index 0000000..ae09320 Binary files /dev/null and b/quinzenal1/sistema-loja/img/moldura2 (1).png differ diff --git a/quinzenal1/sistema-loja/img/moldura2.png b/quinzenal1/sistema-loja/img/moldura2.png new file mode 100644 index 0000000..ae09320 Binary files /dev/null and b/quinzenal1/sistema-loja/img/moldura2.png differ diff --git a/quinzenal1/sistema-loja/img/oie_transparent.png b/quinzenal1/sistema-loja/img/oie_transparent.png new file mode 100644 index 0000000..f413e8c Binary files /dev/null and b/quinzenal1/sistema-loja/img/oie_transparent.png differ diff --git a/quinzenal1/sistema-loja/img/tela.jpg b/quinzenal1/sistema-loja/img/tela.jpg new file mode 100644 index 0000000..e46b9f2 Binary files /dev/null and b/quinzenal1/sistema-loja/img/tela.jpg differ diff --git a/quinzenal1/sistema-loja/img/twitter.jpg b/quinzenal1/sistema-loja/img/twitter.jpg new file mode 100644 index 0000000..b4acde7 Binary files /dev/null and b/quinzenal1/sistema-loja/img/twitter.jpg differ diff --git a/quinzenal1/sistema-loja/img/whats.jpg b/quinzenal1/sistema-loja/img/whats.jpg new file mode 100644 index 0000000..d3f066e Binary files /dev/null and b/quinzenal1/sistema-loja/img/whats.jpg differ diff --git a/quinzenal1/sistema-loja/index.html b/quinzenal1/sistema-loja/index.html new file mode 100644 index 0000000..427326f --- /dev/null +++ b/quinzenal1/sistema-loja/index.html @@ -0,0 +1,43 @@ + + + + + + + Bêabá Moda Infantil + + + + + +
+

Bem-vindos a Bêabá Moda Infantil!

+

+

Aqui você encontra qualidade e conforto para o seu filho (a). +
+
+ Loja especialista em vestir conforto e estilo. +

+

+
+
+

Sigam nossas redes sociais!

+ + + + + +
+ + diff --git a/quinzenal1/sistema-loja/styles/adicionarproduto.css b/quinzenal1/sistema-loja/styles/adicionarproduto.css new file mode 100644 index 0000000..1c2a7bd --- /dev/null +++ b/quinzenal1/sistema-loja/styles/adicionarproduto.css @@ -0,0 +1,50 @@ +* { + padding: 0; + margin: 0; + outline: 0; + table-layout: border-box; + font-weight: bold; +} + +a { + text-decoration: none; +} + +body { + font-family: Roboto, "Segoe UI", Tahoma, sans-serif; + height: 100vh; + background-image: url("../img/addprod.jpg"); + background-size: cover; + color: #737067; + display: flex; + justify-content: space-between; + flex-direction: column; +} + +.cabecalho { + display: flex; + justify-content: center; + align-items: center; + font-size: 16px; + height: 70px; + padding-right: 30px; + background: #ffcfb7; +} +.cabecalho > a { + color: #b2846e; + padding-left: 50px; +} +.produto { + color: #737067; + margin: 20px 0 40px 250px; +} + +.lista { + flex: 1; + color: #737067; + margin: 20px 0 40px 150px; +} + +.lista > div { + margin: 20px 0; +} diff --git a/quinzenal1/sistema-loja/styles/controledeestoque.css b/quinzenal1/sistema-loja/styles/controledeestoque.css new file mode 100644 index 0000000..70baac9 --- /dev/null +++ b/quinzenal1/sistema-loja/styles/controledeestoque.css @@ -0,0 +1,62 @@ +* { + padding: 0; + margin: 0; + outline: 0; + table-layout: border-box; + font-weight: bold; +} + +a { + text-decoration: none; +} + +body { + font-family: Roboto, "Segoe UI", Tahoma, sans-serif; + background-size: cover; + background-color: #f5f1d6; + color: #737067; + display: flex; + justify-content: space-between; + flex-direction: column; +} + +table td, +table td * { + vertical-align: top; + padding: 35px; +} + +.cabecalho { + display: flex; + justify-content: center; + align-items: center; + font-size: 16px; + height: 70px; + padding-right: 30px; + background: #ffcfb7; +} + +.descricao { + text-align: center; + margin: 40px 0; +} + +.cabecalho > a { + color: #b2846e; + padding-left: 50px; +} +.rodape { + display: flex; + justify-content: center; + align-items: center; + font-size: 16px; + height: 60px; + padding-right: 30px; + background: white; +} + +.rodape > a > img { + width: 50px; + height: 50px; + margin-left: 25px; +} diff --git a/quinzenal1/sistema-loja/styles/funcionarios.css b/quinzenal1/sistema-loja/styles/funcionarios.css new file mode 100644 index 0000000..32eb27c --- /dev/null +++ b/quinzenal1/sistema-loja/styles/funcionarios.css @@ -0,0 +1,57 @@ +* { + padding: 0; + margin: 0; + outline: 0; + table-layout: border-box; + font-weight: bold; +} + +a { + text-decoration: none; +} + +body { + font-family: Roboto, "Segoe UI", Tahoma, sans-serif; + height: 100vh; + background-image: url("../img/21404.jpg"); + background-size: cover; + color: #737067; + display: flex; + justify-content: space-between; + flex-direction: column; +} + +.cabecalho { + display: flex; + justify-content: center; + align-items: center; + font-size: 16px; + height: 70px; + padding-right: 30px; + background: #ffcfb7; +} +.cabecalho > a { + color: #b2846e; + padding-left: 50px; +} +.rodape { + display: flex; + justify-content: center; + align-items: center; + font-size: 16px; + height: 60px; + padding-right: 30px; +} +.lista { + color: #737067; + margin-left: 70px; +} + +.lista > li { + font-size: initial; +} + +.funcionarios { + margin: 51px; + flex: 1; +} diff --git a/quinzenal1/sistema-loja/styles/index.css b/quinzenal1/sistema-loja/styles/index.css new file mode 100644 index 0000000..43ab513 --- /dev/null +++ b/quinzenal1/sistema-loja/styles/index.css @@ -0,0 +1,57 @@ +* { + padding: 0; + margin: 0; + outline: 0; + table-layout: border-box; + font-weight: bold; +} + +a { + text-decoration: none; +} + +body { + font-family: Roboto, "Segoe UI", Tahoma, sans-serif; + height: 100vh; + background-image: url("../img/apontando.jpg"); + background-size: cover; + color: #737067; + display: flex; + justify-content: space-between; + flex-direction: column; +} + +.cabecalho { + display: flex; + justify-content: center; + align-items: center; + font-size: 16px; + height: 70px; + padding-right: 30px; + background: #ffcfb7; +} +.cabecalho > a { + color: #b2846e; + padding-left: 50px; +} +.rodape { + display: flex; + justify-content: center; + align-items: center; + font-size: 16px; + height: 60px; + padding-right: 30px; + background: white; +} + +.rodape > a > img { + width: 50px; + height: 50px; + margin-left: 25px; +} +.chá-de-fraldas-4-hex { + color: #f2d194; +} +.chá-de-fraldas-5-hex { + color: #f23d3d; +}