diff --git a/assets/.DS_Store b/assets/.DS_Store
new file mode 100644
index 0000000..7871dff
Binary files /dev/null and b/assets/.DS_Store differ
diff --git a/assets/images/logo-transparent.png b/assets/images/logo-transparent.png
new file mode 100644
index 0000000..dbb1186
Binary files /dev/null and b/assets/images/logo-transparent.png differ
diff --git a/css/styles.css b/css/styles.css
index d033e2e..d5874ae 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -669,6 +669,11 @@ footer {
border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
+.footer-top img{
+ width: 40px;
+ border-radius: 10px;
+}
+
.footer-top .brand {
color: var(--blanc);
}
diff --git a/index.html b/index.html
index 93ee784..ec94f0c 100644
--- a/index.html
+++ b/index.html
@@ -7,7 +7,7 @@
-
+
@@ -21,7 +21,7 @@