-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
125 lines (113 loc) · 4.63 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Mayur Deshmukh</title>
<base href="/">
<!-- #reion Metadata -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#445466">
<link rel="shortcut icon" href="favicon.png" type="image/png">
<!-- Pinterest Domain verification code -->
<meta name="p:domain_verify" content="21160b62908f43a0808ffa4e07cc215f">
<meta name="author" content="Mayur Deshmukh">
<link rel="canonical" href="https://deshmukhmayur.com">
<meta name="description" content="User Experience Designer and a Web Developer.">
<meta name="keywords"
content="Mayur Deshmukh, portfolio website, personal website, User Experience Designer, Web Developer, Machine Learning Enthusiast, Mayur Deshmukh Aurangabad, Deshmukh Mayur">
<meta property="og:type" content="website">
<meta property="og:title" content="Mayur Deshmukh">
<meta property="og:description" content="User Experience Designer and a Web Developer">
<meta property="og:url" content="https://deshmukhmayur.com/">
<meta property="og:site_name" content="Mayur Deshmukh">
<!-- Twitter Summary Card -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@deshmukhmayur_">
<meta name="twitter:title" content="Mayur Deshmukh">
<meta name="twitter:description" content="User Experience Designer and a Web Developer">
<!-- #endregion Metadata -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://unpkg.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
</head>
<body>
<main>
<section>
<header class="logo">
<img src="img/logo.svg" alt="Mayur Deshmukh">
</header>
<h1>Hello there!</h1>
<p>Thanks for coming to visit my website.</p>
<p>
Unfortunately, you’ve come at the wrong time.<br />
I’m currently working on renovating my website.
</p>
<p>Meanwhile, you can come <em>say hi</em> on social media.<br />
<small>(I promise I’ll try my best to respond.)</small>
</p>
<ul class="socials">
<li>
<a href="https://instagram.com/deshmukhmayur" target="_blank" rel="noopener" title="link to my instagram">
<img class="icon" src="img/logo-instagram.svg" alt="instagram">
</a>
</li>
<li>
<a href="https://artstation.com/deshmukhmayur" target="_blank" rel="noopener" title="link to my artstation">
<img class="icon" src="img/logo-artstation.svg" alt="artstation">
</a>
</li>
<li>
<a href="https://www.youtube.com/@deshmukhmayur" target="_blank" rel="noopener"
title="link to my youtube channel">
<img class="icon" src="img/logo-youtube.svg" alt="youtube">
</a>
</li>
<li>
<a href="https://github.com/deshmukhmayur" target="_blank" rel="noopener" title="link to my github">
<img class="icon" src="img/logo-github.svg" alt="github">
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/deshmukhmayur204/" target="_blank" rel="noopener"
title="link to my linkedin">
<img class="icon" src="img/logo-linkedin.svg" alt="linkedin">
</a>
</li>
<li>
<a href="https://twitter.com/deshmukhmayur_" target="_blank" rel="noopener" title="link to my twitter">
<img class="icon" src="img/logo-twitter.svg" alt="twitter">
</a>
</li>
</div>
</section>
<figure>
</figure>
</main>
<!-- Google Structured Data -->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Person",
"name": "Mayur Deshmukh",
"url": "https://deshmukhmayur.com",
"sameAs": [
"http://instagram.com/deshmukhmayur",
"https://artstation.com/deshmukhmayur",
"https://github.com/deshmukhmayur",
"https://www.linkedin.com/in/deshmukhmayur204/",
"https://twitter.com/deshmukhmayur_",
"https://www.youtube.com/channel/UCf3NC72EEPA2_VB0JX8A1Dg"
]
}
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-70443889-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
</script>
</body>
</html>