-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed nav bar and added typing animation
- Loading branch information
1 parent
8ef0fc2
commit a3296a7
Showing
6 changed files
with
224 additions
and
22 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<!-- 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 href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&family=Righteous&family=Source+Sans+Pro:wght@400;600&display=swap" rel="stylesheet"> | ||
<link rel="stylesheet" type="text/css" href="css/utlities.css"> | ||
<link rel="stylesheet" type="text/css" href="css/style.css"> | ||
</head> | ||
|
@@ -17,10 +17,7 @@ | |
<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">Portfolio</a> | ||
<a href="mailto:[email protected]">Email Me</a> | ||
<a href="mailto:[email protected]">Resumè</a> | ||
</div> | ||
</nav> | ||
<section class="welcome-section" id = "particles-js"> | ||
|
@@ -31,9 +28,16 @@ | |
<div class="text-wrapper" > | ||
<h3>Hello I'm</h3> | ||
<h1 id = "orange">Mehul Goel</h1> | ||
<p>Tinkerer. Developer. Problem Solver.</p> | ||
<div class="typing-container"> | ||
<div class="text_hide"></div> | ||
<!-----------------------------> | ||
<!--Change the number of words in the text and the animation will still work--> | ||
<p class="text">Tinkerer. Developer. Innovator.</p> | ||
<!--------------------------------------> | ||
<div class="text_cursor"></div> | ||
</div> | ||
<div class="nav-links"> | ||
<a href="mailto:[email protected]"><img src="Images/socialMedia/png/004-apple.png"></a> | ||
<a href="mailto:[email protected]"><img src="Images/socialMedia/png/004-mail.png"></a> | ||
<a href="https://github.com/mehulgoel873"><img src="Images/socialMedia/png/005-github.png"></a> | ||
<a href="https://www.linkedin.com/in/mehulgoel873/"><img src="Images/socialMedia/png/002-linkedin.png"></a> | ||
<a href="https://www.youtube.com/@mehulgoel873"><img src="Images/socialMedia/png/001-youtube.png"></a> | ||
|