diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..1c62c11 Binary files /dev/null and b/.DS_Store differ diff --git a/quinzena1/.DS_Store b/quinzena1/.DS_Store new file mode 100644 index 0000000..3a8afd7 Binary files /dev/null and b/quinzena1/.DS_Store differ diff --git a/quinzena1/sistema-loja/.DS_Store b/quinzena1/sistema-loja/.DS_Store new file mode 100644 index 0000000..3e251a9 Binary files /dev/null and b/quinzena1/sistema-loja/.DS_Store differ diff --git a/quinzena1/sistema-loja/add-produto.html b/quinzena1/sistema-loja/add-produto.html new file mode 100644 index 0000000..fd9e4dd --- /dev/null +++ b/quinzena1/sistema-loja/add-produto.html @@ -0,0 +1,67 @@ + + + + + + + + Adicionar Produto + + +
+

Bem-vind@ à Casa do Papel!

+

Papelaria é aqui.

+
+
+ +
+ Página Inicial + Controle de Estoque + Adicionar Produto + Funcionários +
+ + +

Adicionar Produto

+
+
+ + +
+ +
+ + + +
+ +
+ + + +
+ +
+ + + +
+ +
+ + +
+ +
+
+ + + + \ No newline at end of file diff --git a/quinzena1/sistema-loja/ctrl-estoque.html b/quinzena1/sistema-loja/ctrl-estoque.html new file mode 100644 index 0000000..5893ffc --- /dev/null +++ b/quinzena1/sistema-loja/ctrl-estoque.html @@ -0,0 +1,80 @@ + + + + + + + + Controle de Estoque + + +
+

Bem-vind@ à Casa do Papel!

+

Papelaria é aqui.

+
+
+
+ Página Inicial + Controle de Estoque + Adicionar Produto + Funcionários +
+ +

Controle de Estoque

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FotoDescriçãoPreço (R$)Quantidade disponível
Papel Colorset Papel Colorset 1,00 100 un
Papel Seda Papel Seda 0,50 60 un
Papel Cartolina Papel Cartolina 0,80 80 un
Papel Sulfite Sulfite 5,50 90 pct
Bloco de Fichário Bloco de Fichário 8,00 140 un
+
+ + + \ No newline at end of file diff --git a/quinzena1/sistema-loja/funcionarios.html b/quinzena1/sistema-loja/funcionarios.html new file mode 100644 index 0000000..6145898 --- /dev/null +++ b/quinzena1/sistema-loja/funcionarios.html @@ -0,0 +1,40 @@ + + + + + + + + Funcionários + + +
+

Bem-vind@ à Casa do Papel!

+

Papelaria é aqui.

+
+
+
+ Página Inicial + Controle de Estoque + Adicionar Produto + Funcionários +
+ +

Funcionários

+ + +
+ + + + \ No newline at end of file diff --git a/quinzena1/sistema-loja/img/.DS_Store b/quinzena1/sistema-loja/img/.DS_Store new file mode 100644 index 0000000..82b5665 Binary files /dev/null and b/quinzena1/sistema-loja/img/.DS_Store differ diff --git a/quinzena1/sistema-loja/img/bloco-fichario.png b/quinzena1/sistema-loja/img/bloco-fichario.png new file mode 100644 index 0000000..2ac619a Binary files /dev/null and b/quinzena1/sistema-loja/img/bloco-fichario.png differ diff --git a/quinzena1/sistema-loja/img/papel-cartolina.jpeg b/quinzena1/sistema-loja/img/papel-cartolina.jpeg new file mode 100644 index 0000000..64abeda Binary files /dev/null and b/quinzena1/sistema-loja/img/papel-cartolina.jpeg differ diff --git a/quinzena1/sistema-loja/img/papel-colorset.jpeg b/quinzena1/sistema-loja/img/papel-colorset.jpeg new file mode 100644 index 0000000..9e0ef2e Binary files /dev/null and b/quinzena1/sistema-loja/img/papel-colorset.jpeg differ diff --git a/quinzena1/sistema-loja/img/papel-seda.jpeg b/quinzena1/sistema-loja/img/papel-seda.jpeg new file mode 100644 index 0000000..2bb1258 Binary files /dev/null and b/quinzena1/sistema-loja/img/papel-seda.jpeg differ diff --git a/quinzena1/sistema-loja/img/papel-sulfite.jpeg b/quinzena1/sistema-loja/img/papel-sulfite.jpeg new file mode 100644 index 0000000..01c2014 Binary files /dev/null and b/quinzena1/sistema-loja/img/papel-sulfite.jpeg differ diff --git a/quinzena1/sistema-loja/index.html b/quinzena1/sistema-loja/index.html new file mode 100644 index 0000000..4b1099f --- /dev/null +++ b/quinzena1/sistema-loja/index.html @@ -0,0 +1,41 @@ + + + + + + + + Casa do Papel + + +
+

Bem-vind@ à Casa do Papel!

+

Papelaria é aqui.

+
+ +
+
+ Página Inicial + Controle de Estoque + Adicionar Produto + Funcionários +
+ +
+ +

Sobre nós

+

A Casa do Papel começou em 2020, numa pequena loja (virtual) no quarto do desenvolvedor. Desde o começo a preocupação foi em dar tempo de terminar. Com o atendimento personalizado e com o ambiente agradável, apresentamos a sua nova papelaria.

+

+
+ + + + + \ No newline at end of file diff --git a/quinzena1/sistema-loja/style.css b/quinzena1/sistema-loja/style.css new file mode 100644 index 0000000..f375451 --- /dev/null +++ b/quinzena1/sistema-loja/style.css @@ -0,0 +1,41 @@ +* { + background-color: #FDEFDA; + color: #1D2043; + font-family: 'Courier New'; +} + +h1 { + font-size: 60px; + text-align: center; +} + +h2 { + font-size: 30px; + text-align: center; +} + +p { + font-size: 20px; + text-align: justify; +} +.botoes { + font-size: 20px; + text-align: center; + margin: 40px 80px; +} +footer p { + margin: 80px; + text-align: center; + +} +footer img { + width: 40px; + margin: 12px 80px; +} + +.redessociais { + display: flex; + justify-content: center; + align-items: flex-start; +} +