-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (54 loc) · 2.54 KB
/
Copy pathindex.html
File metadata and controls
61 lines (54 loc) · 2.54 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="canonical" href="https://tecrade.github.io/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Jovin John (Tecrade) | Developer,Freelancer & DIY hobbyist</title>
<meta name="google-site-verification" content="3TbuIXdb6_eMvBP3U5_zyBhQu1morm40IjyNGkto2Fc" />
<meta name="description"
content="Portfolio of Jovin John (Tecrade), a developer and DIY hobbyist passionate about embedded systems, robotics, machine learning, automation, and web and mobile app development. Explore his projects, technical blogs, experiments, and engineering journey." />
<meta name="keywords"
content="Jovin John, Tecrade, Jovin John Portfolio, Tecrade Portfolio, Embedded Systems Developer, Robotics, AI, Machine Learning, Automation, Web Development, Mobile App Development, DIY , Prototyping, Kerala Developer, Kochi, India">
<meta name="author" content="Jovin John">
<meta name="robots" content="index, follow">
<meta name="googlebot" content="index, follow, max-snippet:-1, max-video-preview:-1, max-image-preview:large">
<!-- Social Media Tags -->
<meta property="og:title" content="Jovin John (Tecrade) | Developer,Freelancer & DIY hobbyist">
<meta property="og:description"
content="Portfolio of Jovin John (Tecrade), a developer passionate about embedded systems, robotics, machine learning, automation, and app development.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://tecrade.github.io/">
<meta property="og:image" content="https://tecrade.github.io/images/profilepic.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:site_name" content="Tecrade">
<meta property="og:locale" content="en_US">
<meta name="theme-color" content="#099cf2">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" />
<!-- 404 Hack -->
<script>
(function (l) {
if (l.search[1] === '/') {
var decoded = l.search
.slice(1)
.split('&')
.map(function (s) {
return s.replace(/~and~/g, '&');
})
.join('?');
window.history.replaceState(
null,
null,
decoded + l.hash
);
}
}(window.location));
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>