-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
91 lines (75 loc) · 3.14 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Rijo Thomas | rt1d6m7</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="rt1d6m7, rijo thomas, rijothomas, rijothomas.com, rijo">
<meta name="description" content="Rijo Thomas | rt1d6m7">
<meta name="author" content="Rijo Thomas | rt1d6m7">
<meta name="theme-color" content="#333333">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="./img/fav-hacker.png" type="image/png" sizes="16x16">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-DGQ783JPG7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-DGQ783JPG7');
</script>
<!-- Microsoft Clarity -->
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "l04wa79rq5");
</script>
</head>
<body>
<div class="container">
<div class="avatar">
<img src="img/rt1d6m7-no-one.jpg" alt="">
</div>
<div class="content" style="margin-top: auto;">
<h1 class="title">Rijo Thomas</h1>
<!-- <p>Becoming No One</p> -->
<ul class="social-icons">
<a href="skype:rt1d6m7" target="_blank" title="skype"><i class="fab fa-skype" aria-hidden="true"></i></a>
<a href="https://linkedin.com/in/rt1d6m7/" target="_blank" title="linkedin"><i class="fab fa-linkedin-in" aria-hidden="true"></i></a>
<a href="https://keybase.io/rt1d6m7" target="_blank" title="keybase"><i class="fab fa-keybase" aria-hidden="true"></i></a>
<a href="https://github.com/rt1d6m7" target="_blank" title="github"><i class="fab fa-github" aria-hidden="true"></i></a>
<a href="https://instagram.com/rt1d6m7" target="_blank" title="instagram"><i class="fab fa-instagram" aria-hidden="true"></i></a>
<!-- <a href="https://facebook.com/rt1d6m7" target="_blank" title="facebook"><i class="fab fa-facebook" aria-hidden="true"></i></a> -->
</ul>
</div>
</div>
<!-- <footer>
<div class="container">
<a href="https://example.com/links">Links</a>
</div>
</footer> -->
</body>
</html>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/darkmode-js.min.js"></script>
<script>
const options = {
bottom: '32px', // default: '32px'
right: '32px', // default: '32px'
left: 'unset', // default: 'unset'
time: '0.5s', // default: '0.3s'
mixColor: '#e5e5e5', // default: '#fff'
backgroundColor: '#fff', // default: '#fff'
buttonColorDark: '#100f2c', // default: '#100f2c'
buttonColorLight: '#fff', // default: '#fff'
saveInCookies: false, // default: true,
label: '🌓', // default: ''
autoMatchOsTheme: true // default: true
}
const darkmode = new Darkmode(options);
darkmode.showWidget();
</script>