-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathteacher.html
More file actions
254 lines (232 loc) · 8.56 KB
/
Copy pathteacher.html
File metadata and controls
254 lines (232 loc) · 8.56 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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
<!DOCTYPE html>
<html lang="fa">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="refresh" content="3;url=sing-box://import-remote-profile?url=https://drive.google.com/uc?id=1Q68lR1cXDoB1jG4M7DEUaKnAZBndwymx#👨🏻🏫@𝗦𝗶𝗡𝗔𝗩𝗠 👈🏻کانال تلگرام">
<title>کانفیگ سینگ باکس معلم👨🏻🏫</title>
<style>
body {
font-family: 'Tahoma', sans-serif;
text-align: center;
direction: rtl;
background: linear-gradient(135deg, #0d0d0d, #121212);
color: #ffffff;
margin: 0;
padding: 0;
min-height: 100vh;
display: flex;
flex-direction: column;
overflow-x: hidden;
}
.content {
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: relative;
}
.poem-container {
background: linear-gradient(270deg, #ffcc00, #ff9900, #ffcc00);
background-size: 600% 600%;
animation: pulseGradient 4s ease infinite;
padding: 20px;
border-radius: 15px;
box-shadow: 0 0 15px rgba(255, 204, 0, 0.6), 0 0 30px rgba(255, 153, 0, 0.3);
margin-bottom: 30px;
max-width: 80%;
opacity: 0;
transform: translateY(-50px);
animation: fadeSlideIn 1s forwards 0.2s;
}
.poem-text {
font-size: 18px;
font-weight: bold;
color: #1a1a1a;
line-height: 1.6;
text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}
.header {
font-size: 24px;
font-weight: bold;
margin-bottom: 5px;
opacity: 0;
transform: translateY(-30px);
animation: fadeSlideIn 1s forwards;
}
.header:first-child { animation-delay: 0.4s; }
.header:last-child { animation-delay: 0.6s; }
.header a { text-decoration: none; color: #ffcc00; }
.header a:hover { text-decoration: underline; color: #ffd700; }
.status-text {
font-size: 20px;
margin-bottom: 10px;
opacity: 0;
transform: translateY(-50px);
animation: slideInOnce 1s forwards 0.8s;
}
.info-text {
font-size: 16px;
margin-bottom: 20px;
opacity: 0;
transform: translateY(-50px);
animation: slideInOnce 1s forwards 1s;
}
@keyframes fadeSlideIn { to { opacity: 1; transform: translateY(0); } }
@keyframes slideInOnce {
to { opacity: 1; transform: translateY(0); }
}
.redirect-link {
font-size: 22px;
font-weight: bold;
color: #00d9ff;
text-decoration: none;
display: block;
margin-bottom: 20px;
opacity: 0;
transform: translateY(-50px);
animation: slideInOnce 1s forwards 1.2s;
transition: all 0.4s ease-in-out;
}
.redirect-link:hover {
color: #ffffff;
text-shadow: 0 0 20px rgba(0,217,255,1),0 0 40px rgba(0,136,204,0.6);
transform: scale(1.07) rotate(-1deg);
}
.left-container {
position: fixed;
bottom: 70px;
left: 10px;
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
z-index: 10;
}
.telegram-box, .github-box, .visit-box {
border-radius: 10px;
font-weight: bold;
text-align: center;
width: 140px;
padding: 10px;
transition: all 0.3s ease;
}
/* Telegram */
.telegram-box {
display: flex; align-items: center; justify-content: center;
background: linear-gradient(270deg, #00d9ff, #0088cc, #00d9ff);
background-size: 600% 600%;
color: white;
animation: pulseGradient 3s ease infinite;
box-shadow: 0 0 10px rgba(0,217,255,0.6), 0 0 20px rgba(0,136,204,0.3);
}
.telegram-box img { width: 22px; height: 22px; margin-left: 5px; }
.telegram-box:hover { transform: scale(1.12) rotate(-2deg); box-shadow: 0 0 25px rgba(0,217,255,1),0 0 50px rgba(0,136,204,0.8); }
/* Github */
.github-box {
display: flex; align-items: center; justify-content: center;
background: linear-gradient(270deg, #6e5494, #9b59b6, #6e5494);
background-size: 600% 600%;
color: white;
animation: pulseGradient 3s ease infinite;
box-shadow: 0 0 10px rgba(155,89,182,0.6),0 0 20px rgba(110,84,148,0.3);
cursor: pointer;
text-decoration: none;
}
.github-box img { width: 22px; height: 22px; margin-left: 5px; }
.github-box:hover { transform: scale(1.12) rotate(2deg); box-shadow: 0 0 25px rgba(155,89,182,1),0 0 50px rgba(110,84,148,0.8); }
/* Visit count */
.visit-box {
background: rgba(0,0,0,0.5);
color: white;
padding: 6px 12px;
font-size: 14px;
box-shadow: 0 0 5px rgba(0,255,255,0.3);
animation: pulseGradient 4s ease infinite;
}
.visit-box:hover { transform: scale(1.05); box-shadow: 0 0 15px rgba(0,255,255,0.7); }
@keyframes pulseGradient {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}
.footer {
margin-top: 30px;
font-size: 14px;
color: #ccc;
}
.footer a {
color: #ffcc00;
text-decoration: none;
margin: 0 10px;
}
.footer a:hover {
text-decoration: underline;
}
@media (max-width: 768px) {
.poem-container { max-width: 90%; }
.poem-text { font-size: 16px; }
.redirect-link { font-size: 18px; }
.header { font-size: 20px; }
.status-text { font-size: 18px; }
.info-text { font-size: 14px; }
.telegram-box, .github-box, .visit-box { width: 120px; font-size: 13px; }
.telegram-box img, .github-box img { width: 18px; height: 18px; }
}
@media (max-width: 480px) {
body { padding: 10px; }
.poem-container { max-width: 95%; }
.poem-text { font-size: 14px; }
.redirect-link { font-size: 16px; }
.header { font-size: 18px; }
.status-text { font-size: 16px; }
.info-text { font-size: 14px; }
.telegram-box, .github-box, .visit-box { width: 110px; font-size: 12px; padding: 6px; }
}
</style>
</head>
<body>
<div class="content">
<div class="poem-container">
<div class="poem-text">
بالاترین طبقه جامعه من شمایی<br>
اگه ذهن انسان جهان باشه، شما خدایی<br>
خالقی، خالق فکر، دبیرِ اخلاق<br>
آینده کشورمی، فردای بهترمی<br>
رنگِ دنیای سیاهم، روشنیِ شبمی<br>
دانشآموزِ بیانظباطتم، نیمکت عقبی
</div>
</div>
<div class="header">کانال تلگرامی <a href="https://t.me/sinavm" target="_blank">SiNAVM</a></div>
<div class="header"> تقدیم به تمام معلمها 👩🏻🏫👨🏻🏫</div>
<div class="status-text">در حال انتقال کانفیگ سینگ باکس...</div>
<div class="info-text">اگر بعد از ٣ ثانیه انجام نشد، روی لینک زیر کلیک کنید:</div>
<a class="redirect-link" href="sing-box://import-remote-profile?url=https://drive.google.com/uc?id=1Q68lR1cXDoB1jG4M7DEUaKnAZBndwymx#👨🏻🏫@𝗦𝗶𝗡𝗔𝗩𝗠 👈🏻کانال تلگرام">
وارد کردن دستی کانفیگ
</a>
</div>
<div class="left-container">
<a class="telegram-box" href="https://t.me/sinavm" target="_blank">
<img src="https://sinavm.github.io/sinavm/logo/telegram.png" alt="Telegram Logo">
کانال تلگرام
</a>
<a class="github-box" href="https://github.com/sinavm" target="_blank">
<img src="https://sinavm.github.io/sinavm/logo/github-mark.png" alt="Github Logo">
Github
</a>
<div class="visit-box">بازدید کل: <span id="total-visit-count">...</span></div>
</div>
<div class="footer">
<a href="https://sinavm.github.io/sinavm/legal_pages/about.html">درباره ما</a> |
<a href="https://sinavm.github.io/sinavm/legal_pages/privacy.html">سیاست حریم خصوصی</a> |
<a href="https://sinavm.github.io/sinavm/legal_pages/terms.html">شرایط استفاده</a>
</div>
<script>
fetch('https://page-views.count1.workers.dev')
.then(r => r.text())
.then(data => { document.getElementById("total-visit-count").innerText = data; })
.catch(e => console.error(e));
</script>
</body>
</html>