-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (39 loc) · 2.2 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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>Maayur Berad</title>
<link rel="shortcut icon" type="image/jpg" href="assets/maayur.png"/>
<!-- Primary Meta Tags -->
<title>Maayur Berad | Links </title>
<meta name="title" content="Maayur Berad | Links ">
<meta name="description" content="Get all Important links related to Maayur Berad">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://links.maayur.tk/">
<meta property="og:title" content="Maayur Berad | Links ">
<meta property="og:description" content="Get all Important links related to Maayur Berad">
<meta property="og:image" content="https://raw.githubusercontent.com/Maayur/my-site/main/assets/img/20210327_132353.jpg">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://links.maayur.tk/">
<meta property="twitter:title" content="Maayur Berad | Links ">
<meta property="twitter:description" content="Get all Important links related to Maayur Berad">
<meta property="twitter:image" content="https://raw.githubusercontent.com/Maayur/my-site/main/assets/img/20210327_132353.jpg">
</head>
<body>
<!-- Profile picture-->
<img src="assets/maayur.png" alt="profile picture" class="profile-picture">
<!-- Profile name-->
<div class="profile-name">@themaayur <br> Founder & Developer at LOGYC <br> Mech. Engineering Student</div>
<!-- Links-->
<a href="https://maayur.tk" class="links" target="_blank">Maayur.tk</a>
<a href="https://logyc.xyz" class="links" target="_blank">LOGYC</a>
<a href="https://www.instagram.com/themaayur" class="links" target="_blank">INSTAGRAM</a>
<a href="https://www.twitter.com/themaayur" class="links" target="_blank">TWITTER</a>
<a href="https://t.me/themaayur" class="links" target="_blank">TELEGRAM</a>
<a href="https://www.linkedin.com/in/themaayur" class="links" target="_blank">LINKEDIN</a>
<a href="mailto:[email protected]" class="links" target="_blank">MAIL ME</a>
</body>
</html>