-
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.
--responsive mobile ports --css animations and styles
- Loading branch information
1 parent
fc7409e
commit 29bbb2d
Showing
5 changed files
with
565 additions
and
146 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.
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 |
---|---|---|
@@ -1,52 +1,63 @@ | ||
<!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"> | ||
<title>Document</title> | ||
<link rel="stylesheet" href="/styles/style.css"> | ||
<title>Profile || Template</title> | ||
|
||
|
||
<link rel="icon" href="" sizes="16" type="image/icon "> | ||
|
||
<link rel="stylesheet" href="./styles/style.css" type="text/css"> | ||
|
||
<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=Goldman&family=Poppins:wght@400;800&family=Rubik+Mono+One&display=swap" rel="stylesheet"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link | ||
href="https://fonts.googleapis.com/css2?family=Goldman&family=Poppins:wght@400;800&family=Rubik+Mono+One&display=swap" | ||
rel="stylesheet"> | ||
|
||
</head> | ||
|
||
|
||
<body> | ||
<header> | ||
<nav> | ||
<p>Anupam Sharma</p> | ||
</nav> | ||
<div class="container"> | ||
<div class="line-section"> | ||
<div class="line"></div> | ||
<p>2021</p> | ||
</div> | ||
<div class="header-text"> | ||
<p class="display-6">Hi THERE !</p> | ||
<h1 class="display-1" >Enthusiastic</h1> | ||
<div class="hr-1"></div> | ||
<div class="hr-2"></div> | ||
<div class="hr-3"></div> | ||
</div> | ||
<!-- <div class="header-img"> | ||
<nav> | ||
<p class="nav-name">Anupam Sharma</p> | ||
</nav> | ||
<div class="container"> | ||
<div class="line-section"> | ||
<div class="line"></div> | ||
<p id="year">2021</p> | ||
</div> | ||
<div class="header-text"> | ||
<p class="display-6">Hi THERE !</p> | ||
<h1 class="display-1">Enthusiastic</h1> | ||
<div class="hr-1"></div> | ||
<div class="hr-2"></div> | ||
<div class="hr-3"></div> | ||
</div> | ||
<!-- <div class="header-img"> | ||
<img src="assets/me.png" alt=""> | ||
</div> --> | ||
</div> | ||
<div class="foot"> | ||
<div class="contact"> | ||
<p class="lead">Life would be much easier if I had the source code</p> | ||
</div> | ||
<div class="contact-div"> | ||
<p class="contact-me">Contact Me</p> | ||
<div class="icon-tray"> | ||
<div class="hr-3"></div> | ||
<div class="">Linkedin</div> | ||
<div class="hr-3"></div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="foot"> | ||
<div class="contact"> | ||
<p class="lead">Life would be much easier if I had the source code</p> | ||
</div> | ||
<div class="contact-div"> | ||
<p class="contact-me">Contact Me</p> | ||
<div class="icon-tray"> | ||
<div class="hr-3"></div> | ||
<div class="button"> <a href="https://www.linkedin.com/in/anupamsharma-/" class="a-tag">Linkedin</a> </div> | ||
<div class="hr-3"></div> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
</header> | ||
|
||
</body> | ||
|
||
</html> |
Oops, something went wrong.