-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (42 loc) · 2.3 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
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"
xmlns:fb="http://ogp.me/ns/fb#">
<head>
<meta charset="UTF-8">
<meta property="og:url" content="https://ankitknag-ecard.netlify.app" />
<meta property="og:type" content="profile" />
<meta property="og:title" content="Ankit K Nag" />
<meta property="og:description" content="UI Developer" />
<meta property="og:image" content="https://i.imgur.com/CAA4eHI.png" />
<meta name="description" content="An online business card">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ankit K Nag</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="icon" href="AKN Logo Teal-NoBG.png" type="image/gif" sizes="16x16">
</head>
<body>
<div class="card-complete">
<div class="card-front">
<img id="prof-pic" src="prof pic2nobg.png" alt="Profile Picture">
<img id="arrow" src="fast-forward-double-right-arrows.png"">
</div>
<div class="card-back">
<div class="card-details">
<img id="logo" src="AKN Logo Teal-NoBG.png" alt="Logo">
<h2>Ankit K Nag<br />
<span>UI Developer</span>
</h2>
<div class="social-icons">
<a href="https://github.com/Ankit-Nag"> <i class="fa fa-github aria-hidden=true"></i> </a>
<a href="https://www.instagram.com/ankitknag/"> <i class="fa fa-instagram aria-hidden=true"></i> </a>
<a href="https://www.linkedin.com/in/ankitknag/"> <i class="fa fa-linkedin aria-hidden=true"></i> </a>
<a href="https://dribbble.com/ankitnag"> <i class="fa fa-dribbble aria-hidden=true"></i> </a>
<a href="mailto: [email protected]"> <i class="fa fa-envelope aria-hidden=true"></i> </a>
</div>
</div>
</div>
</div>
</body>
</html>