-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
72 lines (55 loc) · 2.36 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Anupam Sharma's description about having skills of creativity">
<meta name="keywords" content="Logo,Logos,illustrations,Create">
<meta name="author" content="Anupam Sharma">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Anupam Sharma || Profile</title>
<link rel="icon" href="assets/Ablue-logo.ico" 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">
</head>
<body>
<header>
<nav>
<p class="nav-name">Anupam Sharma</p>
</nav>
<hr class="daimond d1">
<hr class="daimond d2">
<hr class="daimond d3">
<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>
<p>I create illustrations, vector drawings, designed
logos<br> for the startups companies & others.</p>
<!-- <div class="hr-1"></div>
<div class="hr-2"></div>
<div class="hr-3"></div> -->
</div>
</div>
<div class="foot">
<div class="contact">
<p class="lead">Life motto ' Keep practicing until you get satisfied. '</p>
</div>
<div class="contact-div">
<p class="contact-me">Contact Me</p>
<div class="icon-tray">
<div class="hr-3"></div>
<a href="https://www.linkedin.com/in/anupamsharmae/" class="button"><div class="a-tag">Linkedin </div></a>
<div class="hr-3"></div>
</div>
</div>
</div>
</header>
</body>
</html>