-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
132 lines (121 loc) ยท 5.45 KB
/
404.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
126
127
128
129
130
131
132
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1"><!-- Begin Jekyll SEO tag v2.7.1 -->
<title>Research blogs | ๐ป Developer by day, ๐ฎ gamer by night Software Engineer in @Taboola โ sometimes coffee lover A good player in call of duty ๐ท sometimes love photography</title>
<meta name="generator" content="Jekyll v4.2.0" />
<meta property="og:title" content="Research blogs" />
<meta name="author" content="Raj Arora" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="๐ป Developer by day, ๐ฎ gamer by night Software Engineer in @Taboola โ sometimes coffee lover A good player in call of duty ๐ท sometimes love photography" />
<meta property="og:description" content="๐ป Developer by day, ๐ฎ gamer by night Software Engineer in @Taboola โ sometimes coffee lover A good player in call of duty ๐ท sometimes love photography" />
<link rel="canonical" href="https://blogs.rajendraarora.com/404.html" />
<meta property="og:url" content="https://blogs.rajendraarora.com/404.html" />
<meta property="og:site_name" content="Research blogs" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Research blogs" />
<script type="application/ld+json">
{"@type":"WebPage","description":"๐ป Developer by day, ๐ฎ gamer by night Software Engineer in @Taboola โ sometimes coffee lover A good player in call of duty ๐ท sometimes love photography","headline":"Research blogs","url":"https://blogs.rajendraarora.com/404.html","author":{"@type":"Person","name":"Raj Arora"},"@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<link rel="stylesheet" href="/assets/css/style.css">
<link rel="stylesheet" href="/assets/css/custom.css">
<link rel="icon" type="image/png" href="/favicon.ico" /><link type="application/atom+xml" rel="alternate" href="https://blogs.rajendraarora.com/feed.xml" title="Research blogs" /></head>
<body><div class="site-header">
<div class="wrapper">
<a class="site-title" rel="author" href="/">Research blogs<b class="command_prompt"></b><b class="blinking_cursor">_</b></a>
<span class="social_links">
<a class="color-blue-hover" href="https://www.linkedin.com/in/arorar16/"><i class="fab fa-linkedin"></i></a><a class="color-cyan-hover" href="https://twitter.com/rajendraarora16"><i class="fab fa-twitter-square"></i></a><a class="color-yellow-hover" href="https://github.com/rajendraarora16"><i class="fab fa-github-square"></i></a>
</span>
</div>
</div>
<main class="page-content" aria-label="Content">
<div class="wrapper">
<style type="text/css" media="screen">
.container {
margin: 10px auto;
max-width: 600px;
text-align: center;
}
h1 {
margin: 30px 0;
font-size: 4em;
line-height: 1;
letter-spacing: -1px;
}
</style>
<div class="container">
<h1>404</h1>
<p><strong>Rajendra arora not found :(</strong></p>
<p>The requested page could not be found.</p>
</div>
</div>
</main><footer class="site-footer">
<div class="wrapper">
<div class="credits">made with <i class="fas fa-heart"></i> by Raj Arora<div class="toggleWrapper">
<input type="checkbox" class="dn" id="theme-toggle" onclick="modeSwitcher()" checked />
<label for="theme-toggle" class="toggle">
<span class="toggle__handler">
<span class="crater crater--1"></span>
<span class="crater crater--2"></span>
<span class="crater crater--3"></span>
</span>
<span class="star star--1"></span>
<span class="star star--2"></span>
<span class="star star--3"></span>
<span class="star star--4"></span>
<span class="star star--5"></span>
<span class="star star--6"></span>
</label>
</div>
<script type="text/javascript">
const theme = localStorage.getItem('theme');
if (theme === "light") {
document.documentElement.setAttribute('data-theme', 'light');
} else {
document.documentElement.setAttribute('data-theme', 'dark');
}
const userPrefers = getComputedStyle(document.documentElement).getPropertyValue('content');
function activateDarkTheme() {
document.getElementById('theme-toggle').checked = true;
document.documentElement.setAttribute('data-theme', 'dark');
document.documentElement.classList.add('theme--dark');
document.documentElement.classList.remove('theme--light');
document.getElementById("theme-toggle").className = 'light';
window.localStorage.setItem('theme', 'dark');
}
function activateLightTheme() {
document.getElementById('theme-toggle').checked = false;
document.documentElement.setAttribute('data-theme', 'light');
document.documentElement.classList.add('theme--light');
document.documentElement.classList.remove('theme--dark');
document.getElementById("theme-toggle").className = 'dark';
window.localStorage.setItem('theme', 'light');
}
if (theme === "dark") {
activateDarkTheme();
} else if (theme === "light") {
activateLightTheme();
} else if (userPrefers === "light") {
activateDarkTheme();
} else {
activateDarkTheme();
}
function modeSwitcher() {
let currentMode = document.documentElement.getAttribute('data-theme');
if (currentMode === "dark") {
activateLightTheme();
} else {
activateDarkTheme();
}
}
</script></div>
</div>
</footer>
<script>
window.FontAwesomeConfig = {
searchPseudoElements: true
}
</script>
</body>
</html>