diff --git a/archive/Attribution Info.txt b/Attribution Info.txt similarity index 100% rename from archive/Attribution Info.txt rename to Attribution Info.txt diff --git a/archive/ColorPalette.png b/ColorPalette.png similarity index 100% rename from archive/ColorPalette.png rename to ColorPalette.png diff --git a/archive/Images/EMONITOR-Opening Freepik.jpg b/Images/EMONITOR-Opening Freepik.jpg similarity index 100% rename from archive/Images/EMONITOR-Opening Freepik.jpg rename to Images/EMONITOR-Opening Freepik.jpg diff --git a/archive/Images/EMONITOR.png b/Images/EMONITOR.png similarity index 100% rename from archive/Images/EMONITOR.png rename to Images/EMONITOR.png diff --git a/archive/Images/Hands - Typing.png b/Images/Hands - Typing.png similarity index 100% rename from archive/Images/Hands - Typing.png rename to Images/Hands - Typing.png diff --git a/archive/Images/Icons/facebook.png b/Images/Icons/facebook.png similarity index 100% rename from archive/Images/Icons/facebook.png rename to Images/Icons/facebook.png diff --git a/archive/Images/Icons/github.png b/Images/Icons/github.png similarity index 100% rename from archive/Images/Icons/github.png rename to Images/Icons/github.png diff --git a/archive/Images/Icons/instagram.png b/Images/Icons/instagram.png similarity index 100% rename from archive/Images/Icons/instagram.png rename to Images/Icons/instagram.png diff --git a/archive/Images/Icons/linkedin.png b/Images/Icons/linkedin.png similarity index 100% rename from archive/Images/Icons/linkedin.png rename to Images/Icons/linkedin.png diff --git a/archive/Images/Icons/pdf.png b/Images/Icons/pdf.png similarity index 100% rename from archive/Images/Icons/pdf.png rename to Images/Icons/pdf.png diff --git a/archive/Images/Icons/twitter.png b/Images/Icons/twitter.png similarity index 100% rename from archive/Images/Icons/twitter.png rename to Images/Icons/twitter.png diff --git a/archive/Images/Icons/youtube.png b/Images/Icons/youtube.png similarity index 100% rename from archive/Images/Icons/youtube.png rename to Images/Icons/youtube.png diff --git a/archive/Images/MBR-Sim.png b/Images/MBR-Sim.png similarity index 100% rename from archive/Images/MBR-Sim.png rename to Images/MBR-Sim.png diff --git a/archive/Images/Mehul.jpg b/Images/Mehul.jpg similarity index 100% rename from archive/Images/Mehul.jpg rename to Images/Mehul.jpg diff --git a/archive/Images/Mountain_Range.webp b/Images/Mountain_Range.webp similarity index 100% rename from archive/Images/Mountain_Range.webp rename to Images/Mountain_Range.webp diff --git a/archive/Images/PacmanShowcase.png b/Images/PacmanShowcase.png similarity index 100% rename from archive/Images/PacmanShowcase.png rename to Images/PacmanShowcase.png diff --git a/archive/Images/Person-Coding.png b/Images/Person-Coding.png similarity index 100% rename from archive/Images/Person-Coding.png rename to Images/Person-Coding.png diff --git a/archive/Images/Person-Coding.svg b/Images/Person-Coding.svg similarity index 100% rename from archive/Images/Person-Coding.svg rename to Images/Person-Coding.svg diff --git a/archive/Images/ProfessionalPhoto.jpg b/Images/ProfessionalPhoto.jpg similarity index 100% rename from archive/Images/ProfessionalPhoto.jpg rename to Images/ProfessionalPhoto.jpg diff --git a/archive/Images/mg-high-resolution-logo-white-on-transparent-background.png b/Images/mg-high-resolution-logo-white-on-transparent-background.png similarity index 100% rename from archive/Images/mg-high-resolution-logo-white-on-transparent-background.png rename to Images/mg-high-resolution-logo-white-on-transparent-background.png diff --git a/archive/Images/Mountain Range.webp b/archive/Images/Mountain Range.webp deleted file mode 100644 index fb59110..0000000 Binary files a/archive/Images/Mountain Range.webp and /dev/null differ diff --git a/archive/home.html b/archive/home.html deleted file mode 100644 index 5522cf1..0000000 --- a/archive/home.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - Mehul Goel's Portfolio - - - - - - - - - - - - - -
-
- Mehul Goel -
-
-

Hello,
I'm Mehul.

-
-
- - -
-
-

I'm an undergraduate freshman within the School of Computer Science at Carnegie Mellon University. I am always looking at new ways to develop my skills in CS and life in general. - In my free time, I am constantly working with robots, playing board games with my friends, or building new hobbies. I am always interested in trying new things, so feel free - to contact me at any time with fresh opportunities!

-
- PDF Icon - My Resume -
- Learn more about me -
-
- - -
- -
- - \ No newline at end of file diff --git a/css/home.css b/css/home.css deleted file mode 100644 index 18066c3..0000000 --- a/css/home.css +++ /dev/null @@ -1,20 +0,0 @@ -body { - margin: 0; - background-color: #233D4D; -} - -.welcome-section { -} - -.text-wrapper { - max-width: fit-content; - margin-left: auto; - margin-right: auto; - align-self: center; -} - -.text-wrapper h3 { - max-width: 0; - margin-left: auto; - margin-right: auto; -} \ No newline at end of file diff --git a/archive/css/style.css b/css/style.css similarity index 92% rename from archive/css/style.css rename to css/style.css index 4d7630c..80b6121 100644 --- a/archive/css/style.css +++ b/css/style.css @@ -21,7 +21,7 @@ nav { nav .logo-container { margin-right: auto; /* Set margin-right to auto to push the nav links to the right */ - margin-left: 20px; + margin-left: 60px; } nav .logo-container img { @@ -32,7 +32,7 @@ nav .nav-links { display: flex; justify-content: flex-end; align-items: center; - margin-right: 20px; + margin-right: 60px; } nav .nav-links a { @@ -85,11 +85,11 @@ nav .nav-links a:last-child:hover::before { /* Styling for the welcome text and image */ .welcome-section { text-align: center; - background: url('../Images/Mountain_Range.png'), #32373B; + background: url('../Images/Mountain_Range.webp'), #32373B; background-repeat: no-repeat; background-size: cover; - padding:200px 0; background-blend-mode: multiply; + padding:200px 0; height: 100%; } .image-wrapper { @@ -102,16 +102,16 @@ nav .nav-links a:last-child:hover::before { .image-wrapper img { display: block; max-width: 100%; - height: 100%; + height: 80%; } .text-wrapper { display: inline-block; - width: 40%; + width: 60%; vertical-align: middle; max-width: 800px; margin: 0 auto; - height: 100%; + height: 80%; color: #fff; } .text-wrapper h1 { diff --git a/archive/css/utlities.css b/css/utlities.css similarity index 100% rename from archive/css/utlities.css rename to css/utlities.css diff --git a/files/Mehul Goel - Resume.pdf b/files/Mehul Goel - Resume.pdf new file mode 100644 index 0000000..63f6fca Binary files /dev/null and b/files/Mehul Goel - Resume.pdf differ diff --git a/home.html b/home.html index b9d3be7..5522cf1 100644 --- a/home.html +++ b/home.html @@ -1,29 +1,28 @@ - Mehul Goel + Mehul Goel's Portfolio - + + - + +
@@ -36,8 +35,17 @@

Hello,
I'm Mehul.

-
- +
+
+

I'm an undergraduate freshman within the School of Computer Science at Carnegie Mellon University. I am always looking at new ways to develop my skills in CS and life in general. + In my free time, I am constantly working with robots, playing board games with my friends, or building new hobbies. I am always interested in trying new things, so feel free + to contact me at any time with fresh opportunities!

+
+ PDF Icon + My Resume +
+ Learn more about me +
diff --git a/archive/logos/eps/logo-black.eps b/logos/eps/logo-black.eps similarity index 100% rename from archive/logos/eps/logo-black.eps rename to logos/eps/logo-black.eps diff --git a/archive/logos/eps/logo-color.eps b/logos/eps/logo-color.eps similarity index 100% rename from archive/logos/eps/logo-color.eps rename to logos/eps/logo-color.eps diff --git a/archive/logos/eps/logo-no-background.eps b/logos/eps/logo-no-background.eps similarity index 100% rename from archive/logos/eps/logo-no-background.eps rename to logos/eps/logo-no-background.eps diff --git a/archive/logos/eps/logo-white.eps b/logos/eps/logo-white.eps similarity index 100% rename from archive/logos/eps/logo-white.eps rename to logos/eps/logo-white.eps diff --git a/archive/logos/logo-orange.svg b/logos/logo-orange.svg similarity index 100% rename from archive/logos/logo-orange.svg rename to logos/logo-orange.svg diff --git a/archive/logos/pdf/logo-black.pdf b/logos/pdf/logo-black.pdf similarity index 100% rename from archive/logos/pdf/logo-black.pdf rename to logos/pdf/logo-black.pdf diff --git a/archive/logos/pdf/logo-color.pdf b/logos/pdf/logo-color.pdf similarity index 100% rename from archive/logos/pdf/logo-color.pdf rename to logos/pdf/logo-color.pdf diff --git a/archive/logos/pdf/logo-no-background.pdf b/logos/pdf/logo-no-background.pdf similarity index 100% rename from archive/logos/pdf/logo-no-background.pdf rename to logos/pdf/logo-no-background.pdf diff --git a/archive/logos/pdf/logo-white.pdf b/logos/pdf/logo-white.pdf similarity index 100% rename from archive/logos/pdf/logo-white.pdf rename to logos/pdf/logo-white.pdf diff --git a/archive/logos/png/logo-black.png b/logos/png/logo-black.png similarity index 100% rename from archive/logos/png/logo-black.png rename to logos/png/logo-black.png diff --git a/archive/logos/png/logo-color.png b/logos/png/logo-color.png similarity index 100% rename from archive/logos/png/logo-color.png rename to logos/png/logo-color.png diff --git a/archive/logos/png/logo-no-background.png b/logos/png/logo-no-background.png similarity index 100% rename from archive/logos/png/logo-no-background.png rename to logos/png/logo-no-background.png diff --git a/archive/logos/png/logo-white.png b/logos/png/logo-white.png similarity index 100% rename from archive/logos/png/logo-white.png rename to logos/png/logo-white.png diff --git a/archive/logos/svg/logo-black.svg b/logos/svg/logo-black.svg similarity index 100% rename from archive/logos/svg/logo-black.svg rename to logos/svg/logo-black.svg diff --git a/archive/logos/svg/logo-color.svg b/logos/svg/logo-color.svg similarity index 100% rename from archive/logos/svg/logo-color.svg rename to logos/svg/logo-color.svg diff --git a/archive/logos/svg/logo-no-background.svg b/logos/svg/logo-no-background.svg similarity index 100% rename from archive/logos/svg/logo-no-background.svg rename to logos/svg/logo-no-background.svg diff --git a/archive/logos/svg/logo-white.svg b/logos/svg/logo-white.svg similarity index 100% rename from archive/logos/svg/logo-white.svg rename to logos/svg/logo-white.svg