From 058539d92b5aa1f2e9770a0af60ce15bcdb28d1b Mon Sep 17 00:00:00 2001
From: ankitikumar <152764693+ankitikumar@users.noreply.github.com>
Date: Mon, 25 Mar 2024 20:18:25 +0530
Subject: [PATCH 1/8] Add files via upload
---
Web Development/Task/index.html | 37 +++++++++++++
Web Development/Task/styles.css | 92 +++++++++++++++++++++++++++++++++
2 files changed, 129 insertions(+)
create mode 100644 Web Development/Task/index.html
create mode 100644 Web Development/Task/styles.css
diff --git a/Web Development/Task/index.html b/Web Development/Task/index.html
new file mode 100644
index 00000000..d2df92e7
--- /dev/null
+++ b/Web Development/Task/index.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+ Personle Portfolio website
+
+
+
+
+
+
+
I,m Ankit Biswal
+
This is my official portfolio website to showes all
+
Details and work exiprins web development
+
+
DOWNLOAD CV
+
+
+
+

+
![]()
+
+
+
+
+
\ No newline at end of file
diff --git a/Web Development/Task/styles.css b/Web Development/Task/styles.css
new file mode 100644
index 00000000..00c584c4
--- /dev/null
+++ b/Web Development/Task/styles.css
@@ -0,0 +1,92 @@
+*{
+
+ margin: 0;
+ padding: 0;
+ font-family: sans-serif;
+}
+ .herof{
+ position: relative;
+ width: 100%;
+ height: 100vh;
+ background:#eff4fd;
+ }
+
+ nav{
+ display: flex;
+ width: 84%;
+ margin: auto;
+ padding: 20px 0;
+ align-items: center;
+ justify-content: space-between;
+
+ }
+
+ nav ul li{
+ display: inline-block;
+ list-style: none;
+ margin: 10px 20px;
+ }
+
+ nav ul li a{
+ text-decoration: none;
+ color: #000;
+ font-weight: bold;
+
+ }
+
+ nav ul li a:hover{
+ color: crimson;
+ }
+
+ .detel{
+
+ margin-left: 8%;
+ margin-top: 15%;
+ }
+ .detel h1{
+ font-size: 50px;
+ color: #212121;
+ margin-bottom: 20px;
+ }
+
+ span{
+ color: orange;
+ }
+
+ .detel{
+ color: #555;
+ line-height: 22px;
+
+ }
+
+ .detel a{
+ background: #212121;
+ padding: 10px 18px;
+ text-decoration: none;
+ font-weight: bold;
+ color: #fff;
+ display: inline-block;
+ margin: 30px 0;
+ border-radius: 5px;
+ }
+
+ .images{
+ width: 45%;
+ height: 75%;
+ position: absolute;
+ bottom: 0;
+ top: 20%;
+ right: 100px;
+
+ }
+
+ .images img{
+ height: 100%;
+ position: absolute;
+ left: 100%;
+ bottom: 0;
+ transform: translateX(-85%);
+ transition: bottom 1s, left 1s;
+ }
+
+
\ No newline at end of file
From cf70948ef168d4f1336034f1c72f7a5e1106170e Mon Sep 17 00:00:00 2001
From: ankitikumar <152764693+ankitikumar@users.noreply.github.com>
Date: Mon, 25 Mar 2024 20:20:25 +0530
Subject: [PATCH 2/8] Delete Web Development/Task/index.html
---
Web Development/Task/index.html | 37 ---------------------------------
1 file changed, 37 deletions(-)
delete mode 100644 Web Development/Task/index.html
diff --git a/Web Development/Task/index.html b/Web Development/Task/index.html
deleted file mode 100644
index d2df92e7..00000000
--- a/Web Development/Task/index.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
- Personle Portfolio website
-
-
-
-
-
-
-
I,m Ankit Biswal
-
This is my official portfolio website to showes all
-
Details and work exiprins web development
-
-
DOWNLOAD CV
-
-
-
-

-
![]()
-
-
-
-
-
\ No newline at end of file
From dacefaeb75b5ea2a6161d611369a62fe8504b763 Mon Sep 17 00:00:00 2001
From: ankitikumar <152764693+ankitikumar@users.noreply.github.com>
Date: Mon, 25 Mar 2024 20:20:46 +0530
Subject: [PATCH 3/8] Delete Web Development/Task/styles.css
---
Web Development/Task/styles.css | 92 ---------------------------------
1 file changed, 92 deletions(-)
delete mode 100644 Web Development/Task/styles.css
diff --git a/Web Development/Task/styles.css b/Web Development/Task/styles.css
deleted file mode 100644
index 00c584c4..00000000
--- a/Web Development/Task/styles.css
+++ /dev/null
@@ -1,92 +0,0 @@
-*{
-
- margin: 0;
- padding: 0;
- font-family: sans-serif;
-}
- .herof{
- position: relative;
- width: 100%;
- height: 100vh;
- background:#eff4fd;
- }
-
- nav{
- display: flex;
- width: 84%;
- margin: auto;
- padding: 20px 0;
- align-items: center;
- justify-content: space-between;
-
- }
-
- nav ul li{
- display: inline-block;
- list-style: none;
- margin: 10px 20px;
- }
-
- nav ul li a{
- text-decoration: none;
- color: #000;
- font-weight: bold;
-
- }
-
- nav ul li a:hover{
- color: crimson;
- }
-
- .detel{
-
- margin-left: 8%;
- margin-top: 15%;
- }
- .detel h1{
- font-size: 50px;
- color: #212121;
- margin-bottom: 20px;
- }
-
- span{
- color: orange;
- }
-
- .detel{
- color: #555;
- line-height: 22px;
-
- }
-
- .detel a{
- background: #212121;
- padding: 10px 18px;
- text-decoration: none;
- font-weight: bold;
- color: #fff;
- display: inline-block;
- margin: 30px 0;
- border-radius: 5px;
- }
-
- .images{
- width: 45%;
- height: 75%;
- position: absolute;
- bottom: 0;
- top: 20%;
- right: 100px;
-
- }
-
- .images img{
- height: 100%;
- position: absolute;
- left: 100%;
- bottom: 0;
- transform: translateX(-85%);
- transition: bottom 1s, left 1s;
- }
-
-
\ No newline at end of file
From d85be9df95b463f97de1b58205f5b307da77428d Mon Sep 17 00:00:00 2001
From: ankitikumar <152764693+ankitikumar@users.noreply.github.com>
Date: Mon, 25 Mar 2024 20:23:21 +0530
Subject: [PATCH 4/8] Create tasksubmission\ankit kumar
---
"Web Development/Task/tasksubmission\\ankit kumar" | 1 +
1 file changed, 1 insertion(+)
create mode 100644 "Web Development/Task/tasksubmission\\ankit kumar"
diff --git "a/Web Development/Task/tasksubmission\\ankit kumar" "b/Web Development/Task/tasksubmission\\ankit kumar"
new file mode 100644
index 00000000..8b137891
--- /dev/null
+++ "b/Web Development/Task/tasksubmission\\ankit kumar"
@@ -0,0 +1 @@
+
From 13783ab7176c71102022af39db0f37a8cbaa5ca1 Mon Sep 17 00:00:00 2001
From: ankitikumar <152764693+ankitikumar@users.noreply.github.com>
Date: Mon, 25 Mar 2024 20:24:13 +0530
Subject: [PATCH 5/8] Delete Web Development/Task/tasksubmission\ankit kumar
---
"Web Development/Task/tasksubmission\\ankit kumar" | 1 -
1 file changed, 1 deletion(-)
delete mode 100644 "Web Development/Task/tasksubmission\\ankit kumar"
diff --git "a/Web Development/Task/tasksubmission\\ankit kumar" "b/Web Development/Task/tasksubmission\\ankit kumar"
deleted file mode 100644
index 8b137891..00000000
--- "a/Web Development/Task/tasksubmission\\ankit kumar"
+++ /dev/null
@@ -1 +0,0 @@
-
From a6fac2da893829fdac8b02a94771fb303b155f84 Mon Sep 17 00:00:00 2001
From: ankitikumar <152764693+ankitikumar@users.noreply.github.com>
Date: Mon, 25 Mar 2024 20:27:31 +0530
Subject: [PATCH 6/8] Add files via upload
---
.../Task/web devlopment/index.html | 37 ++++++++
.../Task/web devlopment/styles.css | 92 +++++++++++++++++++
2 files changed, 129 insertions(+)
create mode 100644 Web Development/Task/web devlopment/index.html
create mode 100644 Web Development/Task/web devlopment/styles.css
diff --git a/Web Development/Task/web devlopment/index.html b/Web Development/Task/web devlopment/index.html
new file mode 100644
index 00000000..d2df92e7
--- /dev/null
+++ b/Web Development/Task/web devlopment/index.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+ Personle Portfolio website
+
+
+
+
+
+
+
I,m Ankit Biswal
+
This is my official portfolio website to showes all
+
Details and work exiprins web development
+
+
DOWNLOAD CV
+
+
+
+

+
![]()
+
+
+
+
+
\ No newline at end of file
diff --git a/Web Development/Task/web devlopment/styles.css b/Web Development/Task/web devlopment/styles.css
new file mode 100644
index 00000000..00c584c4
--- /dev/null
+++ b/Web Development/Task/web devlopment/styles.css
@@ -0,0 +1,92 @@
+*{
+
+ margin: 0;
+ padding: 0;
+ font-family: sans-serif;
+}
+ .herof{
+ position: relative;
+ width: 100%;
+ height: 100vh;
+ background:#eff4fd;
+ }
+
+ nav{
+ display: flex;
+ width: 84%;
+ margin: auto;
+ padding: 20px 0;
+ align-items: center;
+ justify-content: space-between;
+
+ }
+
+ nav ul li{
+ display: inline-block;
+ list-style: none;
+ margin: 10px 20px;
+ }
+
+ nav ul li a{
+ text-decoration: none;
+ color: #000;
+ font-weight: bold;
+
+ }
+
+ nav ul li a:hover{
+ color: crimson;
+ }
+
+ .detel{
+
+ margin-left: 8%;
+ margin-top: 15%;
+ }
+ .detel h1{
+ font-size: 50px;
+ color: #212121;
+ margin-bottom: 20px;
+ }
+
+ span{
+ color: orange;
+ }
+
+ .detel{
+ color: #555;
+ line-height: 22px;
+
+ }
+
+ .detel a{
+ background: #212121;
+ padding: 10px 18px;
+ text-decoration: none;
+ font-weight: bold;
+ color: #fff;
+ display: inline-block;
+ margin: 30px 0;
+ border-radius: 5px;
+ }
+
+ .images{
+ width: 45%;
+ height: 75%;
+ position: absolute;
+ bottom: 0;
+ top: 20%;
+ right: 100px;
+
+ }
+
+ .images img{
+ height: 100%;
+ position: absolute;
+ left: 100%;
+ bottom: 0;
+ transform: translateX(-85%);
+ transition: bottom 1s, left 1s;
+ }
+
+
\ No newline at end of file
From 1137896e9d937063d82971ec5d8ac3db15c30d4b Mon Sep 17 00:00:00 2001
From: ankitikumar <152764693+ankitikumar@users.noreply.github.com>
Date: Mon, 25 Mar 2024 20:44:08 +0530
Subject: [PATCH 7/8] Delete Web Development/Task/web devlopment directory
---
.../Task/web devlopment/index.html | 37 --------
.../Task/web devlopment/styles.css | 92 -------------------
2 files changed, 129 deletions(-)
delete mode 100644 Web Development/Task/web devlopment/index.html
delete mode 100644 Web Development/Task/web devlopment/styles.css
diff --git a/Web Development/Task/web devlopment/index.html b/Web Development/Task/web devlopment/index.html
deleted file mode 100644
index d2df92e7..00000000
--- a/Web Development/Task/web devlopment/index.html
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
-
-
-
- Personle Portfolio website
-
-
-
-
-
-
-
I,m Ankit Biswal
-
This is my official portfolio website to showes all
-
Details and work exiprins web development
-
-
DOWNLOAD CV
-
-
-
-

-
![]()
-
-
-
-
-
\ No newline at end of file
diff --git a/Web Development/Task/web devlopment/styles.css b/Web Development/Task/web devlopment/styles.css
deleted file mode 100644
index 00c584c4..00000000
--- a/Web Development/Task/web devlopment/styles.css
+++ /dev/null
@@ -1,92 +0,0 @@
-*{
-
- margin: 0;
- padding: 0;
- font-family: sans-serif;
-}
- .herof{
- position: relative;
- width: 100%;
- height: 100vh;
- background:#eff4fd;
- }
-
- nav{
- display: flex;
- width: 84%;
- margin: auto;
- padding: 20px 0;
- align-items: center;
- justify-content: space-between;
-
- }
-
- nav ul li{
- display: inline-block;
- list-style: none;
- margin: 10px 20px;
- }
-
- nav ul li a{
- text-decoration: none;
- color: #000;
- font-weight: bold;
-
- }
-
- nav ul li a:hover{
- color: crimson;
- }
-
- .detel{
-
- margin-left: 8%;
- margin-top: 15%;
- }
- .detel h1{
- font-size: 50px;
- color: #212121;
- margin-bottom: 20px;
- }
-
- span{
- color: orange;
- }
-
- .detel{
- color: #555;
- line-height: 22px;
-
- }
-
- .detel a{
- background: #212121;
- padding: 10px 18px;
- text-decoration: none;
- font-weight: bold;
- color: #fff;
- display: inline-block;
- margin: 30px 0;
- border-radius: 5px;
- }
-
- .images{
- width: 45%;
- height: 75%;
- position: absolute;
- bottom: 0;
- top: 20%;
- right: 100px;
-
- }
-
- .images img{
- height: 100%;
- position: absolute;
- left: 100%;
- bottom: 0;
- transform: translateX(-85%);
- transition: bottom 1s, left 1s;
- }
-
-
\ No newline at end of file
From 2a7fc3a733b9b47b9e6c1740c6d45bd39ff43256 Mon Sep 17 00:00:00 2001
From: ankitikumar <152764693+ankitikumar@users.noreply.github.com>
Date: Mon, 25 Mar 2024 20:47:03 +0530
Subject: [PATCH 8/8] Add files via upload
---
.../Task/web devlopment/index.html | 37 ++++++++
.../Task/web devlopment/styles.css | 92 +++++++++++++++++++
2 files changed, 129 insertions(+)
create mode 100644 Web Development/Task/web devlopment/index.html
create mode 100644 Web Development/Task/web devlopment/styles.css
diff --git a/Web Development/Task/web devlopment/index.html b/Web Development/Task/web devlopment/index.html
new file mode 100644
index 00000000..d2df92e7
--- /dev/null
+++ b/Web Development/Task/web devlopment/index.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+ Personle Portfolio website
+
+
+
+
+
+
+
I,m Ankit Biswal
+
This is my official portfolio website to showes all
+
Details and work exiprins web development
+
+
DOWNLOAD CV
+
+
+
+

+
![]()
+
+
+
+
+
\ No newline at end of file
diff --git a/Web Development/Task/web devlopment/styles.css b/Web Development/Task/web devlopment/styles.css
new file mode 100644
index 00000000..00c584c4
--- /dev/null
+++ b/Web Development/Task/web devlopment/styles.css
@@ -0,0 +1,92 @@
+*{
+
+ margin: 0;
+ padding: 0;
+ font-family: sans-serif;
+}
+ .herof{
+ position: relative;
+ width: 100%;
+ height: 100vh;
+ background:#eff4fd;
+ }
+
+ nav{
+ display: flex;
+ width: 84%;
+ margin: auto;
+ padding: 20px 0;
+ align-items: center;
+ justify-content: space-between;
+
+ }
+
+ nav ul li{
+ display: inline-block;
+ list-style: none;
+ margin: 10px 20px;
+ }
+
+ nav ul li a{
+ text-decoration: none;
+ color: #000;
+ font-weight: bold;
+
+ }
+
+ nav ul li a:hover{
+ color: crimson;
+ }
+
+ .detel{
+
+ margin-left: 8%;
+ margin-top: 15%;
+ }
+ .detel h1{
+ font-size: 50px;
+ color: #212121;
+ margin-bottom: 20px;
+ }
+
+ span{
+ color: orange;
+ }
+
+ .detel{
+ color: #555;
+ line-height: 22px;
+
+ }
+
+ .detel a{
+ background: #212121;
+ padding: 10px 18px;
+ text-decoration: none;
+ font-weight: bold;
+ color: #fff;
+ display: inline-block;
+ margin: 30px 0;
+ border-radius: 5px;
+ }
+
+ .images{
+ width: 45%;
+ height: 75%;
+ position: absolute;
+ bottom: 0;
+ top: 20%;
+ right: 100px;
+
+ }
+
+ .images img{
+ height: 100%;
+ position: absolute;
+ left: 100%;
+ bottom: 0;
+ transform: translateX(-85%);
+ transition: bottom 1s, left 1s;
+ }
+
+
\ No newline at end of file