Skip to content
This repository was archived by the owner on May 19, 2023. It is now read-only.

Commit d96a403

Browse files
committed
Initial commit
0 parents  commit d96a403

File tree

650 files changed

+344355
-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.

650 files changed

+344355
-0
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto

.github/FUNDING.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
patreon: 3kh0

404.html

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-98DP5VKS42"></script>
5+
<script>
6+
window.dataLayer = window.dataLayer || [];
7+
function gtag() {
8+
dataLayer.push(arguments);
9+
}
10+
gtag("js", new Date());
11+
gtag("config", "G-98DP5VKS42");
12+
</script>
13+
<link rel="stylesheet" href="css/style.css" />
14+
<title>404 Error | 3kh0</title>
15+
</head>
16+
<body>
17+
<div id="particles-js"></div>
18+
<div class="container">
19+
<h1>404 Error</h1>
20+
<p>
21+
The requested URL or file was not found on this server. <br />
22+
That is all we know.
23+
</p>
24+
<h2>Stats for nerds</h2>
25+
Requested URL: <code id="full"></code><br />
26+
Requested file path: <code id="path"></code><br />
27+
Error code: <code id="error"></code><br />
28+
Host name: <code id="host"></code><br />
29+
Protocol used: <code id="proto"></code><br />
30+
<script>
31+
document.getElementById("full").innerHTML = window.location.href;
32+
document.getElementById("path").innerHTML = window.location.pathname;
33+
document.getElementById("error").innerHTML = "404";
34+
document.getElementById("host").innerHTML = window.location.hostname;
35+
document.getElementById("proto").innerHTML = window.location.protocol;
36+
</script>
37+
<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
38+
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
39+
<script src="js/main.js"></script>
40+
<script src="js/particles.js"></script>
41+
</div>
42+
</body>
43+
</html>

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2022 Echo
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# 3kh0.github.io V2
2+
3+
![GitHub Repo stars](https://img.shields.io/github/stars/3kh0/website-v2?color=yellow&label=Repo%20stars&logo=github&style=for-the-badge)
4+
![GitHub issues](https://img.shields.io/github/issues/3kh0/website-v2?logo=github&style=for-the-badge)
5+
![GitHub pull requests](https://img.shields.io/github/issues-pr/3kh0/website-v2?logo=github&style=for-the-badge)
6+
![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/3kh0/website-v2?logo=codefactor&style=for-the-badge)
7+
### Deployments
8+
![Netlify](https://img.shields.io/netlify/e6a0c47e-feb6-4d00-85f5-4865130b58f5?label=netlify&logo=netlify&style=for-the-badge)
9+
![Website](https://img.shields.io/website?down_color=red&down_message=Offline&style=for-the-badge&up_message=Online&url=https%3A%2F%2F3kh0.github.io)
10+
![Website](https://img.shields.io/website?down_color=red&down_message=Offline&label=Vercel&logo=vercel&style=for-the-badge&up_message=Online&url=https%3A%2F%2F3kh0.vercel.app%2F)
11+
12+
## Preview
13+
14+
You can preview the current state of the projects with the link below:
15+
16+
https://3kh0.github.io/website-v2/
17+
18+
##

comments.html

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Comments | 3kh0</title>
5+
<style>
6+
.comments-list {
7+
height: 1800px;
8+
}
9+
.home-desc {
10+
visibility: hidden;
11+
}
12+
</style>
13+
<!-- Global site tag (gtag.js) - Google Analytics -->
14+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-98DP5VKS42"></script>
15+
<script>
16+
window.dataLayer = window.dataLayer || [];
17+
function gtag(){dataLayer.push(arguments);}
18+
gtag('js', new Date());
19+
20+
gtag('config', 'G-98DP5VKS42');
21+
</script>
22+
</head>
23+
<body>
24+
<!-- begin wwww.htmlcommentbox.com -->
25+
<div id="HCB_comment_box">Loading comments...</div>
26+
<link rel="stylesheet" type="text/css" href="https://www.htmlcommentbox.com/static/skins/bootstrap/twitter-bootstrap.css?v=0" />
27+
<script type="text/javascript" id="hcb"> /*<!--*/ if(!window.hcb_user){hcb_user={};} (function(){var s=document.createElement("script"), l=hcb_user.PAGE || (""+window.location).replace(/'/g,"%27"), h="https://www.htmlcommentbox.com";s.setAttribute("type","text/javascript");s.setAttribute("src", h+"/jread?page="+encodeURIComponent(l).replace("+","%2B")+"&mod=%241%24wq1rdBcg%24kZFLVTIpYdbZ51.Ko0jKU1"+"&opts=16798&num=10&ts=1641485913457");if (typeof s!="undefined") document.getElementsByTagName("head")[0].appendChild(s);})(); /*-->*/ </script>
28+
<!-- end www.htmlcommentbox.com -->
29+
</body>
30+
</html>

0 commit comments

Comments
 (0)