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 6e6d38b..ff6a2a6 100644 --- a/index.html +++ b/index.html @@ -138,6 +138,36 @@

padding: 10px 20px; border-radius: 5px; text-decoration: none; + barsharani-Sahoo + ">Learn More + +
+ Owner's Image + +

+ Barsha rani Sahoo +

+

+ Click below to know more about me +

+ Learn More +
+
+ Owner's Image + " >Learn More @@ -145,6 +175,7 @@

Owner's Image +

Priyatosh Nayak

diff --git a/styles.css b/styles.css index eecff60..3dc5f6e 100644 --- a/styles.css +++ b/styles.css @@ -31,10 +31,13 @@ body { box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); min-height: 64px; } -header { +header { barsharani-Sahoo + background-image: linear-gradient(to right top, #4172b7, #7f9de2, #366ab7); + background-image: linear-gradient(to right top, rgb(239, 191, 219), #7f9de2, rgb(239, 191, 219)); + color: #000000; padding: 20px;