-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
72 lines (66 loc) · 2.77 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>
<title>Manu Manjunath</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description"
content="This is Manu Manjunath's homepage, containing links to his profiles and his email address"/>
<!--
Copyright 2024 Manu Manjunath. All Rights Reserved.
-->
<meta charset="UTF-8"/>
<meta name="robots" content="index,follow"/>
<meta name="google-site-verification" content="ADON0Mt69_NLIwnR7i1eCDEJyaYcERI517r3HbOKyNg"/>
<meta name="author" content="Manu Manjunath"/>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-P9KX7JH585"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-P9KX7JH585');
</script>
<style>
body {
font-family: sans-serif;
font-size: 13px;
word-wrap: break-word;
}
.m {
font-size: 17px;
}
.b {
margin-top: 19px;
}
.anno {
color: #334455;
}
</style>
</head>
<body>
<h1>Manu Manjunath</h1>
<div>
<span style="font-size:large">You can connect with me through one or more of below:</span>
</div>
<ul>
<li class="b"><a class="m" href="https://www.linkedin.com/in/manu-manjunath/" target="_blank">Manu Manjunath on
LinkedIn</a></li>
<li class="b"><a class="m" href="https://github.com/m-manu" target="_blank">Manu Manjunath on Github</a></li>
<li class="b"><a class="m" href="https://stackoverflow.com/users/495598/manu-manjunath" target="_blank">Manu
Manjunath on Stack Overflow</a></li>
<li class="b"><a class="m" href="https://www.flickr.com/photos/m_manu/" target="_blank">Manu Manjunath on Flickr</a>
<a class="anno">(my photography)</a></li>
<li class="b"><a class="m" href="https://www.facebook.com/manu.manjunath" target="_blank">Manu Manjunath on
Facebook</a> <span class="anno">(not active)</span></li>
<li class="b"><a class="m" href="https://www.youtube.com/c/ManuManjunath" target="_blank">Manu Manjunath on
YouTube</a></li>
<li class="b"><a class="m" href="https://www.kaggle.com/manu1984/datasets">Manu Manjunath on Kaggle</a></li>
</ul>
<span class="m">Or, you can directly reach out to me at this email address: <img style="height: 27px;"
src="./email2.jpg"
alt="m at this domain name"/></span>
<span class="anno">(if you can read this, you're not a robot 🙂)</span>
</body>
</html>