diff --git a/Induction-2024 b/Induction-2024 new file mode 160000 index 00000000..661e9fdc --- /dev/null +++ b/Induction-2024 @@ -0,0 +1 @@ +Subproject commit 661e9fdc9d2c56a64e430daaf581d5ef6fb92324 diff --git a/Web Development/Task/Task Submission/Jay Prakash Tanty/1st.jpeg b/Web Development/Task/Task Submission/Jay Prakash Tanty/1st.jpeg new file mode 100644 index 00000000..a350a971 Binary files /dev/null and b/Web Development/Task/Task Submission/Jay Prakash Tanty/1st.jpeg differ diff --git a/Web Development/Task/Task Submission/Jay Prakash Tanty/index.html b/Web Development/Task/Task Submission/Jay Prakash Tanty/index.html new file mode 100644 index 00000000..e2693734 --- /dev/null +++ b/Web Development/Task/Task Submission/Jay Prakash Tanty/index.html @@ -0,0 +1,78 @@ + + + + + + Demo Portfolio + + + + + +
+
+
+

Hello,I'm

+

Jay Prakash Tanty

+

About Me!

+

Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quod magni sit quam veritatis, culpa magnam sapiente eius iusto molestiae nulla aut. Impedit magni deserunt corporis excepturi, ratione unde vel laudantium voluptas nam quae, maxime nemo commodi odit corrupti dignissimos minus, placeat natus id doloremque.

+
+
+
+ This is my image +
+

Frontend

+

Developer

+
+
+
+ +
+
+
+

My interests!

+

Lorem ipsum dolor sit amet consectetur adipisicing elit. Facere rem id officia suscipit corporis amet omnis consectetur libero. +

+
+
+

Qualifications:

+

+ 2020   Matriculation
+ 2022   Intermediate
+

+
+
+
+ + + \ No newline at end of file diff --git a/Web Development/Task/Task Submission/Jay Prakash Tanty/link.txt b/Web Development/Task/Task Submission/Jay Prakash Tanty/link.txt new file mode 100644 index 00000000..4783c6fa --- /dev/null +++ b/Web Development/Task/Task Submission/Jay Prakash Tanty/link.txt @@ -0,0 +1 @@ +https://jay-prakash-tanty.github.io/ \ No newline at end of file diff --git a/Web Development/Task/Task Submission/Jay Prakash Tanty/my photo1.jpeg b/Web Development/Task/Task Submission/Jay Prakash Tanty/my photo1.jpeg new file mode 100644 index 00000000..52cb32f8 Binary files /dev/null and b/Web Development/Task/Task Submission/Jay Prakash Tanty/my photo1.jpeg differ diff --git a/Web Development/Task/Task Submission/Jay Prakash Tanty/screenshot.jpeg b/Web Development/Task/Task Submission/Jay Prakash Tanty/screenshot.jpeg new file mode 100644 index 00000000..6cc0421d Binary files /dev/null and b/Web Development/Task/Task Submission/Jay Prakash Tanty/screenshot.jpeg differ diff --git a/Web Development/Task/Task Submission/Jay Prakash Tanty/style.css b/Web Development/Task/Task Submission/Jay Prakash Tanty/style.css new file mode 100644 index 00000000..0b615b3f --- /dev/null +++ b/Web Development/Task/Task Submission/Jay Prakash Tanty/style.css @@ -0,0 +1,174 @@ + +*{ + margin:0; + padding:0; + box-sizing: border-box; + +} +body{ + background-image: linear-gradient(orange,blue,red); + background-image: linear-gradient(orange,blue,orange); +} +#my-first-first-section{ + max-width: 1200px; + padding: 30px; + margin:auto; + +} +.my-first-section{ + display:flex; + justify-content: space-between; +} +.about-me-title{ + font-size: 35px; + margin-top:10px; + margin-bottom:10px; +} +.aboutme{ + font-size: 30px; +} +a{ + text-decoration: none; +} +.my-fisrt-section-text +{ + display: flex; + flex-direction: column; + align-items: left; + justify-content: left; + margin-right: 40px; +} +.hello{ + font-size:50px; + color: white; +} +.name{ + font-size:51px; + font-family: Sofia; +} +#gallery{ + max-width: 1200p x; + padding: 16px; + margin:auto; + } +.three-gallery-images{ + margin-top: 40px; + display: flex; + justify-content: center; + gap: 30px; + flex-wrap:wrap; +} +.gallerypic1{ + width: 350px; + +} +.gallerypic1 img{ + max-width:100%; +} + +.gallery-title h1{ + font-size: 50px; + text-align:center; +} +#inter-and-qual .inter-and-qual-container{ + display:flex; + +} +.fro_tel{ + font-size:40px; + color:gold; +} +.tel_fro{ + font-size:30px; +} +.inter{ + margin-right:90px; +} +.inter h2{ + font-size: 40px; + text-align:left; +} +.inter p{ + font-size: 25px; + font-family: Audiowide; + +} +.qual h3{ + font-size: 40px; + text-align:right; +} +.qual p{ + font-size: 25px; +} +#inter-and-qual{ + max-width: 1200px; + padding: 30px; + margin:auto; + +} +.myname{ + max-width: 1200px; + padding: 10px; + margin:auto +} +.contact-me-title{ + text-align:center; + margin-top: 15px; +} +.myname{ + font-size:25px; + display:flex; + flex-direction:column; + justify-content: center; +} +.contact-links{ + justify-content: center; + display:flex; + justify-content: center; +} +.my-only-image img{ + width:350px; + +} +@media only screen and (max-width: 912px) and (min-width:1px) +{ + .my-first-section{ + flex-direction: column; + text-align:center; + justify-content: center; + flex-wrap:wrap; + } + .my-fisrt-section-text{ + margin-left: 20px; + margin-right: 20px; + } + .est_img{ + margin-top: 20px; + width: 450px; + } + #inter-and-qual .inter-and-qual-container{ + display:flex; + flex-direction: column; + margin: 0px; + text-align:center; + } + .inter{ + margin-left: 50px; + margin-right: 50px; + } + .qual h3{ + margin-top:30px; + + } + .inter h2{ + text-align:center; + justify-content: center; + } + .qual h3{ + text-align:center; + justify-content: center; + } + + + +}