Skip to content

Commit 9ead053

Browse files
committed
recent
0 parents  commit 9ead053

File tree

417 files changed

+34730
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

417 files changed

+34730
-0
lines changed

404.html

+289
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,289 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
6+
7+
<link rel="icon" href="/assets/images/icon.png">
8+
9+
<!-- change your GA id in _config.yml -->
10+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4812VFLT3M"></script>
11+
<script>
12+
window.dataLayer = window.dataLayer || [];
13+
function gtag(){dataLayer.push(arguments);}
14+
gtag('js', new Date());
15+
16+
gtag('config', 'G-4812VFLT3M');
17+
</script>
18+
19+
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4922790412146333" crossorigin="anonymous"></script>
20+
21+
22+
23+
<title>404 | SoloThought</title>
24+
25+
<!-- Begin Jekyll SEO tag v2.8.0 -->
26+
<title>404 | Solo Thought</title>
27+
<meta name="generator" content="Jekyll v4.3.2" />
28+
<meta property="og:title" content="404" />
29+
<meta property="og:locale" content="en_US" />
30+
<meta name="description" content="Collection of curated articles with in depth analysis on a topic to present a different perspective with interactive illustrations" />
31+
<meta property="og:description" content="Collection of curated articles with in depth analysis on a topic to present a different perspective with interactive illustrations" />
32+
<link rel="canonical" href="https://solothought.com/404.html" />
33+
<meta property="og:url" content="https://solothought.com/404.html" />
34+
<meta property="og:site_name" content="Solo Thought" />
35+
<meta property="og:type" content="website" />
36+
<meta name="twitter:card" content="summary" />
37+
<meta property="twitter:title" content="404" />
38+
<script type="application/ld+json">
39+
{"@context":"https://schema.org","@type":"WebPage","description":"Collection of curated articles with in depth analysis on a topic to present a different perspective with interactive illustrations","headline":"404","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://solothought.com/assets/images/logo.png"}},"url":"https://solothought.com/404.html"}</script>
40+
<!-- End Jekyll SEO tag -->
41+
42+
43+
<!-- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> -->
44+
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-aFq/bzH65dt+w6FI2ooMVUpc+21e0SRygnTpmBvdBgSdnuTN7QbdgL+OapgHtvPp" crossorigin="anonymous">
45+
46+
<link href="/assets/css/screen.css" rel="stylesheet">
47+
48+
<link href="/assets/css/main.css" rel="stylesheet">
49+
50+
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
51+
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
52+
53+
</head>
54+
55+
56+
57+
58+
<body class="layout-default">
59+
<!-- defer loading of font and font awesome -->
60+
<noscript id="deferred-styles">
61+
62+
<!-- <link href="https://fonts.googleapis.com/css?family=Righteous%7CMerriweather+Sans:300,300i,400,400i,700,700i" rel="stylesheet"> -->
63+
<link href="https://fonts.googleapis.com/css?family=Righteous&family=Poppins" rel="stylesheet">
64+
<!-- <link href="https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap" rel="stylesheet"> -->
65+
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css" crossorigin="anonymous">
66+
</noscript>
67+
68+
69+
<!-- Begin Menu Navigation
70+
================================================== -->
71+
<nav class="navbar navbar-expand-lg navbar-light bg-white fixed-top mediumnavigation nav-down">
72+
73+
<div class="container pr-0">
74+
75+
<!-- Begin Logo -->
76+
<a class="navbar-brand" href="/">
77+
<img src="/assets/images/logo.png" alt="SoloThought">
78+
</a>
79+
<!-- End Logo -->
80+
81+
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSolo" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
82+
<span class="navbar-toggler-icon"></span>
83+
</button>
84+
85+
<div class="collapse navbar-collapse" id="navbarSolo">
86+
87+
<!-- Begin Menu -->
88+
89+
<ul class="navbar-nav ms-auto">
90+
91+
92+
<li class="nav-item">
93+
94+
<a class="nav-link" href="/index.html">Blog</a>
95+
</li>
96+
97+
<li class="nav-item">
98+
<a class="nav-link" href="/about">About</a>
99+
</li>
100+
101+
<li class="nav-item dropdown">
102+
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
103+
Categories
104+
</a>
105+
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
106+
<!-- <a class="dropdown-item" href="#">Action</a>
107+
<a class="dropdown-item" href="#">Another action</a>
108+
<div class="dropdown-divider"></div>
109+
<a class="dropdown-item" href="#">Something else here</a> -->
110+
111+
112+
113+
114+
<a class="dropdown-item" href="/categories#tutorial">tutorial (4)</a>
115+
116+
117+
118+
119+
</div>
120+
</li>
121+
<li class="nav-item dropdown">
122+
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
123+
Open Source
124+
</a>
125+
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
126+
<!-- <div class="dropdown-divider">Libraries</div> -->
127+
<a class="dropdown-item" href="https://github.com/NaturalIntelligence/fast-xml-parser"><strong>Fast XML Parser</strong> in JS</a>
128+
<a class="dropdown-item" href="https://github.com/NaturalIntelligence/Stubmatic"><strong>Stubmatic</strong> - Mocking library for QAs</a>
129+
<a class="dropdown-item" href="https://github.com/NaturalIntelligence/nimn-spec"><strong>Nimn</strong> - Smaller than XML, JSON, Msgpack, Gzip</a>
130+
<a class="dropdown-item" href="https://github.com/solothought/shabdawali"><strong>Shabdawali</strong> - Human like Typing Effect</a>
131+
<a class="dropdown-item" href="https://github.com/solothought/vaarta"><strong>Vaarta</strong> - Typing Chat effect</a>
132+
<a class="dropdown-item" href="https://github.com/node-muneem/anumargak"><strong>Anumargak</strong> - Fast routing lib</a>
133+
<a class="dropdown-item" href="https://www.npmjs.com/package/fast-lorem-ipsum"><strong>Fast Lorem Ipsum</strong> - generator</a>
134+
<a class="dropdown-item" href="https://www.npmjs.com/package/fastify-xml-body-parser"><strong>Fastify XML Body Parser</strong></a>
135+
<a class="dropdown-item" href="https://www.npmjs.com/package/cucumon"><strong>Cucumon</strong> - Better parser for Gherkin files</a>
136+
<a class="dropdown-item" href="https://www.npmjs.com/package/strnum"><strong>Strnum</strong> - String to Number converter</a>
137+
<a class="dropdown-item" href="https://www.npmjs.com/package/detailed-xml-validator"><strong>Detailed XML Validator</strong> - Light and effective XML schema validator</a>
138+
<div class="dropdown-divider">Online tool</div>
139+
<a class="dropdown-item" href="/imglab/"><strong>Imglab</strong> - Annotate images for ML</a>
140+
<a class="dropdown-item" href="/matchit/"><strong>Match it</strong> - Create card game</a>
141+
<div class="dropdown-divider">Research</div>
142+
<a class="dropdown-item" href="https://bigbit.github.io/bigbitjs/"><strong>BigBit</strong> - Numeric Datatype</a>
143+
</div>
144+
</li>
145+
146+
<script src="/assets/js/lunr.js"></script>
147+
148+
149+
<style>
150+
.lunrsearchresult .title {color: #d9230f;}
151+
.lunrsearchresult .url {color: silver;}
152+
.lunrsearchresult a {display: block; color: #777;}
153+
.lunrsearchresult a:hover, .lunrsearchresult a:focus {text-decoration: none;}
154+
.lunrsearchresult a:hover .title {text-decoration: underline;}
155+
</style>
156+
157+
158+
<form class="bd-search" onSubmit="return lunr_search(document.getElementById('lunrsearch').value);">
159+
<input type="text" class="form-control text-small launch-modal-search" id="lunrsearch" name="q" maxlength="255" value="" placeholder="Type and enter..."/>
160+
</form>
161+
162+
<div id="lunrsearchresults">
163+
<ul></ul>
164+
</div>
165+
166+
<script src="/assets/js/lunrsearchengine.js"></script>
167+
168+
</ul>
169+
170+
<!-- End Menu -->
171+
172+
</div>
173+
174+
</div>
175+
</nav>
176+
<!-- End Navigation
177+
================================================== -->
178+
179+
<div class="site-content">
180+
181+
182+
<div class="container">
183+
184+
<!-- Site Title
185+
================================================== -->
186+
187+
<div class="mainheading">
188+
<!-- <h1 class="sitetitle">SoloThought</h1> -->
189+
<img src="/assets/images/logo.png" alt="SoloThought">
190+
<p class="lead">
191+
Collection of curated articles with in depth analysis on a topic to present a different perspective with interactive illustrations
192+
</p>
193+
</div>
194+
195+
196+
<!-- Content
197+
================================================== -->
198+
<!-- <div id="gaerr" class="alert alert-danger">
199+
All the stats like page views, trending posts, post for you are derived from Google analytics. Please enable Google analytics for accurate stats.
200+
</div> -->
201+
202+
<div id="main-content" class="main-content">
203+
<div class="text-center">
204+
<h1 class="display-1 mt-5 mb-4"><span class="badge badge-danger">404</span> Page does not exist!</h1>
205+
<p>Please use the search bar at the top or visit our <a href="/">homepage</a>!</p>
206+
</div>
207+
208+
</div>
209+
210+
211+
<!-- Bottom Alert Bar for Patreon
212+
================================================== -->
213+
<!-- <div class="alertbar">
214+
<div class="container text-center">
215+
<span>Access high quality assets of this post on <a href="https://www.patreon.com/Solothought">Patreon</a></span>
216+
</div>
217+
</div> -->
218+
</div>
219+
220+
<!-- Categories Jumbotron
221+
================================================== -->
222+
<!-- <div class="jumbotron fortags">
223+
<div class="d-md-flex h-100">
224+
<div class="col-md-4 transpdark align-self-center text-center h-100">
225+
<div class="d-md-flex align-items-center justify-content-center h-100">
226+
<h2 class="d-md-block align-self-center py-1 font-weight-light">Explore <span class="d-none d-md-inline">→</span></h2>
227+
</div>
228+
</div>
229+
<div class="col-md-8 p-5 align-self-center text-center">
230+
231+
232+
233+
<a class="mt-1 mb-1" href="/categories#tutorial">tutorial (4)</a>
234+
235+
236+
237+
</div>
238+
</div>
239+
</div> -->
240+
241+
<!-- Begin Footer
242+
================================================== -->
243+
<footer class="footer">
244+
<div class="container">
245+
<div class="row">
246+
<div class="col-md-6 col-sm-6 text-center text-lg-left">
247+
Copyright © 2023 SoloThought
248+
</div>
249+
<!-- <div class="col-md-6 col-sm-6 text-center text-lg-right">
250+
Social Handlers
251+
</div> -->
252+
</div>
253+
</div>
254+
</footer>
255+
<!-- End Footer
256+
================================================== -->
257+
258+
</div> <!-- /.site-content -->
259+
<!-- Cookie consent banner -->
260+
<div id="cookieConsent" class="alert alert-dismissible alert-info text-center fixed-bottom mb-0">
261+
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
262+
<span aria-hidden="true">&times;</span>
263+
</button>
264+
This website uses Google Analytics to analyze website traffic and improve your experience. By continuing to use this site, you consent to the use of cookies in accordance with our <a href="/privacypoicy" >Privacy Policy</a>.
265+
</div>
266+
<script>
267+
// Hide cookie consent on button click
268+
document.querySelector('#cookieConsent .close').addEventListener('click', function () {
269+
document.querySelector('#cookieConsent').style.display = 'none';
270+
});
271+
</script>
272+
<!-- Scripts
273+
================================================== -->
274+
275+
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script> -->
276+
277+
<!-- <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script> -->
278+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-qKXV1j0HvMUeCBQ+QVp7JcfGl760yU08IQ+GpUo5hlbpg51QRiuqHAJz8+BrxE/N" crossorigin="anonymous"></script>
279+
280+
<script src="/assets/js/mediumish.js"></script>
281+
282+
283+
284+
<script src="/assets/js/ie10-viewport-bug-workaround.js"></script>
285+
286+
<!-- -->
287+
288+
</body>
289+
</html>

CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
solothought.com

0 commit comments

Comments
 (0)