From 958e650bb1b87de7bd29ef2bf3a7bd5c717d5379 Mon Sep 17 00:00:00 2001 From: TroyLynx Date: Sun, 3 Apr 2022 12:38:59 +0100 Subject: [PATCH 1/6] modified index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 1e81047..a643236 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,6 @@ Document -

GIT FROM ONLINE

+

lynx branch

From 96b81a26b93b93b241928ffebff39ddc99342b95 Mon Sep 17 00:00:00 2001 From: TroyLynx Date: Sun, 3 Apr 2022 12:50:15 +0100 Subject: [PATCH 2/6] added table --- index.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/index.html b/index.html index a643236..f724599 100644 --- a/index.html +++ b/index.html @@ -8,5 +8,18 @@

lynx branch

+ + + + + + + + + + +
+ nameemailpassword
troyLynxlynx@gmail.compassword1234
+ From a4054345d642275f4f92ac50bb825a96c8c39d06 Mon Sep 17 00:00:00 2001 From: TroyLynx Date: Sun, 3 Apr 2022 12:55:58 +0100 Subject: [PATCH 3/6] delete test.txt --- TEST.txt | 1 - 1 file changed, 1 deletion(-) delete mode 100644 TEST.txt diff --git a/TEST.txt b/TEST.txt deleted file mode 100644 index 208256b..0000000 --- a/TEST.txt +++ /dev/null @@ -1 +0,0 @@ -KAnta \ No newline at end of file From 72a092fc4549934cbef10e3a42f0a14b99303bf1 Mon Sep 17 00:00:00 2001 From: TroyLynx Date: Sun, 3 Apr 2022 12:57:32 +0100 Subject: [PATCH 4/6] created a css file --- styles/index.css | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 styles/index.css diff --git a/styles/index.css b/styles/index.css new file mode 100644 index 0000000..e69de29 From 0ef2a4cc0efae96bbd8130ab5471d7422be725b6 Mon Sep 17 00:00:00 2001 From: TroyLynx Date: Sun, 3 Apr 2022 13:17:57 +0100 Subject: [PATCH 5/6] added some styles --- index.html | 43 ++++++++++++++++++++++--------------------- styles/index.css | 25 +++++++++++++++++++++++++ 2 files changed, 47 insertions(+), 21 deletions(-) diff --git a/index.html b/index.html index f724599..36e48b1 100644 --- a/index.html +++ b/index.html @@ -1,25 +1,26 @@ - - - - - Document - - -

lynx branch

- - - - - - - - - - -
- nameemailpassword
troyLynxlynx@gmail.compassword1234
+ + + + + + Document + + +

lynx branch

+ + + + + + - + + + + + +
NameEmailPassword
troyLynxlynx@gmail.compassword1234
+ diff --git a/styles/index.css b/styles/index.css index e69de29..8d5ff8b 100644 --- a/styles/index.css +++ b/styles/index.css @@ -0,0 +1,25 @@ +h1{ + font-family: Verdana, Geneva, Tahoma, sans-serif; + text-align: center; + +} +table{ + margin: 10%; + /* display: inline-block; */ + padding: 100px; +} +tr:nth-child(even) { + background-color: #D6EEEE; +} +td{ + font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; + padding: 20px; + +} +tr:hover{ + background-color:grey; +} +th{ + background-color: gray; + font-style: oblique; +} \ No newline at end of file From 3b3f1817f6f16ab5fed70cabf904bcd9d7a33925 Mon Sep 17 00:00:00 2001 From: TroyLynx <58670183+Andoh-Jeffery@users.noreply.github.com> Date: Sat, 5 Aug 2023 09:56:48 +0100 Subject: [PATCH 6/6] dev environment --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 36e48b1..7391482 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ Document -

lynx branch

+

lynx branch in .dev

Name