Skip to content

Commit

Permalink
reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulgoel873 committed May 14, 2024
1 parent bdcc1cd commit 3669d7e
Show file tree
Hide file tree
Showing 44 changed files with 26 additions and 94 deletions.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file removed archive/Images/Mountain Range.webp
Binary file not shown.
56 changes: 0 additions & 56 deletions archive/home.html

This file was deleted.

20 changes: 0 additions & 20 deletions css/home.css

This file was deleted.

14 changes: 7 additions & 7 deletions archive/css/style.css → css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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 {
Expand Down Expand Up @@ -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 {
Expand All @@ -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 {
Expand Down
File renamed without changes.
Binary file added files/Mehul Goel - Resume.pdf
Binary file not shown.
30 changes: 19 additions & 11 deletions home.html
Original file line number Diff line number Diff line change
@@ -1,29 +1,28 @@
<!DOCTYPE html>
<html>
<head>
<title>Mehul Goel</title>
<title>Mehul Goel's Portfolio</title>
<!-- Current Fonts: https://fonts.google.com/share?selection.family=Righteous%7CSource%20Sans%20Pro-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Righteous&family=Source+Sans+Pro:wght@400;600&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/home.css">
<link rel="stylesheet" type="text/css" href="css/utlities.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<!-- Navigation bar -->
<!-- <nav>
<nav>
<div class="logo-container">
<img src="logos\png\logo-no-background.png" alt="Logo">
<img src="logos\png\logo-no-background.png" alt="Mehul Goel's logo">
</div>
<div class="nav-links">
<a href="#">Home</a>
<a href="#about">About Me</a>
<a href="#portfolio">Professinal Experience</a>
<a href="#portfolio">Portfolio</a>
<a href="#portfolio">Hobbies</a>
<a href="mailto:[email protected]">GitHub</a>
<a href="mailto:[email protected]">Linkedin</a>
<a href="mailto:[email protected]">Email Me</a>
</div>
</nav> -->
</nav>


<!-- Home page -->
<section class="welcome-section">
Expand All @@ -36,8 +35,17 @@ <h1>Hello, <br>I'm Mehul.</h1>
</section>

<!-- About Me section -->
<section id="about">
<!-- Add content for the About Me section here -->
<section class="about-section">
<div class = "text-wrapper">
<p>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!</p>
<div class = "Image Button">
<img src="Images/Icons/pdf.png" alt = "PDF Icon">
<a href="files/Mehul Goel - Resume.pdf">My Resume</a>
</div>
<a href="#">Learn more about me</a> <!-- TODO: Fix this section to include a full blown about page at one point-->
</div>
</section>

<!-- Projects section -->
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 3669d7e

Please sign in to comment.