diff --git a/portfolio/fixbugs.html b/portfolio/fixbugs.html
new file mode 100644
index 0000000..1bd1561
--- /dev/null
+++ b/portfolio/fixbugs.html
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+ Concerto Bugs
+
+
+
+
+
Projeto Concerto de bugs
+
+
+
+

+

+
+
+
+
\ No newline at end of file
diff --git a/portfolio/home.html b/portfolio/home.html
new file mode 100644
index 0000000..2e3f253
--- /dev/null
+++ b/portfolio/home.html
@@ -0,0 +1,55 @@
+
+
+
+
+
+
+ Portfolio
+
+
+
+
+
+
+
+
+
+
+ -
+
LABENU
+
+
+ -
+
Lanches da FAMILIA
+
+
+
+
+
+
+
+
+ 
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/portfolio/img/bugs.JPG b/portfolio/img/bugs.JPG
new file mode 100644
index 0000000..0023816
Binary files /dev/null and b/portfolio/img/bugs.JPG differ
diff --git a/portfolio/img/compra.JPG b/portfolio/img/compra.JPG
new file mode 100644
index 0000000..8bab024
Binary files /dev/null and b/portfolio/img/compra.JPG differ
diff --git a/portfolio/img/eu.jpg b/portfolio/img/eu.jpg
new file mode 100644
index 0000000..f90384d
Binary files /dev/null and b/portfolio/img/eu.jpg differ
diff --git a/portfolio/img/floresta-encantada.jpg b/portfolio/img/floresta-encantada.jpg
new file mode 100644
index 0000000..45ad9b0
Binary files /dev/null and b/portfolio/img/floresta-encantada.jpg differ
diff --git a/portfolio/img/funcionarios.JPG b/portfolio/img/funcionarios.JPG
new file mode 100644
index 0000000..cf0b8c5
Binary files /dev/null and b/portfolio/img/funcionarios.JPG differ
diff --git a/portfolio/img/home-loja.JPG b/portfolio/img/home-loja.JPG
new file mode 100644
index 0000000..bac2d8f
Binary files /dev/null and b/portfolio/img/home-loja.JPG differ
diff --git a/portfolio/img/labenu.png b/portfolio/img/labenu.png
new file mode 100644
index 0000000..745b51c
Binary files /dev/null and b/portfolio/img/labenu.png differ
diff --git a/portfolio/img/lanche.jpg b/portfolio/img/lanche.jpg
new file mode 100644
index 0000000..23715b3
Binary files /dev/null and b/portfolio/img/lanche.jpg differ
diff --git a/portfolio/loja.html b/portfolio/loja.html
new file mode 100644
index 0000000..77f7644
--- /dev/null
+++ b/portfolio/loja.html
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+ Loja de Doces
+
+
+
+
+
Projeto de loja de doces
+
+
+
+

+

+
+
+
+
\ No newline at end of file
diff --git a/portfolio/style.css b/portfolio/style.css
new file mode 100644
index 0000000..6c4cace
--- /dev/null
+++ b/portfolio/style.css
@@ -0,0 +1,37 @@
+body{
+ background: url(./img/floresta-encantada.jpg);
+ background-size: 100%;
+}
+.logo{
+ width: 150px;
+ height: 150px;
+}
+
+.sobremim{
+ display: inline-block;
+ width: 33%;
+}
+li{
+ display: block;
+}
+li>img{
+ width: 100px;
+ height: 100px;
+ text-align: left;
+}
+.imagem{
+
+ width: 150px;
+ height: 150px;
+}
+
+.demon{
+ width: 500px;
+ height: 400px;
+ border: 3px solid blue;
+}
+.projeto:hover{
+
+ display: block;
+ opacity: 50%;
+}
\ No newline at end of file