diff --git a/static-html-directory/index.html b/static-html-directory/index.html
index 55e8f86..3c4bd93 100644
--- a/static-html-directory/index.html
+++ b/static-html-directory/index.html
@@ -2,27 +2,45 @@
Latest Commit
-
+
-
-

-
GitHub Profile
-
-
Name: Gregory Hendrickson
-
Username: ghndrx
-
Location: Sacramento, California
-
-
-
Visit Profile
-
-
-
Latest Commit
-
+
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
deleted file mode 100644
index a536bff..0000000
--- a/static-html-directory/styles.css
+++ /dev/null
@@ -1,35 +0,0 @@
-.profile {
- display: flex;
- align-items: center;
- margin-bottom: 40px;
- }
-
- .avatar {
- width: 100px;
- height: 100px;
- border-radius: 50%;
- margin-right: 20px;
- }
-
- .profile-details {
- margin-top: 10px;
- }
-
- .profile-link {
- display: inline-block;
- padding: 10px 20px;
- background-color: #007bff;
- color: #fff;
- text-decoration: none;
- border-radius: 5px;
- margin-top: 20px;
- }
-
- .commit {
- margin-bottom: 40px;
- }
-
- .commit h2 {
- margin-bottom: 10px;
- }
-
\ No newline at end of file