From 0a85068e3e4af6a8751a62cbef8f1f926c57f9fb Mon Sep 17 00:00:00 2001 From: barsha rani Date: Mon, 23 Oct 2023 10:33:12 +0530 Subject: [PATCH] initial commit --- .vscode/launch.json | 37 ++++++++++ .../barsha_html/myself_about.html | 71 +++++++++++++++++++ assets/barsha/barsha.png | 0 index.html | 24 +++++++ styles.css | 2 +- 5 files changed, 133 insertions(+), 1 deletion(-) create mode 100644 .vscode/launch.json create mode 100644 AboutPages/Barsha_about,html/barsha_html/myself_about.html create mode 100644 assets/barsha/barsha.png diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..9abcf87 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,37 @@ +{ + "configurations": [ + { + "name": "Launch Edge", + "request": "launch", + "type": "msedge", + "url": "http://localhost:8080", + "webRoot": "${workspaceFolder}" + }, + { + "name": "Attach to Edge", + "port": 9222, + "request": "attach", + "type": "msedge", + "webRoot": "${workspaceFolder}" + }, + { + "name": "Launch Chrome", + "request": "launch", + "type": "chrome", + "url": "http://localhost:8080", + "webRoot": "${workspaceFolder}" + }, + { + "name": "Attach to Chrome", + "port": 8080, + "request": "attach", + "type": "chrome", + "webRoot": "${workspaceFolder}" + }, + + ] +} + + + + \ No newline at end of file diff --git a/AboutPages/Barsha_about,html/barsha_html/myself_about.html b/AboutPages/Barsha_about,html/barsha_html/myself_about.html new file mode 100644 index 0000000..5a4b06f --- /dev/null +++ b/AboutPages/Barsha_about,html/barsha_html/myself_about.html @@ -0,0 +1,71 @@ + + + + + + About Me + + + +
+
+

Hello everyone 👋

+

Welcome to my ProfileInfo

+

I am Barsharani Sahoo, I am an enthusiatic,self motivated and multitasking person.

+

Feel free to or reach out if you'd like to connect or collaborate.

+ +

+
+ +
+ + + + diff --git a/assets/barsha/barsha.png b/assets/barsha/barsha.png new file mode 100644 index 0000000..e69de29 diff --git a/index.html b/index.html index 72ebdf4..c973c81 100644 --- a/index.html +++ b/index.html @@ -81,6 +81,30 @@

text-decoration: none; ">Learn More +
+ Owner's Image + +

+ Barsha rani Sahoo +

+

+ Click below to know more about me +

+ Learn More +
Owner's Image diff --git a/styles.css b/styles.css index aaa9fcd..bd5e7a2 100644 --- a/styles.css +++ b/styles.css @@ -12,7 +12,7 @@ body { }} header { - background-image: linear-gradient(to right top, #3373cd, #7f9de2, #366ab7); + background-image: linear-gradient(to right top, #4172b7, #7f9de2, #366ab7); color: #000000; padding: 20px; }