diff --git a/assets/css/info.css b/assets/css/info.css index 98ceae7..2cf43bd 100644 --- a/assets/css/info.css +++ b/assets/css/info.css @@ -1,29 +1,33 @@ -@import url('https://fonts.googleapis.com/css2?family=Hubballi&display=swap'); - body { width: 100%; min-height: 100%; margin: 0; margin-top: 46vb; - background: rgb(54, 53, 53); color:#ffffff; + background: rgb(54, 53, 53); + color: #ffffff; font-family: "Hubballi"; font-size: 18px; text-align: center; } -.typed-cursor { - opacity: 1; -} +/* .typed-cursor { opacity: 1; } .typed-cursor.typed-cursor--blink { animation: typedjsBlink 0.7s infinite; -webkit-animation: typedjsBlink 0.7s infinite; animation: typedjsBlink 0.7s infinite; -} +} */ /* .h3 { margin-top: 46vh; text-align: center; } */ -@keyframes typedjsBlink { +/* .typed-fade-out { opacity: 0; transition: opacity .25s; } + +.typed-cursor.typed-cursor--blink.typed-fade-out { + -webkit-animation: 0; + animation: 0; +} */ + +/* @keyframes typedjsBlink { 50% { opacity: 0.0; } @@ -41,14 +45,4 @@ body { 100% { opacity: 1; } -} - -.typed-fade-out { - opacity: 0; - transition: opacity .25s; -} - -.typed-cursor.typed-cursor--blink.typed-fade-out { - -webkit-animation: 0; - animation: 0; -} \ No newline at end of file +} */ diff --git a/assets/css/mods.css b/assets/css/mods.css index 501a1d2..6164746 100644 --- a/assets/css/mods.css +++ b/assets/css/mods.css @@ -1,15 +1,9 @@ -@import url('https://fonts.googleapis.com/css2?family=Hubballi&display=swap'); - body { font-family: 'Hubballi'; background-color: rgb(92, 88, 88); color: rgb(252, 252, 252); -} - -@-webkit-keyframes rotate { - 100% { - -webkit-transform: rotate(360deg); - } + max-width: 800px; + margin: 0 auto; } .spinner { @@ -42,10 +36,7 @@ body { animation-delay: -1.0s; } -.mm { - display: flex; - flex-direction: row; -} +.mm { display: flex; flex-direction: row; } .mm_pic { height: 100px; @@ -58,7 +49,7 @@ body { .ava_h { font-size: 22px; max-width: 800px; - margin: 0 auto; + margin: 0; } .module-card { @@ -69,9 +60,7 @@ body { border-color: rgb(0, 123, 255); } -.module-card h2 { - margin-top: 0; -} +.module-card h2 { margin-top: 0; } .module-button { font-family: 'Hubballi', sans-serif; @@ -86,13 +75,8 @@ body { transition: background-color 0.3s ease; } -.module-button:active { - background-color: rgb(97, 92, 92); -} - -.module-button:hover { - background-color: #494ce9; -} +.module-button:active { background-color: rgb(97, 92, 92); } +.module-button:hover { background-color: #494ce9; } .copy-button { font-family: 'Hubballi'; @@ -110,9 +94,7 @@ body { cursor: pointer; } -.copy-button:hover { - background-color: #494ce9; -} +.copy-button:hover { background-color: #494ce9; } .copy-notification { position: fixed; @@ -128,10 +110,7 @@ body { transition: opacity 0.5s ease; } -.copy-notification.show { - opacity: 1; - display: block; -} +.copy-notification.show { opacity: 1; display: block; } .module-info { font-family: 'Hubballi', sans-serif; @@ -144,10 +123,9 @@ body { padding: 10px; } -.hidden { - display: none; -} +.hidden { display: none; } +.center { text-align: center; } -.center { - text-align: center; -} \ No newline at end of file +@-webkit-keyframes rotate { 100% { -webkit-transform: rotate(360deg); } } + +/*@media screen and (max-width: 768px) { body { min-width: 600px; margin: 0 auto; } }*/ diff --git a/assets/css/style.css b/assets/css/style.css index cbbcd4a..696a53e 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1,5 +1,3 @@ -@import url('https://fonts.googleapis.com/css2?family=Hubballi&display=swap'); - :root { --back-color: #fff3; --text-color: #fff; @@ -17,20 +15,6 @@ body { font-family: "Hubballi"; } -@keyframes blink { - 0% { - opacity: 1; - } - - 50% { - opacity: 0; - } - - 100% { - opacity: 1; - } -} - .center { justify-content: center; align-items: center; @@ -150,4 +134,18 @@ a.nolink { .avatar { margin: 0; } -} \ No newline at end of file +} + +@keyframes blink { + 0% { + opacity: 1; + } + + 50% { + opacity: 0; + } + + 100% { + opacity: 1; + } +} diff --git a/assets/css/style_2.css b/assets/css/style_2.css deleted file mode 100644 index afc35a4..0000000 --- a/assets/css/style_2.css +++ /dev/null @@ -1,23 +0,0 @@ -@font-face { - font-family: 'Product Sans'; - src: local('Product Sans'), local('ProductSans-Regular'), - url('ProductSans-Regular.ttf') format('truetype'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'Product Sans'; - src: local('Product Sans Bold'), local('ProductSans-Bold'), - url('ProductSans-Bold.ttf') format('truetype'); - font-weight: bold; - font-style: normal; -} - -@font-face { - font-family: 'Product Sans'; - src: local('Product Sans Italic'), local('ProductSans-Italic'), - url('ProductSans-Italic.ttf') format('truetype'); - font-weight: normal; - font-style: italic; -} \ No newline at end of file diff --git a/assets/css/vars.css b/assets/css/vars.css deleted file mode 100644 index 52a150b..0000000 --- a/assets/css/vars.css +++ /dev/null @@ -1,9 +0,0 @@ -:root { - --name: SVPRA; - --description: fuck you; - --text-color: #fff; - --back-color: #fff3; - --over-color: #fefefe; - --popup-text-color: #000000; - --border: none; -} diff --git a/assets/images/ava.jpg b/assets/images/ava.jpg deleted file mode 100644 index 877a869..0000000 Binary files a/assets/images/ava.jpg and /dev/null differ diff --git a/assets/js/animate.js b/assets/js/animate.js new file mode 100644 index 0000000..641c95e --- /dev/null +++ b/assets/js/animate.js @@ -0,0 +1,16 @@ +new Typed('#animated', { + strings: [ + "From Uzbekistan (Tashkent)", + "age: 17 y.o.", + "Kamoliddin Tukhtaboev", + "I'm full-stack developer", + "Telegram Bot developer", + "My bio channel: t.me/kamolgks_bio", + ], + typeSpeed: 20, + backSpeed: 0, + cursorChar: '❚', + smartBackspace: true, + fadeOut: true, + loop: true, +}); diff --git a/assets/js/index.js b/assets/js/index.js deleted file mode 100644 index 3b38ecf..0000000 --- a/assets/js/index.js +++ /dev/null @@ -1,16 +0,0 @@ -/*! -devtools-detect -https://github.com/sindresorhus/devtools-detect -By Sindre Sorhus -MIT License -*/ - -const devtools = { isOpen: false, orientation: undefined, }; const threshold = 170; const emitEvent = (isOpen, orientation) => { globalThis.dispatchEvent(new globalThis.CustomEvent('devtoolschange', { detail: { isOpen, orientation, }, })); }; const main = ({ emitEvents = true } = {}) => { - const widthThreshold = globalThis.outerWidth - globalThis.innerWidth > threshold; const heightThreshold = globalThis.outerHeight - globalThis.innerHeight > threshold; const orientation = widthThreshold ? 'vertical' : 'horizontal'; if (!(heightThreshold && widthThreshold) && ((globalThis.Firebug && globalThis.Firebug.chrome && globalThis.Firebug.chrome.isInitialized) || widthThreshold || heightThreshold)) { - if ((!devtools.isOpen || devtools.orientation !== orientation) && emitEvents) { emitEvent(true, orientation); } - devtools.isOpen = true; devtools.orientation = orientation; - } else { - if (devtools.isOpen && emitEvents) { emitEvent(false, undefined); } - devtools.isOpen = false; devtools.orientation = undefined; - } -}; main({ emitEvents: false }); setInterval(main, 500); export default devtools; \ No newline at end of file diff --git a/assets/js/text.js b/assets/js/text.js index 8fae9b7..e0af787 100644 --- a/assets/js/text.js +++ b/assets/js/text.js @@ -1,21 +1,18 @@ -$(function () { - var title = document.title - , animSeq = ["/", "/", "\\", "|", "/"] - , animIndex = 0 - , titleIndex = 0; - - function doInverseSpinZeroPitch() { - var loadTitle = title.substring(0, titleIndex); - if (titleIndex > title.length) { - animIndex = 0; - titleIndex = 0 - } - if (animIndex > 3) { - titleIndex++; - animIndex = 0 - } - document.title = loadTitle + animSeq[animIndex]; - animIndex++ - } - window.setInterval(doInverseSpinZeroPitch, 150); -}); \ No newline at end of file +$(function () { + var title = document.title, + animSeq = ["/", "-", "\\", "|"], + animIndex = 0, + titleIndex = 0; + + function doInverseSpinZeroPitch() { + var loadTitle = title.substring(0, titleIndex); + if (titleIndex >= title.length) { + titleIndex = 0; + } + document.title = loadTitle + animSeq[animIndex]; + animIndex = (animIndex + 1) % animSeq.length; + titleIndex++; + } + + window.setInterval(doInverseSpinZeroPitch, 150); +}); diff --git a/index.html b/index.html index c89cc01..41b6afb 100644 --- a/index.html +++ b/index.html @@ -4,20 +4,23 @@ - + + Kamolgks.about - + + - - + + - + + - - + + @@ -28,31 +31,34 @@

Kamoliddin Tukhtaboev


- About me (click) + About me (click)

Links for u

- +
- Telegram - Instagram + Telegram + Instagram
- +
- Github + Github
- +
- Donate + Donate +
+ +
+

Hikka

-

Hikka

-
- Shitmodules - Mods Web + Shitmodules + Mods Web
+ - + - \ No newline at end of file + diff --git a/info/index.html b/info.html similarity index 51% rename from info/index.html rename to info.html index c419b50..3707ba0 100644 --- a/info/index.html +++ b/info.html @@ -1,18 +1,20 @@ + - FFF + About me? + - + @@ -23,26 +25,7 @@

- - - + - \ No newline at end of file + diff --git a/mods/index.html b/mods.html similarity index 72% rename from mods/index.html rename to mods.html index 97adb7c..c676838 100644 --- a/mods/index.html +++ b/mods.html @@ -1,18 +1,19 @@ + - ShitModules </> - + ShitModules </> - + - - + + + @@ -28,7 +29,7 @@ @@ -75,12 +73,13 @@

BotsDeleter

+ + + - - - \ No newline at end of file +