From c957d02d803599072c1fe6270b03179478b2a322 Mon Sep 17 00:00:00 2001 From: Gregory Hendrickson Date: Fri, 9 Jun 2023 16:57:00 -0700 Subject: [PATCH] s --- static-html-directory/index.html | 52 +++++++++++++++++++++----------- static-html-directory/styles.css | 35 --------------------- 2 files changed, 35 insertions(+), 52 deletions(-) delete mode 100644 static-html-directory/styles.css 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 Avatar -

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