-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
354 lines (331 loc) · 8.06 KB
/
index.html
File metadata and controls
354 lines (331 loc) · 8.06 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
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
<html translate="no">
<!-- Credits to Tiyam Foyraz . 2017 -->
<head>
<meta charset="utf-8">
<meta name="google" content="notranslate">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://aceclez.github.io/AceChinese/remove-inspect.js"></script> <!--PREVENT INSPECT-->
<title>AceChinese</title> <!--TO BE UPDATED IN EVERY PAGE-->
<!-- add icon link --> <!--TO BE UPDATED IN EVERY PAGE-->
<link rel = "icon" href = "https://i.ibb.co/6trtbV0/Logo-ace-chinese-V2.png" type = "image/x-icon"> <!--TO BE UPDATED IN EVERY PAGE-->
<style>
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
body {
margin: 0;
padding: 0;
width: 100%;
background: url("https://i.pinimg.com/originals/8b/a8/19/8ba819100838b2c39ef496deef6ad633.jpg") no-repeat center fixed;
background-size: cover;
transition: 2s;
}
.wrapper{
width: 100%;
height: 100vh;
background: rgba(0, 0, 0, 0.47);
}
/*profile image style*/
.profile-image{
width: 80px;
height: 80px;
text-align: center;
margin: -25px auto;
}
img{
width: 100%;
}
/*end of profile image style*/
/*pop-up window*/
#pop-up{
background: skyblue;
font-weight: bold;
width: 30%;
position: relative;
top: 25%;
margin: 0 auto;
text-align: center;
border-radius: 0 16px 0 16px;
padding: 3%;
font-family: monospace;
font-size: 18px;
display: none;
vertical-align: middle;
animation: move 2s infinite;
box-shadow: 4px 5px 15px #363636;
}
@keyframes move{
0%{transform: translateY(6%);}
50%{transform: translateY(-6%);}
100%{transform: translateY(6%);}
}
/*form section style*/
#form-section{
width: 280px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
background: rgba(137, 137, 137, 0.62);
border-radius: 8px;
box-shadow: 6px 5px 35px black;
}
#form-section .form-container{
width: 79%;
margin: 70px auto;
}
#form-section .form-container p{
font-family: sans-serif;
text-align: center;
}
#form-section .form-container a{
color: #fff;
text-decoration: none;
}
#form-section .form-container a:hover{
text-decoration: underline;
cursor: pointer;
}
.form-input{
display: block;
margin: 5% auto;
padding: 6% 6%;
border-radius: 5px;
border: none;
box-shadow: 4px 5px 15px #363636;
}
.form-button{
margin-left: 70px;
margin-top: 60px;
padding: 10px 15px;
background: #248e75;
border-radius: 3px;
border: 1px solid #248e75;
color: #efefef;
font-weight: bold;
font-size: 13px;
font-family: sans-serif;
transition: color .5s , background .5s;
box-shadow: 6px 5px 16px #363636;
justify-content: center;
align-items: center;
}
.form-button:hover{
background: #efefef;
color: #248e75;
border: 1px solid #248e75;
cursor: pointer;
}
.tnc { color: #fff; text-shadow: 0 0 10px rgba(0,0,0,0.3); letter-spacing:1px; text-align:center; }
a{
color: #66b3ff;
}
.site-footer
{
background-color:#26272b;
padding:45px 0 20px;
font-size:15px;
line-height:24px;
color:#737373;
}
.site-footer hr
{
border-top-color:#bbb;
opacity:0.5
}
.site-footer hr.small
{
margin:20px 0
}
.site-footer h6
{
color:#fff;
font-size:16px;
text-transform:uppercase;
margin-top:5px;
letter-spacing:2px
}
.site-footer a
{
color:#737373;
}
.site-footer a:hover
{
color:#3366cc;
text-decoration:none;
}
.footer-links
{
padding-left:0;
list-style:none
}
.footer-links li
{
display:block
}
.footer-links a
{
color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
color:#3366cc;
text-decoration:none;
}
.footer-links.inline li
{
display:inline-block
}
.site-footer .social-icons
{
text-align:right
}
.site-footer .social-icons a
{
width:40px;
height:40px;
line-height:40px;
margin-left:6px;
margin-right:0;
border-radius:100%;
background-color:#33353d
}
.copyright-text
{
margin:0
}
@media (max-width:991px)
{
.site-footer [class^=col-]
{
margin-bottom:30px
}
}
@media (max-width:767px)
{
.site-footer
{
padding-bottom:0
}
.site-footer .copyright-text,.site-footer .social-icons
{
text-align:center
}
}
.social-icons
{
padding-left:0;
margin-bottom:0;
list-style:none
}
.social-icons li
{
display:inline-block;
margin-bottom:4px
}
.social-icons li.title
{
margin-right:15px;
text-transform:uppercase;
color:#96a2b2;
font-weight:700;
font-size:13px
}
.social-icons a{
background-color:#eceeef;
color:#818a91;
font-size:16px;
display:inline-block;
line-height:44px;
width:44px;
height:44px;
text-align:center;
margin-right:8px;
border-radius:100%;
-webkit-transition:all .2s linear;
-o-transition:all .2s linear;
transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
color:#fff;
background-color:#29aafe
}
.social-icons.size-sm a
{
line-height:34px;
height:34px;
width:34px;
font-size:14px
}
.social-icons a.facebook:hover
{
background-color:#3b5998
}
.social-icons a.twitter:hover
{
background-color:#00aced
}
.social-icons a.linkedin:hover
{
background-color:#007bb6
}
.social-icons a.dribbble:hover
{
background-color:#ea4c89
}
@media (max-width:767px)
{
.social-icons li.title
{
display:block;
margin-right:0;
font-weight:600
}
}
/* end of form section style */
</style>
</head>
<body>
<div class="wrapper">
<!-- On-click popup window -->
<div id="pop-up"></div>
<div id="form-section">
<!-- form section -->
<h1 class="tnc">AceChinese V1</h1>
<h3 class="tnc">请在登录前<strong>仔细</strong>阅读<a href="https://aceclez.github.io/AceChinese/user-policy.html" target="_blank">用户条款</a></h3>
<form>
<div class="form-container">
<input type="text" name="username" placeholder="用户名" class="form-input username" id="myInput">
<input type="password" name="password" placeholder="密码" class="form-input password" id="myInputV2">
<!-- submit button section -->
<input onClick="change()" type="button" class="form-button" value="登录账号" id="myBtn">
</div>
</form>
</div>
</div>
<script>
var input = document.getElementById("myInput");
input.addEventListener("keypress", function(event) {
if (event.key === "Enter") {
event.preventDefault();
document.getElementById("myBtn").click();
}
});
var inputV2 = document.getElementById("myInputV2");
inputV2.addEventListener("keypress", function(event) {
if (event.key === "Enter") {
event.preventDefault();
document.getElementById("myBtn").click();
}
});
</script>
<!-- Site footer -->
<footer class="site-footer">
<p class="copyright-text">Copyright © 2023 All Rights Reserved by AceChinese</p>
<p class="copyright-text"><a herf="#">Register Account</a>
 | <a herf="#">Instagram</a> | <a herf="#">Twitter</a> | <a herf="#">Facebook</a></p>
</footer>
<script src="https://aceclez.github.io/AceChinese/login-identifierV3.js">
<!--<script src="https://aceclez.github.io/AceChinese/login-identifierV5.js">-->
</script>
</body>
</html>