diff --git a/index.html b/index.html
index fc49ab1..206b117 100644
--- a/index.html
+++ b/index.html
@@ -1,369 +1,188 @@
-
-
-
- Badge Website
+
+
+
+ Responsive Footer with LinkedIn Fix
+
+ /* Ensure content takes remaining space */
+ .content {
+ flex-grow: 1;
+ padding: 20px;
+ }
+
+ /* Footer styles */
+ .site-footer {
+ background-color: #333;
+ color: white;
+ text-align: center;
+ padding: 20px;
+ flex-shrink: 0;
+ }
+
+ .footer-container {
+ display: flex;
+ justify-content: space-around;
+ padding: 10px;
+ }
+
+ .footer-section {
+ flex: 1;
+ }
+
+ .footer-section h3 {
+ margin-bottom: 10px;
+ }
+
+ .footer-section ul {
+ list-style: none;
+ }
+
+ .footer-section ul li {
+ margin: 5px 0;
+ }
-