diff --git a/static-html-directory/index.html b/static-html-directory/index.html
index 3c4bd93..2a43b57 100644
--- a/static-html-directory/index.html
+++ b/static-html-directory/index.html
@@ -1,46 +1,31 @@
-
+
- Latest Commit
-
+
+
+ My Profile
+
-
-
Latest Commit
-
-
Repository: ghndrx/docker-test-image
-
Commit: abcdef1234567890
-
Author: John Doe
-
Date: June 1, 2023
-
Message: Added new feature
-
Files Changed: 3
-
-
+
+
+
+
+
+
+
diff --git a/static-html-directory/styles.css b/static-html-directory/styles.css
new file mode 100644
index 0000000..9123186
--- /dev/null
+++ b/static-html-directory/styles.css
@@ -0,0 +1,59 @@
+body {
+ font-family: Arial, sans-serif;
+ margin: 0;
+ padding: 0;
+ }
+
+ header {
+ background-color: #333;
+ color: #fff;
+ padding: 20px;
+ }
+
+ h1 {
+ margin: 0;
+ }
+
+ nav ul {
+ list-style-type: none;
+ padding: 0;
+ margin: 0;
+ }
+
+ nav ul li {
+ display: inline;
+ margin-right: 10px;
+ }
+
+ nav ul li a {
+ color: #fff;
+ text-decoration: none;
+ }
+
+ main {
+ padding: 20px;
+ }
+
+ #latest-commits {
+ margin-bottom: 20px;
+ }
+
+ .commit {
+ background-color: #f1f1f1;
+ border-radius: 5px;
+ padding: 10px;
+ margin-bottom: 10px;
+ }
+
+ .commit p {
+ margin: 0;
+ }
+
+ .commit p strong {
+ font-weight: bold;
+ }
+
+ .commit p:not(:last-child) {
+ margin-bottom: 5px;
+ }
+
\ No newline at end of file