Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -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}"
},

]
}




71 changes: 71 additions & 0 deletions AboutPages/Barsha_about,html/barsha_html/myself_about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Me</title>
<style>
body {
background-color: #06224a;
color: #e7d8d8;
font-family: Arial, sans-serif;
}

.container {
max-width: 800px;
margin: 0 auto;
text-align: center;
padding: 50px;
}

.profile h1 {
font-size: 36px;
margin-bottom: 10px;
}

.social-icons {
margin-top: 20px;
}

.icon {
font-size: 36px;
margin: 0 20px;
transition: transform 0.3s ease-in-out;
color: #e7d8d8;
text-decoration: style;
}

.icon:hover {
transform: scale(1.2);
}
</style>
</head>
<body>
<div class="container">
<div class="profile">
<h1>Hello everyone 👋</h1>
<p>Welcome to my ProfileInfo </p>
<p>I am Barsharani Sahoo, I am an enthusiatic,self motivated and multitasking person.</p>
<p>Feel free to or reach out if you'd like to connect or collaborate.</p>

<p> </p>
</div>
<div class="social-icons">
<a href="https://www.linkedin.com/in/barsha-rani-sahoo/" class="icon" target="_blank">
<i class="fab fa-linkedin"></i>
</a>


<a href="https://github.com/Sahoobarsharani" class="icon" target="_blank">
<i class="fab fa-github"></i>
</a>
<a href="https://www.instagram.com/shinningdiva1111/" class="icon" target="_blank">
<i class="fab fa-instagram"></i>
</a>
<!-- Add more social icons as needed -->
</div>
</div>
<!-- Include Font Awesome CSS (you may need to download and host it) -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
</body>
</html>
Empty file added assets/barsha/barsha.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,44 @@ <h2 style="font-family: Arial, sans-serif; font-size: 20px">
padding: 10px 20px;
border-radius: 5px;
text-decoration: none;
barsharani-Sahoo
">Learn More</a>
</div>
<div class="content">
<img src="./assets/suhani.png" alt="Owner's Image" />

<h2 style="font-family: Arial, sans-serif; font-size: 20px;">
Barsha rani Sahoo
</h2>
<p style="
font-family: Arial, sans-serif;
font-size: 16px;

padding: 5px;
">
Click below to know more about me
</p>
<a href="./AboutPages/myself_about.html" target="_blank" style="
font-family: Arial, sans-serif;
font-size: 16px;
color: #e7d8d8;
background-color: #06224a;
padding: 10px 20px;
border-radius: 5px;
text-decoration: style;
">Learn More</a>
</div>
<div class="content">
<img src="./assets/sulagna.png" alt="Owner's Image" />

"
>Learn More</a
>
</div>
<div class="content">
<img src="./assets/level.jpg" alt="Owner's Image" />


<h2 style="font-family: Arial, sans-serif; font-size: 20px">
Priyatosh Nayak
</h2>
Expand Down
5 changes: 4 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down