diff --git a/assets/logo.jpeg b/assets/logo.jpeg
new file mode 100644
index 0000000..2782f7f
Binary files /dev/null and b/assets/logo.jpeg differ
diff --git a/components/footer.html b/components/footer.html
new file mode 100644
index 0000000..a1509c6
--- /dev/null
+++ b/components/footer.html
@@ -0,0 +1,3 @@
+
diff --git a/components/header.html b/components/header.html
new file mode 100644
index 0000000..2bff94d
--- /dev/null
+++ b/components/header.html
@@ -0,0 +1,23 @@
+
diff --git a/global.css b/global.css
index b038525..b20378d 100644
--- a/global.css
+++ b/global.css
@@ -9,6 +9,7 @@
:root {
--white: #f3f3f3;
--black: #333;
+ --blue: #007bff;
}
body {
@@ -23,3 +24,49 @@ body {
color: var(--white);
}
}
+
+footer {
+ position: fixed;
+ bottom: 0;
+ left: 0;
+ width: 100%;
+ padding: 1rem;
+ text-align: center;
+ background-color: var(--blue);
+ color: var(--white);
+}
+
+header {
+ padding: 1rem 0rem;
+ text-align: center;
+ background-color: var(--blue);
+ color: var(--white);
+
+ ul {
+ display: flex;
+ list-style: none;
+ justify-content: center;
+ padding: 0;
+ }
+
+ li {
+ display: flex;
+ align-items: center;
+ margin: 0 1rem;
+ }
+
+ a {
+ color: var(--white);
+ text-decoration: none;
+ }
+
+ nav {
+ background-color: var(--black);
+ }
+
+ img {
+ width: 3rem;
+ margin-right: 0.5rem;
+ border-radius: 0.2rem;
+ }
+}
diff --git a/index.html b/index.html
index 21ec72f..8f9f3b7 100644
--- a/index.html
+++ b/index.html
@@ -1,13 +1,19 @@
-
-
-
-
- Associação Jovens do Futuro
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+ Associação Jovens do Futuro
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/contato/index.html b/pages/contato/index.html
index f0760dc..0e2efbf 100644
--- a/pages/contato/index.html
+++ b/pages/contato/index.html
@@ -1,13 +1,18 @@
-
-
-
- Contatos
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+ Contatos
+
+
+
+
+
+
+
+
+
+
+
+