From f36c0a2185e596f07071deae851c72ba31c7c258 Mon Sep 17 00:00:00 2001 From: Anagh Sethi Date: Wed, 4 Sep 2024 13:53:29 +0530 Subject: [PATCH 1/4] Assignment done --- lab-git-and-github | 1 + 1 file changed, 1 insertion(+) create mode 160000 lab-git-and-github diff --git a/lab-git-and-github b/lab-git-and-github new file mode 160000 index 0000000..feb1465 --- /dev/null +++ b/lab-git-and-github @@ -0,0 +1 @@ +Subproject commit feb146584b93a29d0b0f2f925f5b8ab51336a98d From e9887412439cce95e5a1632446cf6903f2373cf9 Mon Sep 17 00:00:00 2001 From: Anagh Sethi Date: Wed, 4 Sep 2024 13:54:58 +0530 Subject: [PATCH 2/4] Assignment done --- index.html | 19 ------------------- lab-git-and-github | 1 - style.css | 4 ---- 3 files changed, 24 deletions(-) delete mode 160000 lab-git-and-github diff --git a/index.html b/index.html index 8990375..e69de29 100644 --- a/index.html +++ b/index.html @@ -1,19 +0,0 @@ - - - - - - - - Lab on Git & GitHub - - - - - - -

Hi, I am John Doe, I am a Kalvian.

- - - - \ No newline at end of file diff --git a/lab-git-and-github b/lab-git-and-github deleted file mode 160000 index feb1465..0000000 --- a/lab-git-and-github +++ /dev/null @@ -1 +0,0 @@ -Subproject commit feb146584b93a29d0b0f2f925f5b8ab51336a98d diff --git a/style.css b/style.css index 6d1af5c..e69de29 100644 --- a/style.css +++ b/style.css @@ -1,4 +0,0 @@ -/* Change the color of the text from blue to red */ -p { - color: blue; -} \ No newline at end of file From b7ad12388c3ef3670093b3b272af6257bc22bff6 Mon Sep 17 00:00:00 2001 From: Anagh Sethi Date: Wed, 4 Sep 2024 15:53:57 +0530 Subject: [PATCH 3/4] style change --- index.html | 19 +++++++++++++++++++ style.css | 4 ++++ 2 files changed, 23 insertions(+) diff --git a/index.html b/index.html index e69de29..8ebd9ca 100644 --- a/index.html +++ b/index.html @@ -0,0 +1,19 @@ + + + + + + + + Lab on Git & GitHub + + + + + + +

Hi, I am Soham, I am a Kalvian.

+ + + + \ No newline at end of file diff --git a/style.css b/style.css index e69de29..cb6e0b1 100644 --- a/style.css +++ b/style.css @@ -0,0 +1,4 @@ +/* Change the color of the text from blue to red */ +p { + color: black; +} \ No newline at end of file From 2b5de879c153dc98de27cd8e731245d38c26314f Mon Sep 17 00:00:00 2001 From: Anagh Sethi Date: Wed, 4 Sep 2024 15:56:24 +0530 Subject: [PATCH 4/4] style change --- index.html | 2 +- style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 8ebd9ca..587e405 100644 --- a/index.html +++ b/index.html @@ -16,4 +16,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/style.css b/style.css index cb6e0b1..8651f37 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,4 @@ /* Change the color of the text from blue to red */ p { - color: black; + color: red; } \ No newline at end of file