diff --git a/Web Development/Task/Laxmipriya Sahoo/images/Discord.jpg b/Web Development/Task/Laxmipriya Sahoo/images/Discord.jpg new file mode 100644 index 00000000..a1d24b8c Binary files /dev/null and b/Web Development/Task/Laxmipriya Sahoo/images/Discord.jpg differ diff --git a/Web Development/Task/Laxmipriya Sahoo/images/Github.jpg b/Web Development/Task/Laxmipriya Sahoo/images/Github.jpg new file mode 100644 index 00000000..879d5472 Binary files /dev/null and b/Web Development/Task/Laxmipriya Sahoo/images/Github.jpg differ diff --git a/Web Development/Task/Laxmipriya Sahoo/images/Instagram.png b/Web Development/Task/Laxmipriya Sahoo/images/Instagram.png new file mode 100644 index 00000000..895be1d8 Binary files /dev/null and b/Web Development/Task/Laxmipriya Sahoo/images/Instagram.png differ diff --git a/Web Development/Task/Laxmipriya Sahoo/images/Linked In.jpg b/Web Development/Task/Laxmipriya Sahoo/images/Linked In.jpg new file mode 100644 index 00000000..d8310ea4 Binary files /dev/null and b/Web Development/Task/Laxmipriya Sahoo/images/Linked In.jpg differ diff --git a/Web Development/Task/Laxmipriya Sahoo/images/My Photo.jpg b/Web Development/Task/Laxmipriya Sahoo/images/My Photo.jpg new file mode 100644 index 00000000..138cd78c Binary files /dev/null and b/Web Development/Task/Laxmipriya Sahoo/images/My Photo.jpg differ diff --git a/Web Development/Task/Laxmipriya Sahoo/images/ss(1).ico b/Web Development/Task/Laxmipriya Sahoo/images/ss(1).ico new file mode 100644 index 00000000..15e5737a Binary files /dev/null and b/Web Development/Task/Laxmipriya Sahoo/images/ss(1).ico differ diff --git a/Web Development/Task/Laxmipriya Sahoo/images/ss(2).ico b/Web Development/Task/Laxmipriya Sahoo/images/ss(2).ico new file mode 100644 index 00000000..619277ab Binary files /dev/null and b/Web Development/Task/Laxmipriya Sahoo/images/ss(2).ico differ diff --git a/Web Development/Task/Laxmipriya Sahoo/images/ss(3).ico b/Web Development/Task/Laxmipriya Sahoo/images/ss(3).ico new file mode 100644 index 00000000..6f2a00be Binary files /dev/null and b/Web Development/Task/Laxmipriya Sahoo/images/ss(3).ico differ diff --git a/Web Development/Task/Laxmipriya Sahoo/index.html b/Web Development/Task/Laxmipriya Sahoo/index.html new file mode 100644 index 00000000..890ec135 --- /dev/null +++ b/Web Development/Task/Laxmipriya Sahoo/index.html @@ -0,0 +1,66 @@ + + + + + + My First Webpage Portfolio + + + +
+ My Profile Photo +
+

Hello, I'm

+

Laxmipriya Sahoo


+

About Me!


+
+
+

I am from Bargarh,Odisha.I have completed my matriculation from Siddharth Public School, Kumelsingha,Bargarh. And I have completed my intermediate from Vikash Residential School, Bargarh. Currently, I am a first year undergraduate pursuing BTech from Veer Surendra Sai University of Technology,Burla in the department of Electronics and Telecommunication Engineering. I like to know new things regarding the modern technologies.

+
+
+

Frontend Developer

+
+ +

My Gallery

+
+ A stack of books + A girl singing + Musical Notes +
+
+
+

My Interests!

+
+

I have a keen interest in programming. Singing and painting are my hobbies. I like to know new things related to science and technologies. Also I like to collaborate with people having similar interests like me.

+
+
+
+

Qualifications:

+
+
+

2021 :

+

2023 :

+

2027 :

+
+
+

Matriculation

+

Intermediate

+

Under Graduation

+
+
+
+
+
+

Contact me!

+
+ Linkedin + instagram + discord + github +
+
+ + + + + \ No newline at end of file diff --git a/Web Development/Task/Laxmipriya Sahoo/link.txt b/Web Development/Task/Laxmipriya Sahoo/link.txt new file mode 100644 index 00000000..bf434c73 --- /dev/null +++ b/Web Development/Task/Laxmipriya Sahoo/link.txt @@ -0,0 +1 @@ +https://laxmipriyasahoo1705.github.io/Portfolio/ \ No newline at end of file diff --git a/Web Development/Task/Laxmipriya Sahoo/ss/Screenshot (1).png b/Web Development/Task/Laxmipriya Sahoo/ss/Screenshot (1).png new file mode 100644 index 00000000..d214c057 Binary files /dev/null and b/Web Development/Task/Laxmipriya Sahoo/ss/Screenshot (1).png differ diff --git a/Web Development/Task/Laxmipriya Sahoo/ss/Screenshot (2).png b/Web Development/Task/Laxmipriya Sahoo/ss/Screenshot (2).png new file mode 100644 index 00000000..0ed47228 Binary files /dev/null and b/Web Development/Task/Laxmipriya Sahoo/ss/Screenshot (2).png differ diff --git a/Web Development/Task/Laxmipriya Sahoo/style.css b/Web Development/Task/Laxmipriya Sahoo/style.css new file mode 100644 index 00000000..33461940 --- /dev/null +++ b/Web Development/Task/Laxmipriya Sahoo/style.css @@ -0,0 +1,307 @@ +@font-face { + font-family: gilroy; + src: url(Gilroy-Regular.ttf); +} +*{ + margin: 0; + padding: 10; + box-sizing: border-box; + font-family: gilroy; +} + +body{ + width: 100%; +} +.main{ + margin-left: 10%; + margin-top: 4%; + height: auto; + width: 80%; + border: 5px double rgb(121, 6, 115); + border-radius: 30px; + padding: 2%; + background: rgba(243, 247, 42, 0.5); +} +#name{ + margin-top: 3%; + margin-left: 5%; + font-size: 3.5vh; + width: 65vh; +} +.name{ + font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; + font-weight: 100; + font-style: italic; + color: rgb(58, 7, 139); +} +.name1{ + font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; + font-weight: 600; + font-style: italic; + color: rgb(210, 37, 201); +} + +.about{ + font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; + font-weight: normal; + font-style: italic; + color: rgb(58, 7, 139); +} +#desc{ + position: absolute; + /* border: 2px solid black; */ + width: 100vh; + margin-left: 4%; + margin-top: 2%; +} +#desc p{ + font-size: 3.5vh; + color: rgb(52, 5, 129); + font-style: italic; +} +.image{ + position: absolute; + margin-left: 130vh; + margin-top: 5vh; + border-radius: 20px; + width: 35vh; + +} + +.devel{ + color: rgb(236, 75, 110); + position: absolute; + font-style: oblique ; + margin-left: 125vh; + margin-top: 19vh; +} +/* .devel h2{ + color: rgb(210, 37, 187); + font-size: 4.5vh; +}*/ +.text{ + text-align: center; + font-size: 1.5em; + text-transform: capitalize; + font-style: italic; + margin-top: 40vh; + color: rgb(9, 114, 53); + font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; + font-size: 4vh; +} +.gallary{ + display: flex; + justify-content: space-around; + align-items: center; + margin: 1rem; +} +.section1{ + display: flex; + justify-content: space-between; + align-items: center; +} +.interests,.q{ + width: 50%; + font-style: italic; + color: rgb(58, 7, 139); + margin: 0% 2rem; + +} +.interests h1{ + margin-bottom: 1rem ; + font-style: italic; + color: rgb(100, 15, 170); +} +.i{ + font-style: italic; + color: rgb(58, 7, 139); +} +.themequali{ + color: rgb(7, 115, 158); +} +.qualification{ + display: flex; + padding: 1rem ; + margin-top: 5%; + margin-left: 5%; + justify-content: space-evenly; + align-items: center; +} +.line{ + border: 2px solid rgb(167, 124, 8); + border-radius: 5px; + margin: 2rem 0rem; +} +.textcontact{ + text-align: center; + color: rgb(55, 0, 255); + margin-bottom: 0.5rem; +} +.contact{ + display: flex; + color: rgb(13, 15, 11); + justify-content: space-between; + align-items: center; +} +@media (max-width : 950px) { + html,body{ + width: 100%; + height: 100%; + } + .main{ + margin: 0; + border: 0px double black; + padding: 3rem; + background: rgba(225, 225, 242, 0.443); + } + .section1{ + flex-wrap: wrap; + } + .image img{ + margin-top: 2rem; + width: 90vw; + height: 50vh; + object-fit: cover; + object-position: top; + border-radius: 10px; + } + .gallary{ + overflow-x: scroll; + } + .gallary{ + justify-content: space-between; + padding: 0px 0.6rem ; + } + .pictures{ + width: 80%; + height: 20vh; + padding: 0.5rem; + object-fit: cover; + border-radius: 10px; + } + .pic1{ + object-position: 50% 30%; + } + .section2{ + flex-wrap: wrap; + } + .interests,.q{ + width: 100%; + margin: 0% 2rem; + } + .interests h1{ + margin-bottom: 1rem ; + } + .quali{ + margin-top: 1.5rem; + } +} +@media (max-width : 950px) { + html,body{ + width: 100%; + height: 100%; + } + .main{ + margin: 0; + border: 0px double black; + padding: 3rem; + background: rgba(242, 225, 225, 0.443); + } + .section1{ + flex-wrap: wrap; + } + .image img{ + margin-top: 2rem; + width: 90vw; + height: 50vh; + object-fit: cover; + object-position: top; + border-radius: 10px; + } + .gallary{ + overflow-x: scroll; + } + .gallary{ + justify-content: space-between; + padding: 0px 0.6rem ; + } + .pictures{ + width: 80%; + height: 20vh; + padding: 0.5rem; + object-fit: cover; + border-radius: 10px; + } + .pic1{ + object-position: 50% 30%; + } + .section2{ + flex-wrap: wrap; + } + .interests,.q{ + width: 100%; + margin: 0% 2rem; + } + .interests h1{ + margin-bottom: 1rem ; + } + .quali{ + margin-top: 1.5rem; + } +} +@media (max-width: 550px) { + .main{ + margin: 0rem; + border: 0px; + padding: 1.5rem; + overflow: hidden; + } + .section1{ + display: flex; + justify-content: space-evenly; + align-items: center; + } + .description h1{ + font-size: 2.5em; + line-height: 50px; + } + .image img{ + width: 100%; + height: 45vh; + border-radius: 10px; + } + .text{ + text-align: center; + font-size: 1.5em; + text-transform: capitalize; + } + .gallary{ + flex-wrap: wrap; + margin: 0.5rem; + } + .pictures{ + width: 100%; + padding: 1rem 0rem; + height: 25vh; + object-fit: cover; + border-radius: 20px; + } + .pic1{ + object-position: 50% 30%; + } + .section2{ + flex-wrap: wrap; + } + .interests,.q{ + width: 100%; + margin: 0% 1.2rem; + + } +} +@media (max-width:1100px){ + .main{ + margin: 0rem; + border: 0px double black; + height: 100vh; + } +}