diff --git a/index.html b/index.html index 8e3cccc..7710208 100644 --- a/index.html +++ b/index.html @@ -4,10 +4,10 @@ - WuKong Security丨悟空安全 - + WuKong Security丨悟空信息安全 + - + @@ -23,18 +23,22 @@ - Follow us on GitHub -
- main logo -

Copyright © 2023 - 2024 WuKong Security. Powered By BOB.

-
- - - -
-
-
+
+

WK

+

PoweRed By BOB.

+

CoPyRigHt 2023 - 2024 wuKong SecuRity.

+
+ + + + diff --git a/index2.html b/index2.html new file mode 100644 index 0000000..e5a7314 --- /dev/null +++ b/index2.html @@ -0,0 +1,40 @@ + + + + + + + WuKong Security丨悟空信息安全 + + + + + + + + + + + Follow us on GitHub +
+ main logo +

Copyright © 2023 - 2024 WuKong Security. Powered By BOB.

+
+ + + +
+
+
+ + diff --git a/index_style_1.html b/index_style_1.html deleted file mode 100644 index 5a78291..0000000 --- a/index_style_1.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - WuKong Security - - - - - - - - - -
-

WK

-

PoweRed By BOB.

-

CoPyRigHt 2023 - 2024 wuKong SecuRity.

-
- - -
-
-
- - diff --git a/static/css/wukong-sec-style-1.css b/static/css/wukong-sec-style2.css similarity index 62% rename from static/css/wukong-sec-style-1.css rename to static/css/wukong-sec-style2.css index e21d4bf..b7fafb3 100644 --- a/static/css/wukong-sec-style-1.css +++ b/static/css/wukong-sec-style2.css @@ -1,53 +1,45 @@ @font-face { - font-family: "Aexir"; - src: url(../font/Aexir.otf); -} - -@font-face { - font-family: "Eurofighter"; - src: url(../font/Eurofighter.otf); + font-family: "SJweibeijian"; + src: url(../font/SJweibeijian-Lite-222.woff2); } body, html { - height: 100%; margin: 0; - font-family: Arial, sans-serif; + padding: 0; + height: 100%; +} + +body { + background-color: #000; display: flex; justify-content: center; align-items: center; - background-color: black; - color: white; - overflow: hidden; + animation: fadeIn 2s ease-in-out forwards; + opacity: 0; } .container { - color: #f6f6f6; - text-align: right; - animation: fadeIn 3s ease-in-out; - user-select: none; + text-align: center; + max-width: 100%; z-index: 999; + user-select: none; } -.far { - font-size: 2.5vh; -} - -.main-text { - font-size: 80vh; - font-family: "Aexir", sans-serif; - margin: 0; - line-height: 1; +.main-image { + width: 900px; + height: auto; + max-width: 100%; } .sub-text { - font-size: 3vh; - font-family: "Eurofighter", sans-serif; - margin-top: -10vh; - margin-right: 3vh; + color: #a5a5a5; + font-size: 1.8rem; + margin-top: 20px; + font-family: "SJweibeijian", sans-serif;"; } .sub-text a { - color: #f6f6f6; + color: #a5a5a5; text-decoration: none; } @@ -56,41 +48,31 @@ body, html { } @keyframes fadeIn { - 0% { + from { opacity: 0; } - 100% { + to { opacity: 1; } } @media screen and (max-width: 912px) { - .main-text { - font-size: 35vh; + .main-image { + width: 80%; + height: auto; } - .sub-text { - font-size: 1.8vh; - margin-top: -1vh; - margin-right: 1vh; - } - - .far { - font-size: 1.8vh; + font-size: 1.5rem; } } @media screen and (max-width: 768px) { - .main-text { - font-size: 25vh; + .main-image { + width: 80%; + height: auto; } - .sub-text { - font-size: 1.3vh; - } - - .far { - font-size: 1.3vh; + font-size: 0.8rem; } } @@ -134,7 +116,6 @@ body, html { .cursor2.hover, .cursor3.hover { - -webkit-transform: scale(2) translateX(-25%) translateY(-25%); transform: scale(2) translateX(-25%) translateY(-25%); border: none } @@ -153,4 +134,4 @@ body, html { .cursor, .cursor2, .cursor3 { display: none } -} \ No newline at end of file +} diff --git a/static/css/wukong-sec.css b/static/css/wukong-sec.css index 68b8bdb..d9bf48f 100644 --- a/static/css/wukong-sec.css +++ b/static/css/wukong-sec.css @@ -1,83 +1,104 @@ @font-face { font-family: "Aexir"; - src: url(../font/Aexir.otf); + src: url(../font/Aexir-Lite-222.woff2); } @font-face { - font-family: "SJweibeijian"; - src: url(../font/SJweibeijian-Regular.ttf); + font-family: "Eurofighter"; + src: url(../font/Eurofighter-Lite-222.woff2); } -body, html { - margin: 0; - padding: 0; - height: 100%; +@font-face { + font-family: "360ShouHu"; + src: url(../font/360ShouHu-Lite-3000.woff2); + unicode-range: U+4E00-9FFF; } -body { - background-color: #000; +body, html { + height: 100%; + margin: 0; + font-family: Arial, sans-serif; display: flex; justify-content: center; align-items: center; - animation: fadeIn 2s ease-in-out forwards; - opacity: 0; + background-color: black; + color: white; + overflow: hidden; + position: relative; } .container { - text-align: center; - max-width: 100%; - z-index: 999; + color: #f6f6f6; + text-align: right; + animation: fadeIn 3s ease-in-out; user-select: none; + z-index: 2; +} + +.far { + font-size: 2.5vh; } -.main-image { - width: 900px; - height: auto; - max-width: 100%; +.main-text { + font-size: 66vh; + font-family: "Aexir", sans-serif; + margin: 0; + /*line-height: 1;*/ } .sub-text { - color: #a5a5a5; - font-size: 1.8rem; - margin-top: 20px; - font-family: "SJweibeijian", sans-serif;"; + font-size: 3vh; + font-family: "SJweibeijian", "Eurofighter", sans-serif; + margin-top: -10vh; + margin-right: 3vh; } .sub-text a { - color: #a5a5a5; + color: #f6f6f6; text-decoration: none; } .sub-text a:hover { + color: #acabab; text-decoration: underline; } @keyframes fadeIn { - from { + 0% { opacity: 0; } - to { + 100% { opacity: 1; } } @media screen and (max-width: 912px) { - .main-image { - width: 80%; - height: auto; + .main-text { + font-size: 35vh; } + .sub-text { - font-size: 1.5rem; + font-size: 1.8vh; + margin-top: -1vh; + margin-right: 1vh; + } + + .far { + font-size: 1.8vh; } } @media screen and (max-width: 768px) { - .main-image { - width: 80%; - height: auto; + .main-text { + font-size: 25vh; } + .sub-text { - font-size: 0.8rem; + font-size: 1.3vh; + } + + .far { + font-size: 1.3vh; } } @@ -121,6 +142,7 @@ body { .cursor2.hover, .cursor3.hover { + -webkit-transform: scale(2) translateX(-25%) translateY(-25%); transform: scale(2) translateX(-25%) translateY(-25%); border: none } @@ -140,3 +162,26 @@ body { display: none } } + +.footer-text { + position: fixed; + bottom: 0; + width: 100%; + text-align: center; + background-color: black; + color: white; + padding: 20px 0; + font-family: "360ShouHu", "Eurofighter", sans-serif; + z-index: 999; + animation: fadeIn 3s ease-in-out; +} + +.footer-text a { + color: #f6f6f6; + text-decoration: none; +} + +.footer-text a:hover { + color: #acabab; + text-decoration: none; +} \ No newline at end of file diff --git a/static/font/360ShouHu-Lite-3000.woff2 b/static/font/360ShouHu-Lite-3000.woff2 new file mode 100644 index 0000000..6651b2a Binary files /dev/null and b/static/font/360ShouHu-Lite-3000.woff2 differ diff --git a/static/font/Aexir-Lite-222.woff2 b/static/font/Aexir-Lite-222.woff2 new file mode 100644 index 0000000..aeb3d3a Binary files /dev/null and b/static/font/Aexir-Lite-222.woff2 differ diff --git a/static/font/Aexir.otf b/static/font/Aexir.otf deleted file mode 100644 index 83f83fb..0000000 Binary files a/static/font/Aexir.otf and /dev/null differ diff --git a/static/font/Eurofighter-Lite-222.woff2 b/static/font/Eurofighter-Lite-222.woff2 new file mode 100644 index 0000000..ec246fe Binary files /dev/null and b/static/font/Eurofighter-Lite-222.woff2 differ diff --git a/static/font/Eurofighter.otf b/static/font/Eurofighter.otf deleted file mode 100644 index cc40e19..0000000 Binary files a/static/font/Eurofighter.otf and /dev/null differ diff --git a/static/font/SJweibeijian-Lite-222.woff2 b/static/font/SJweibeijian-Lite-222.woff2 new file mode 100644 index 0000000..2307657 Binary files /dev/null and b/static/font/SJweibeijian-Lite-222.woff2 differ diff --git a/static/font/SJweibeijian-Regular.ttf b/static/font/SJweibeijian-Regular.ttf deleted file mode 100644 index 2c913d6..0000000 Binary files a/static/font/SJweibeijian-Regular.ttf and /dev/null differ diff --git a/static/img/icp_48x48.png b/static/img/icp_48x48.png new file mode 100644 index 0000000..a1d154e Binary files /dev/null and b/static/img/icp_48x48.png differ