diff --git a/Projects/Shreya Mali/portfolio_website/Shreya.png b/Projects/Shreya Mali/portfolio_website/Shreya.png new file mode 100644 index 0000000..0842f62 Binary files /dev/null and b/Projects/Shreya Mali/portfolio_website/Shreya.png differ diff --git a/Projects/Shreya Mali/portfolio_website/Shreya2.png b/Projects/Shreya Mali/portfolio_website/Shreya2.png new file mode 100644 index 0000000..bdb03c5 Binary files /dev/null and b/Projects/Shreya Mali/portfolio_website/Shreya2.png differ diff --git a/Projects/Shreya Mali/portfolio_website/Shreya3.png b/Projects/Shreya Mali/portfolio_website/Shreya3.png new file mode 100644 index 0000000..cd20901 Binary files /dev/null and b/Projects/Shreya Mali/portfolio_website/Shreya3.png differ diff --git a/Projects/Shreya Mali/portfolio_website/background.png b/Projects/Shreya Mali/portfolio_website/background.png new file mode 100644 index 0000000..389d6c7 Binary files /dev/null and b/Projects/Shreya Mali/portfolio_website/background.png differ diff --git a/Projects/Shreya Mali/portfolio_website/index.html b/Projects/Shreya Mali/portfolio_website/index.html new file mode 100644 index 0000000..e0d21a0 --- /dev/null +++ b/Projects/Shreya Mali/portfolio_website/index.html @@ -0,0 +1,76 @@ + + + + + + + + + Shreya Mali + + + + +
+ + +
+ +
+

About Me


+

Hello there! I'm Shreya Mali, a second year student at IIT Gandhinagar.
Passionate about exploring the realms of technology and its impact on society.

+
+ +
+

Skills and Interests


+

As a technology enthusiast, I'm eager to explore various aspects of computer science and engineering. Here are some of my skills and interests:

+ +

Outside of the tech world, I enjoy Designing, Editing and Content writing.




+
+ +
+

Contact Me

+

Feel free to reach out to me!

+

Email: shreya.mali@iitgn.ac.in

+

Contact no: 8104720428

+ +
+ + Instagram + + + + Twitter + + + + LinkedIn + +
+
+ + diff --git a/Projects/Shreya Mali/portfolio_website/instagram.png b/Projects/Shreya Mali/portfolio_website/instagram.png new file mode 100644 index 0000000..da645b7 Binary files /dev/null and b/Projects/Shreya Mali/portfolio_website/instagram.png differ diff --git a/Projects/Shreya Mali/portfolio_website/linkedin.png b/Projects/Shreya Mali/portfolio_website/linkedin.png new file mode 100644 index 0000000..a97d0c6 Binary files /dev/null and b/Projects/Shreya Mali/portfolio_website/linkedin.png differ diff --git a/Projects/Shreya Mali/portfolio_website/styles.css b/Projects/Shreya Mali/portfolio_website/styles.css new file mode 100644 index 0000000..7055c4f --- /dev/null +++ b/Projects/Shreya Mali/portfolio_website/styles.css @@ -0,0 +1,106 @@ +body, h1, h2, p { + margin: 0; + padding: 0; +} + +body { + font-family: 'PT Serif', serif; + background-image: url('background.png'); + background-size: cover; + background-position: center; + background-repeat: no-repeat; + height: 100vh; + width: 100vw; + color: white; +} + +header { + background-color: #333; + color: white; + padding: 10px; + display: flex; + align-items: center; + justify-content: space-between; +} + +.fade-in { + opacity: 0; + transform: translateY(20px); + transition: opacity 0.8s ease-in, transform 0.8s ease-in; +} + +.fade-in.show { + opacity: 1; + transform: translateY(0); +} + +.logo img { + max-height: 50px; +} + +nav ul { + list-style: none; + display: flex; +} + +nav li { + margin-right: 20px; +} + +nav a { + text-decoration: none; + color: white; + font-weight: bold; +} + +h1 { + font-size: 36px; +} + +h2 { + font-size: 24px; +} + +p { + font-size: 18px; +} + +#contact { + color: black; +} + +section { + padding: 50px; +} + +.project { + margin-bottom: 30px; + border: 1px solid #ddd; + padding: 20px; +} + +.project img { + max-width: 100%; +} + +.social-icons { + display: flex; + gap: 10px; + margin-top: 20px; + align-items: center; +} + +.social-icons a { + display: inline-block; + width: 24px; + height: 24px; +} + +.social-icons img { + width: 100%; + height: 100%; +} + + + + diff --git a/Projects/Shreya Mali/portfolio_website/twitter.png b/Projects/Shreya Mali/portfolio_website/twitter.png new file mode 100644 index 0000000..d2dddea Binary files /dev/null and b/Projects/Shreya Mali/portfolio_website/twitter.png differ