Skip to content

Commit

Permalink
updated structure
Browse files Browse the repository at this point in the history
--responsive mobile ports
--css animations and styles
  • Loading branch information
anupamsharmae committed Aug 3, 2021
1 parent fc7409e commit 29bbb2d
Show file tree
Hide file tree
Showing 5 changed files with 565 additions and 146 deletions.
Binary file added assets/apple-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
79 changes: 45 additions & 34 deletions index.html
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>
Loading

0 comments on commit 29bbb2d

Please sign in to comment.