diff --git a/Easy/MayureshSurveIssue9/EGPT.jpeg b/Easy/MayureshSurveIssue9/EGPT.jpeg new file mode 100644 index 0000000..fcbd643 Binary files /dev/null and b/Easy/MayureshSurveIssue9/EGPT.jpeg differ diff --git a/Easy/MayureshSurveIssue9/LCR.jpeg b/Easy/MayureshSurveIssue9/LCR.jpeg new file mode 100644 index 0000000..99f173b Binary files /dev/null and b/Easy/MayureshSurveIssue9/LCR.jpeg differ diff --git a/Easy/MayureshSurveIssue9/LOTR.jpeg b/Easy/MayureshSurveIssue9/LOTR.jpeg new file mode 100644 index 0000000..ba43586 Binary files /dev/null and b/Easy/MayureshSurveIssue9/LOTR.jpeg differ diff --git a/Easy/MayureshSurveIssue9/RETRO.jpeg b/Easy/MayureshSurveIssue9/RETRO.jpeg new file mode 100644 index 0000000..cecb7b1 Binary files /dev/null and b/Easy/MayureshSurveIssue9/RETRO.jpeg differ diff --git a/Easy/MayureshSurveIssue9/VEDA.jpeg b/Easy/MayureshSurveIssue9/VEDA.jpeg new file mode 100644 index 0000000..726e041 Binary files /dev/null and b/Easy/MayureshSurveIssue9/VEDA.jpeg differ diff --git a/Easy/MayureshSurveIssue9/ajantacon.jpg b/Easy/MayureshSurveIssue9/ajantacon.jpg new file mode 100644 index 0000000..ff6da98 Binary files /dev/null and b/Easy/MayureshSurveIssue9/ajantacon.jpg differ diff --git a/Easy/MayureshSurveIssue9/amidvar.css b/Easy/MayureshSurveIssue9/amidvar.css new file mode 100644 index 0000000..4a0d9ff --- /dev/null +++ b/Easy/MayureshSurveIssue9/amidvar.css @@ -0,0 +1,184 @@ +*{ + margin: 0; + padding: 0; + font-family: "Vollkorn"; +} + + +body{ + background-image: url(headbga.jpeg); + width: 100vw; + height: 100vh; +} + +.main{ + position: absolute; + width: 100vw; + height: 100vh; + display: flex; + flex-direction: column; + justify-content: flex-start; + align-items: center; + gap: 2em; +} + +header{ + width: 100vw; + height:10vh; + margin-top: 1em; + background-image: url(pfbkg2.jpeg); + border: 4px solid rgb(125, 13, 13); + border-right: 0; + border-left: 0; + display: flex; + flex-direction: column; + justify-content: flex-start; + align-items: center; +} + +h1{ + color: rgb(125, 13, 13); + font-size: 3em; +} + +h2{ + font-size: 2em; + +} + +span{ + color: rgb(114, 24, 108); + font-weight: bolder; +} + +.info p{ + font-family: "Vollkorn"; + font-size: 1em; + font-weight: bold; + margin-left: 0.7em; + margin-right: 0.7em; + padding: 1em; + background-image: url(pfbkg.jpeg); + border: 3px solid rgb(125, 13, 13) ; +} + +h3{ + font-size: 2em; + color: rgb(125, 13, 13); +} + +.img{ + width: 16em; + height: 12em; + border: 0.5em solid rgb(125, 13, 13); + transition: transform 0.3s ease-in-out; +} + +.gallery img:hover{ + border: 0.25em solid rgb(147, 61, 167); + transform: scale(1.1); +} + + +.gallery{ + display: flex; + flex-direction: row; + gap: 1em; +} + +.arrow{ + display: flex; + justify-content: space-evenly; + align-items: center; + width: 20em; + display: none; +} + +.prev, .next{ + width: 2.15em; + height: 2.15em; + background-color: rgb(125, 13, 13); +} + .Images{ + display: flex; + flex-direction: row; + justify-content: space-between; + width: 80vw; + margin-bottom: 3.5em; + } + + .comp,.socials{ + display: flex; + flex-direction: column; + justify-content: flex-start; + align-items: center; + gap: 1em; + } + + .Images h3{ + background-image:url(pfbkg.jpeg); + border: 2px solid rgb(125, 13, 13); + border-radius: 0.25em; + padding: 0.15em; + } + +.skills,.links{ + display: flex; + flex-direction: row; + justify-content: space-evenly; + width: 20em; +} + +.skill,.link{ + width: 4em; + height: 4em; +} + +@media(max-width:768px){ + + .body{ + overflow: hidden; + width: 100vw; + height: 200vh; + } + + .main{ + width: 100vw; + } + .info p{ + background-size: cover; + } + + .arrow{ + display: flex; + } + + .Images{ + width: 30vw; + justify-content: center; + gap: 7.5em; + padding-bottom:2em; + } + + .skills, .links{ + display: grid; + grid-template-columns: repeat(2,1fr); + grid-template-rows: repeat(2,1fr); + gap: 0.25em; + width: 7em; + } + + .skill,.link{ + width: 3em; + height: 3em; + } + + .bg{ + display: none; + } + + .prev{ + display: none; + } + +} diff --git a/Easy/MayureshSurveIssue9/back.png b/Easy/MayureshSurveIssue9/back.png new file mode 100644 index 0000000..63eb9f3 Binary files /dev/null and b/Easy/MayureshSurveIssue9/back.png differ diff --git a/Easy/MayureshSurveIssue9/c++.png b/Easy/MayureshSurveIssue9/c++.png new file mode 100644 index 0000000..ef3e6fd Binary files /dev/null and b/Easy/MayureshSurveIssue9/c++.png differ diff --git a/Easy/MayureshSurveIssue9/css.png b/Easy/MayureshSurveIssue9/css.png new file mode 100644 index 0000000..986c981 Binary files /dev/null and b/Easy/MayureshSurveIssue9/css.png differ diff --git a/Easy/MayureshSurveIssue9/github.png b/Easy/MayureshSurveIssue9/github.png new file mode 100644 index 0000000..c570d2b Binary files /dev/null and b/Easy/MayureshSurveIssue9/github.png differ diff --git a/Easy/MayureshSurveIssue9/headbga.jpeg b/Easy/MayureshSurveIssue9/headbga.jpeg new file mode 100644 index 0000000..e17bafb Binary files /dev/null and b/Easy/MayureshSurveIssue9/headbga.jpeg differ diff --git a/Easy/MayureshSurveIssue9/html.png b/Easy/MayureshSurveIssue9/html.png new file mode 100644 index 0000000..b5d5276 Binary files /dev/null and b/Easy/MayureshSurveIssue9/html.png differ diff --git a/Easy/MayureshSurveIssue9/index.html b/Easy/MayureshSurveIssue9/index.html new file mode 100644 index 0000000..19db995 --- /dev/null +++ b/Easy/MayureshSurveIssue9/index.html @@ -0,0 +1,113 @@ + + + + + + | Portfolio | + + + + + + + + + +
+
+

My Portfolio

+
+

|| Namaste! I am Mayuresh Surve ||

+
+

Namaste! I am Mayuresh Surve, a first-year Electronics & Telecommunications Engineering student at VJTI, Mumbai. + I am a budding engineer with a passion for creating unique yet useful software and hardware projects. + I am equipped with the knowledge of HTML, CSS, JS and C++ which I have used to design multiple innovative projects. + I intend to capture and blend the richness of our culture and our modern technology to blossom into such impactful projects. + Engaging in such ventures have enhanced my skills and my enthusiasm for all things tech.

+
+

Projects

+ +
+ + +
+ +
+
+

Skills

+
+ + + + +
+
+
+

Socials

+ +
+
+
+ + + + \ No newline at end of file diff --git a/Easy/MayureshSurveIssue9/js.png b/Easy/MayureshSurveIssue9/js.png new file mode 100644 index 0000000..52c32e3 Binary files /dev/null and b/Easy/MayureshSurveIssue9/js.png differ diff --git a/Easy/MayureshSurveIssue9/linkedin.png b/Easy/MayureshSurveIssue9/linkedin.png new file mode 100644 index 0000000..ac04b7e Binary files /dev/null and b/Easy/MayureshSurveIssue9/linkedin.png differ diff --git a/Easy/MayureshSurveIssue9/next.png b/Easy/MayureshSurveIssue9/next.png new file mode 100644 index 0000000..6fbfa42 Binary files /dev/null and b/Easy/MayureshSurveIssue9/next.png differ diff --git a/Easy/MayureshSurveIssue9/pfbkg.jpeg b/Easy/MayureshSurveIssue9/pfbkg.jpeg new file mode 100644 index 0000000..86bd97b Binary files /dev/null and b/Easy/MayureshSurveIssue9/pfbkg.jpeg differ diff --git a/Easy/MayureshSurveIssue9/pfbkg2.jpeg b/Easy/MayureshSurveIssue9/pfbkg2.jpeg new file mode 100644 index 0000000..8c8bf1d Binary files /dev/null and b/Easy/MayureshSurveIssue9/pfbkg2.jpeg differ diff --git a/Easy/MayureshSurveIssue9/stacko.png b/Easy/MayureshSurveIssue9/stacko.png new file mode 100644 index 0000000..dbed2c4 Binary files /dev/null and b/Easy/MayureshSurveIssue9/stacko.png differ diff --git a/Easy/MayureshSurveIssue9/x.png b/Easy/MayureshSurveIssue9/x.png new file mode 100644 index 0000000..3ef9de4 Binary files /dev/null and b/Easy/MayureshSurveIssue9/x.png differ