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
34 changes: 34 additions & 0 deletions Web Development/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background: linear-gradient(to right top, #ffb6c1, #87ceeb); /* Half light pink half light blue background */
color: #333; /* Text color */
}

header {
background-color: rgba(255, 255, 255, 0.8); /* Header background color */
padding: 20px;
text-align: center;
}

.container {
max-width: 800px;
margin: 0 auto;
padding: 20px;
}

h2 {
margin-right: 0;
}

.profile-image {

margin: 30px auto;
border-radius: 50%;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Aesthetic shadow effect */
}
img {
overflow-clip-margin: content-box;
overflow: clip;
}
35 changes: 35 additions & 0 deletions Web Development/website.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html lang="en">
<header>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Abhilipsa Parida - Portfolio</title>
<link rel="stylesheet" href="style.css">
</header>
<header>
<h1>Abhilipsa Parida</h1>
</header>
<section id="about">
<div class="container">
<h2>About Me</h2>
<p>Hi Everyone.<br>My Name is Abhilipsa Parida and I am from Cuttack.<br>Currently I am pursuing my bachelor of technology degree <br>from Veer Surendra Sai University of Technology,Burla<br>in the department of Computer Science and Engineering.<br>My hobbies are listening music and watching web series.<br>My aim is to become a Web Developer.</p>

</div>
</section>
<section id="contact">
<div class="container">
<h2>Contact</h2>
<p>Contact No.:784*******</p>
<p>Email id:abhilipsaparida138@gmail.com</p>
<p>instagram:<a href="https://www.instagram.com/abhilipsa983?igsh=MWVmeDB6ZXhjaGQ2ZQ==" target="_blank">click here</a>
</a><br>
Linked In:<a href="https://www.linkedin.com/in/abhilipsa-parida-4b320a301?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app" target="_blank">click here</a><br>
Whatsapp: <a href="https://wa.me/qr/F4GVMX4Z2EVOB1" target="_blank">click here</a>
</p>
<h2 align="center">My Gallery</h2>
<img src="https://th.bing.com/th/id/R.5302dd5c979791c94262a2d811fe841a?rik=UOcgMqv8xj2D5A&riu=http%3a%2f%2fwallpapercave.com%2fwp%2fwc1786837.jpg&ehk=FK7fJJWmRz8yTDvnDkNFPIEYeJQZT7m8xJ1mkS06aT0%3d&risl=&pid=ImgRaw&r=0" width="300" height="300">
<h2>Qualification</h2>
<p>I have completed my matriculation from<br> Kalinga Nodal Vidyapitha,choudwar<br>and intermediate from<br>Jatiya Kabi Bira Kishore Das,cuttack</p>
</div>
</section>
</html>
35 changes: 35 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html lang="en">
<header>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Abhilipsa Parida - Portfolio</title>
<link rel="stylesheet" href="style.css">
</header>
<header>
<h1>Abhilipsa Parida</h1>
</header>
<section id="about">
<div class="container">
<h2>About Me</h2>
<p>Hi Everyone.<br>My Name is Abhilipsa Parida and I am from Cuttack.<br>Currently I am pursuing my bachelor of technology degree <br>from Veer Surendra Sai University of Technology,Burla<br>in the department of Computer Science and Engineering.<br>My hobbies are listening music and watching web series.<br>My aim is to become a Web Developer.</p>

</div>
</section>
<section id="contact">
<div class="container">
<h2>Contact</h2>
<p>Contact No.:784*******</p>
<p>Email id:abhilipsaparida138@gmail.com</p>
<p>instagram:<a href="https://www.instagram.com/abhilipsa983?igsh=MWVmeDB6ZXhjaGQ2ZQ==" target="_blank">click here</a>
</a><br>
Linked In:<a href="https://www.linkedin.com/in/abhilipsa-parida-4b320a301?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app" target="_blank">click here</a><br>
Whatsapp: <a href="https://wa.me/qr/F4GVMX4Z2EVOB1" target="_blank">click here</a>
</p>
<h2 align="center">My Gallery</h2>
<img src="https://th.bing.com/th/id/R.5302dd5c979791c94262a2d811fe841a?rik=UOcgMqv8xj2D5A&riu=http%3a%2f%2fwallpapercave.com%2fwp%2fwc1786837.jpg&ehk=FK7fJJWmRz8yTDvnDkNFPIEYeJQZT7m8xJ1mkS06aT0%3d&risl=&pid=ImgRaw&r=0" width="300" height="300">
<h2>Qualification</h2>
<p>I have completed my matriculation from<br> Kalinga Nodal Vidyapitha,choudwar<br>and intermediate from<br>Jatiya Kabi Bira Kishore Das,cuttack</p>
</div>
</section>
</html>
34 changes: 34 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background: linear-gradient(to right top, #ffb6c1, #87ceeb); /* Half light pink half light blue background */
color: #333; /* Text color */
}

header {
background-color: rgba(255, 255, 255, 0.8); /* Header background color */
padding: 20px;
text-align: center;
}

.container {
max-width: 800px;
margin: 0 auto;
padding: 20px;
}

h2 {
margin-right: 0;
}

.profile-image {

margin: 30px auto;
border-radius: 50%;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Aesthetic shadow effect */
}
img {
overflow-clip-margin: content-box;
overflow: clip;
}
35 changes: 35 additions & 0 deletions website.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html lang="en">
<header>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Abhilipsa Parida - Portfolio</title>
<link rel="stylesheet" href="style.css">
</header>
<header>
<h1>Abhilipsa Parida</h1>
</header>
<section id="about">
<div class="container">
<h2>About Me</h2>
<p>Hi Everyone.<br>My Name is Abhilipsa Parida and I am from Cuttack.<br>Currently I am pursuing my bachelor of technology degree <br>from Veer Surendra Sai University of Technology,Burla<br>in the department of Computer Science and Engineering.<br>My hobbies are listening music and watching web series.<br>My aim is to become a Web Developer.</p>

</div>
</section>
<section id="contact">
<div class="container">
<h2>Contact</h2>
<p>Contact No.:784*******</p>
<p>Email id:abhilipsaparida138@gmail.com</p>
<p>instagram:<a href="https://www.instagram.com/abhilipsa983?igsh=MWVmeDB6ZXhjaGQ2ZQ==" target="_blank">click here</a>
</a><br>
Linked In:<a href="https://www.linkedin.com/in/abhilipsa-parida-4b320a301?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app" target="_blank">click here</a><br>
Whatsapp: <a href="https://wa.me/qr/F4GVMX4Z2EVOB1" target="_blank">click here</a>
</p>
<h2 align="center">My Gallery</h2>
<img src="https://th.bing.com/th/id/R.5302dd5c979791c94262a2d811fe841a?rik=UOcgMqv8xj2D5A&riu=http%3a%2f%2fwallpapercave.com%2fwp%2fwc1786837.jpg&ehk=FK7fJJWmRz8yTDvnDkNFPIEYeJQZT7m8xJ1mkS06aT0%3d&risl=&pid=ImgRaw&r=0" width="300" height="300">
<h2>Qualification</h2>
<p>I have completed my matriculation from<br> Kalinga Nodal Vidyapitha,choudwar<br>and intermediate from<br>Jatiya Kabi Bira Kishore Das,cuttack</p>
</div>
</section>
</html>