+ My journey encompasses coding, photography, cricket, chess, and entrepreneurship, a blend of creativity, strategy, and innovation. Coding forms my technical backbone, enabling software development and problem-solving. Photography hones my eye for detail, capturing moments with depth and narrative.
+
+In sports, cricket instills teamwork and strategy, while chess sharpens analytical thinking and foresight. Entrepreneurship merges coding skills with strategic vision, fostering innovation and impact.
+
+This diverse journey molds me into a versatile individual, adept at blending technical expertise, creative vision, and strategic thinking.
+
+
+
+
+
\ No newline at end of file
diff --git a/Web Development/Task/Task Submission/My Portfolia/instagram.jpg b/Web Development/Task/Task Submission/My Portfolia/instagram.jpg
new file mode 100644
index 00000000..1e56be2c
Binary files /dev/null and b/Web Development/Task/Task Submission/My Portfolia/instagram.jpg differ
diff --git a/Web Development/Task/Task Submission/My Portfolia/link.txt b/Web Development/Task/Task Submission/My Portfolia/link.txt
new file mode 100644
index 00000000..03911555
--- /dev/null
+++ b/Web Development/Task/Task Submission/My Portfolia/link.txt
@@ -0,0 +1 @@
+https://tanay-369.github.io/tanaysportfolio/
\ No newline at end of file
diff --git a/Web Development/Task/Task Submission/My Portfolia/linkedin.png b/Web Development/Task/Task Submission/My Portfolia/linkedin.png
new file mode 100644
index 00000000..cda9461e
Binary files /dev/null and b/Web Development/Task/Task Submission/My Portfolia/linkedin.png differ
diff --git a/Web Development/Task/Task Submission/My Portfolia/pic.jpg b/Web Development/Task/Task Submission/My Portfolia/pic.jpg
new file mode 100644
index 00000000..b592fa0c
Binary files /dev/null and b/Web Development/Task/Task Submission/My Portfolia/pic.jpg differ
diff --git a/Web Development/Task/Task Submission/My Portfolia/style.css b/Web Development/Task/Task Submission/My Portfolia/style.css
new file mode 100644
index 00000000..d99dd591
--- /dev/null
+++ b/Web Development/Task/Task Submission/My Portfolia/style.css
@@ -0,0 +1,109 @@
+
+body{
+ margin: 0;
+ padding: 0;
+ }
+ .first-section{
+ display: flex;
+ height: max-content;
+ width: 100%;
+ padding: 50px;
+
+ }
+ .first-text-section{
+ width: 90%;
+
+ font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
+ }
+ .first-text-section>h1{
+ font-size: 75px;
+ }
+ .
+
+
+
+ .name-colour{
+ color: rgb(0, 0, 0);
+ }
+ .image-first-section{
+ width: 45%;
+ margin-left: 24%;
+
+ }
+
+ .firstimage{
+ height: 400px;
+ border-radius: 200px;
+
+ }
+
+ .developer-colour{
+ color:greenyellow;
+ /* clear: right; */
+
+ }
+
+ .second-section-heading{
+ text-align: left;
+ font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
+
+ }
+
+ .interesth{
+ text-align: center;
+ font-size: 21px;
+ margin-left: 3%;
+ }
+ .interests{text-align: center;
+ font-size: 21px;
+ margin-left: 3%;}
+ .images{
+ height: 350px;
+ display: flex;
+ justify-content: space-evenly;
+
+ }
+
+
+ #pic2 img{
+ height: 300px;
+ display:flex;
+ justify-content: space-evenly;
+ }#pic3 img{
+ height: 300px;
+ display:flex;
+ justify-content: space-evenly;
+ }
+
+
+
+
+
+ footer{
+ border-top: 3px solid black;
+ text-align: center;
+ font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
+ }
+ .buttons{
+ display: flex;
+ justify-content: space-around;
+ }
+ #github img{
+ height:50px;
+
+ }
+ #linkedin img{
+ height:50px ;
+
+ }
+ #instagram img{
+ height:50px;
+
+
+ }
+
+.interests{
+ border-top: 3px solid black;
+ text-align: center;
+ font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
+}