From 2a18460474e87b8a344cf88288464154884bb320 Mon Sep 17 00:00:00 2001 From: Rohitsoni86 Date: Tue, 7 Feb 2023 10:59:32 +0530 Subject: [PATCH 1/6] modified index html --- index.html | 35 ----------------------------------- 1 file changed, 35 deletions(-) diff --git a/index.html b/index.html index 2a3f305..596e655 100644 --- a/index.html +++ b/index.html @@ -56,41 +56,6 @@
- - -
-
- Discover your place -

Explore The
Best Beautiful
Beaches

- Explore - -
- - - -
-
- 5 best places to visit - - More - -
- -
- -
-
-
From aa4d06511035848de758b36c44a63f45c7b51996 Mon Sep 17 00:00:00 2001 From: Rohit Soni Date: Tue, 7 Feb 2023 11:00:44 +0530 Subject: [PATCH 2/6] appeded some text --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 779b069..c271267 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,4 @@ Join the channel to see more videos like this. [Bedimcode](https://www.youtube.com/c/Bedimcode) ![travel-website](/preview.png) +Welcome to our Travel site at the end of file From 0732bd2aebc3fc1c92c2833f004a7a5e8f746129 Mon Sep 17 00:00:00 2001 From: Rohit Soni Date: Tue, 7 Feb 2023 11:02:02 +0530 Subject: [PATCH 3/6] updated index html src line 59 --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 2a3f305..c2aefbf 100644 --- a/index.html +++ b/index.html @@ -56,7 +56,7 @@
- +
@@ -471,4 +471,4 @@ - \ No newline at end of file + From e495c4ce0fdbbf762546ddb4668efd2b8ce77f3d Mon Sep 17 00:00:00 2001 From: Rohitsoni86 Date: Tue, 7 Feb 2023 11:10:17 +0530 Subject: [PATCH 4/6] edited CSS --- assets/css/styles.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/css/styles.css b/assets/css/styles.css index 5edd368..8266569 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -1042,3 +1042,8 @@ input { height: 640px; } } + + +p{ +color:blue; +} \ No newline at end of file From 2eabed190b7ad6f80947da4beb4db1e5474633aa Mon Sep 17 00:00:00 2001 From: Rohit Soni Date: Tue, 7 Feb 2023 11:14:54 +0530 Subject: [PATCH 5/6] added dummy text --- hello.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello.txt diff --git a/hello.txt b/hello.txt new file mode 100644 index 0000000..8be73a4 --- /dev/null +++ b/hello.txt @@ -0,0 +1 @@ +Hello I am Rohit Soni Sorry But Exam instructions are not that much cleared From 5b50380780544f75dc247b653a76504d96bcfbb2 Mon Sep 17 00:00:00 2001 From: Rohit Soni Date: Tue, 7 Feb 2023 11:16:08 +0530 Subject: [PATCH 6/6] removed p style from css sheet --- assets/css/styles.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/assets/css/styles.css b/assets/css/styles.css index 8266569..5edd368 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -1042,8 +1042,3 @@ input { height: 640px; } } - - -p{ -color:blue; -} \ No newline at end of file