-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathindex.html
137 lines (132 loc) · 6.4 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
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
133
134
135
136
137
<!DOCTYPE html>
<html lang="en">
<head>
<title>Eren (@WH0907)</title>
<link rel="stylesheet" href="src/style.css">
<link rel="icon" href="https://vectorified.com/images/attack-on-titan-icon-31.png" type="image/x-icon">
<link rel='stylesheet' href="https://fonts.googleapis.com/css2?family=Cutive+Mono&family=Poppins:wght@100;200;300;400;500;600;700&display=swap">
<script src="https://kit.fontawesome.com/c9a9fd0877.js" crossorigin="anonymous"></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Eren's Website | One of the first web development projects by Eren.">
<meta itemprop="name" content="Eren's Website">
<meta itemprop="description" content="Eren's Website | One of the first web development projects by Eren.">
<meta itemprop="image" content="https://i.ibb.co/9tFYscQ/ErenPFP.webp">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta content="Eren's Website" property="og:site_name">
<meta property="og:type" content="website">
<meta content="https://linuxguy312.github.io/" property="og:url">
<meta content="Eren (@WH0907)" property="og:title">
<meta content="https://i.ibb.co/9tFYscQ/ErenPFP.webp" property="og:image">
<meta content="Eren's Website | One of the first web development projects by Eren." property="og:description">
</head>
<body id="body" class="dark" oncontextmenu="return false">
<div class="loader" id="loader">
<h1 data-value="LinuxGuy312" id="loader-text">Click me</h1>
</div>
<div id="particles-js"></div>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<div class="wrapper">
<div class="toggle">
<input class="toggle-input" type="checkbox" />
<div class="toggle-bg"></div>
<div class="toggle-switch">
<div class="toggle-switch-figure"></div>
<div class="toggle-switch-figureAlt"></div>
</div>
</div>
</div>
<div class="modal">
<img src="https://i.ibb.co/Hnvn01C/WH.webp" alt="Eren">
<div class="close"></div>
</div>
<div id="container" class="container">
<input type="checkbox" name="" id="check">
<div class="card">
<div class="sidebar" id="sidebar">
<a class="active" href="https://github.com/LinuxGuy312" target="_blank">Github</a>
<a class="active" href="https://WH0907.t.me" target="_blank">Telegram</a>
<a class="active" href="https://instagram.com/hamayoshikamado" target="_blank">Instagram</a>
<a class="active" href="https://yoshitsubot.t.me?start=web" target="_blank">My TG Bot</a>
</div>
<div class="header">
<label for="check" class="checkbtn" id="chkbtn">
<div class="hamburger-menu">
<div class="center"></div>
</div>
</label>
<a href="mailto:[email protected]" class="mail">
<i class="far fa-envelope"></i>
</a>
<div class="main">
<div class="image">
<div class="hover">
<i class="fas fa-camera fa-2x"></i>
</div>
</div>
<h3 class="name">𝔼𝕣𝕖𝕟</h3>
<h3 class="sub-name">@WH0907</h3>
</div>
</div>
<div class="content">
<div class="left">
<div class="about-container">
<h3 class="title">About</h3>
<p class="text">~ Telegram Bot Dev ~ <a class='text' style="text-decoration: none" href="https://YoshitsuBot.t.me?start=web">@YoshitsuBot</a> ~</p>
<p class="text">~ Android Dev ~ Kernel Dev ~</p>
<p class="text">• Python | C++ | JavaScript •</p>
</div>
<div class="icons-container">
<a href="https://github.com/LinuxGuy312" class="icon">
<i class="fab fa-github"></i>
</a>
<a href="https://telegram.dog/WH0907" class="icon">
<i class="fab fa-telegram"></i>
</a>
<a href="https://instagram.com/hamayoshikamado" class="icon">
<i class="fab fa-instagram"></i>
</a>
</div>
<div class="buttons-wrap">
<div class="follow-wrap">
<a href="https://github.com/LinuxGuy312" class="follow">Follow</a>
</div>
<div class="share-wrap">
<a href="https://telegram.dog/WH0907" class="share">Contact</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
document.onkeydown = function (e) {
if (event.keyCode == 123) {
return false;
}
if (e.ctrlKey && e.shiftKey && e.keyCode == 'I'.charCodeAt(0)) {
return false;
}
if (e.ctrlKey && e.shiftKey && e.keyCode == 'C'.charCodeAt(0)) {
return false;
}
if (e.ctrlKey && e.shiftKey && e.keyCode == 'J'.charCodeAt(0)) {
return false;
}
if (e.ctrlKey && e.keyCode == 'U'.charCodeAt(0)) {
return false;
}
}
</script>
<script src="src/app.js"></script>
<script
form_worker_url="https://linuxguy312.contactform-d0b.workers.dev/"
src="/contactform/contact-form.js"
error_text=""
success_text=""
disable_waittime="true"
id="contactform">
</script>
</body>
</html>