forked from stkeditz/dilsagar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
129 lines (123 loc) · 6.24 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
<!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="Sagar Websites | One of the first web development projects by DiL.">
<meta itemprop="name" content="Sagar Portfolio">
<meta itemprop="description" content="Sagar Portfolio | One of the first web development projects by DiL.">
<meta itemprop="image" content="https://graph.org/file/efd180e4c47550a83d907.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>ᴅɪʟ (@stkeditz)</title>
<link rel="icon" href="https://vectorified.com/images/attack-on-titan-icon-31.png" type="image/x-icon">
<meta content="Sagar Portfolio" property="og:site_name">
<meta property="og:type" content="dilop">
<meta content="https://stkeditz.github.io/" property="og:url">
<meta content="sᴀɢᴀʀ (@stkeditz)" property="og:title">
<meta content="https://graph.org/file/efd180e4c47550a83d907.jpg" property="og:image">
<meta content="Sagar Portfolio | One of the first web development projects by DiL." property="og:description">
</head>
<body id="body" class="dark" oncontextmenu="return false">
<div class="loader" id="loader">
<h1 data-value="DiL" 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://graph.org/file/efd180e4c47550a83d907.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/stkeditz" target="_blank" rel="noopener noreferrer">Github</a>
<a class="active" href="https://telegram.dog/dil_sagar_121">Telegram</a>
<a class="active" href="https://instagram.com/sagartiwari_stk">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: [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">@stkeditz</h3>
</div>
</div>
<div class="content">
<div class="left">
<div class="about-container">
<h3 class="title">Aʙᴏᴜᴛ</h3>
<p class="text">~ Tᴇʟᴇɢʀᴀᴍ ʙᴏᴛ ᴅᴇᴠ ~</p>
<p class="text">• Pʏᴛʜᴏɴ | Tᴇʟᴇᴛʜᴏɴ | Pʏʀᴏɢʀᴀᴍ •</p>
</div>
<div class="icons-container">
<a href="https://github.com/stkeditz" class="icon">
<i class="fab fa-github"></i>
</a>
<a href="https://telegram.dog/dil_sagar_121" class="icon">
<i class="fab fa-telegram"></i>
</a>
<a href="https://instagram.com/sagartiwari_stk" class="icon">
<i class="fab fa-instagram"></i>
</a>
</div>
<div class="buttons-wrap">
<div class="follow-wrap">
<a href="https://instagram.com/sagartiwari_stk" class="follow">Follow</a>
</div>
<div class="share-wrap">
<a href="https://github.com/stkeditz" 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>
<script src="/src/contact-form.js" id="contactform" error_text="" success_text="" disable_waittime="true" form_worker_url="https://contactform.cfform.workers.dev/"></script>
</body>
</html>