-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
143 lines (136 loc) · 6.85 KB
/
index.html
File metadata and controls
143 lines (136 loc) · 6.85 KB
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
138
139
140
141
142
143
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Mrkiller Developer| One of the first web development projects by MrkillerDeveloper.">
<meta itemprop="name" content="MrKiller Portfolio">
<meta itemprop="description" content="Mrkiller Portfolio | One of the first web development projects by MrkillerDeveloper.">
<meta itemprop="image" content="https://telegra.ph/file/b234a3e63c10139f8680c.jpg">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<script src="https://kit.fontawesome.com/a81368914c.js"></script>
<link href="https://fonts.googleapis.com/css2?family=Cutive+Mono&family=Poppins:wght@100;200;300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="src/style.css">
<title> Iᴀᴍ ʜᴀʀsʜɪʟ (@Mrkiller_1109)</title>
<link rel="icon" href="https://vectorified.com/images/attack-on-titan-icon-31.png" type="image/x-icon">
<meta content="Mrkiller Portfolio" property="og:site_name">
<meta property="og:type" content="MrkillerDeveloper">
<meta content="https://MrkillerDeveloper.github.io/" property="og:url">
<meta content="MrkillerDeveloper (@MrkillerDeveloper)" property="og:title">
<meta content="" property="og:image">
<meta content="Mrkiller Portfolio | One of the first web development projects by MrkillerDeveloper." property="og:description">
</head>
<body id="body" class="dark" oncontextmenu="return false">
<div class="loader" id="loader">
<h1 data-value="Mrkiller" 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://telegra.ph/file/b234a3e63c10139f8680c.jpg" alt="">
<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/MrkillerDeveloper" target="_blank" rel="noopener noreferrer">Github</a>
<a class="active" href="https://telegram.dog/MrkillerDeveloper">Telegram</a>
<a class="active" href="https://instagram.com/Darklordxpert">Insta</a>
</div>
<div class="header" onclick="toggle()">
<label for="check" class="checkbtn" id="chkbtn">
<div class="hamburger-menu">
<div class="center"></div>
</div>
</label>
<a href="mailto: Mrkingeditor11@gmail.com" 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">Mrkiller</h3>
<h3 class="sub-name">@MrkillerDeveloper</h3>
</div>
</div>
<div class="content">
<div class="left">
<div class="about-container">
<h3 class="title">Aʙᴏᴜᴛ</h3>
<p class="text">~ ᴛᴇʟᴇɢʀᴀᴍ ʙᴏᴛ ᴅᴇᴠ | ᴠɪᴅᴇᴏ/ᴘʜᴏᴛᴏ ᴇᴅɪᴛᴏʀ | ɴᴏᴏʙ ᴡᴇʙ ᴅᴇᴠᴇʟᴏᴘᴇʀ | ᴡʀɪᴛᴇʀ (sʜᴀʏᴀʀ) ~</p>
<p class="text">• Pʏᴛʜᴏɴ | ᴊᴀᴠᴀ | Hᴛᴍʟ| C | C++ •</p>
</div>
<div class="icons-container">
<a href="https://github.com/MrkillerDeveloper" class="icon">
<i class="fab fa-github"></i>
</a>
<a href="https://telegram.dog/MrkillerDeveloper" class="icon">
<i class="fab fa-telegram"></i>
</a>
<a href="https://instagram.com/Darklordxpert" class="icon">
<i class="fab fa-instagram"></i>
</a>
</div>
<div class="buttons-wrap">
<div class="follow-wrap">
<a href="https://instagram.com/Darklordxpert" class="follow">Follow</a>
</div>
<div class="share-wrap">
<a href="https://github.com/MrkillerDeveloper" class="share">More</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>
<!---
error_text: Message to display if there is an error.
success_text: Message to display if the form is successfully submitted.
disable_waittime: If true, it will not froze a new form subission (after one is successfull) for half a day.
form_worker_url: URL to the cloudflare backend.
-->
<script
src="https://cdn.jsdelivr.net/gh/tuhinpal/contact-form@master/src/contact-form.min.js"
id="contactform"
error_text=""
success_text=""
disable_waittime="true"
form_worker_url="https://mrkiller-contantform.newuser1109p.workers.dev/"
></script>
</body>
</html>