-
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.
- Loading branch information
1 parent
27b60ab
commit 152afc6
Showing
5 changed files
with
87 additions
and
183 deletions.
There are no files selected for viewing
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
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,61 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" integrity="sha512-1ycn6IcaQQ40/MKBW2W4Rhis/DbILU74C1vSrLJxCq57o941Ym01SwNsOMqvEBFlcgUa6xLiPY/NS5R+E6ztJQ==" crossorigin="anonymous" referrerpolicy="no-referrer" /> | ||
<link rel="stylesheet" href = "css/utlities.css"> | ||
<link rel="stylesheet" href = "css/style.css"> | ||
<title>Mehul Goel</title> | ||
</head> | ||
<body> | ||
<!--Navbar--> | ||
<div class = "navbar"> | ||
<div class="container flex"> | ||
<div class="name"> | ||
<a class = "href="home.html">Mehul Goel</a> | ||
</div> | ||
<nav> | ||
<ul> | ||
<li><a href="home.html">Home</a></li> | ||
<li><a href="about.html">About</a></li> | ||
<li><a href="projects.html">Projects</a></li> | ||
<li><a href="contact.html">Contact</a></li> | ||
</ul> | ||
</nav> | ||
</div> | ||
</div> | ||
|
||
<!--Image and Description of Me--> | ||
<div class="about"> | ||
<div class="container py-3"> | ||
<img src="Mehul.jpg" alt="alternatetext"> | ||
</div> | ||
</div> | ||
|
||
<!-- Footer --> | ||
<footer class="footer bg-dark py-5"> | ||
<div class="container grid grid-3"> | ||
<div> | ||
<h1>Mehul</h1> | ||
<p>Copyright © 2021</p> | ||
</div> | ||
<nav> | ||
<ul> | ||
<li><a href="home.html">Home</a></li> | ||
<li><a href="about.html">About</a></li> | ||
<li><a href="projects.html">Projects</a></li> | ||
<li><a href="contact.html">Contact</a></li> | ||
</ul> | ||
</nav> | ||
<div class="social"> | ||
<a href="#"><i class="fab fa-github fa-2x"></i></a> | ||
<a href="#"><i class="fab fa-twitter fa-2x"></i></a> | ||
<a href="#"><i class="fab fa-facebook fa-2x"></i></a> | ||
<a href="#"><i class="fab fa-instagram fa-2x"></i></a> | ||
</div> | ||
</div> | ||
</footer> | ||
</body> | ||
</html> |
This file was deleted.
Oops, something went wrong.