This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="ru"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { defineConfig } from "vite" | |
| import tailwindcss from "@tailwindcss/vite" | |
| export default defineConfig({ | |
| base: "./", | |
| plugins: [ | |
| tailwindcss(), | |
| ], | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // smooth scroll | |
| document.addEventListener("DOMContentLoaded", function () { | |
| const e = | |
| "scrollingElement" in document | |
| ? document.scrollingElement | |
| : ((n = document.documentElement), | |
| (t = n.scrollTop), | |
| (n.scrollTop = t + 1), | |
| (t2 = n.scrollTop), | |
| (n.scrollTop = t), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "id": "1000ch.svgo", | |
| "name": "svgo", | |
| "description": "Fully featured SVGO plugin for Visual Studio Code", | |
| "version": "3.1.0", | |
| "publisher": "1000ch", | |
| "state": false | |
| }, | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Поместите настраиваемые сочетания клавиш в этот файл, чтобы переопределить сочетания клавиш по умолчанию.auto[] | |
| [ | |
| { | |
| "key": "alt+/", | |
| "command": "divider.addDividerLevel1WithOneLine" | |
| }, | |
| { | |
| "key": "f1", | |
| "command": "editor.action.commentLine", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "files.autoSave": "onFocusChange", | |
| "telemetry.telemetryLevel": "off", | |
| "editor.fontLigatures": true, | |
| "editor.fontWeight": "normal", | |
| "editor.fontFamily": "JetBrains Mono", | |
| "window.menuBarVisibility": "visible", | |
| "editor.wordWrapColumn": 100, | |
| "editor.matchBrackets": "never", | |
| "editor.wordWrap": "wordWrapColumn", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <a href="#home" class="scroll"> | |
| <a href="#foo" class="scroll"> | |
| document.addEventListener("DOMContentLoaded",function(){var e=function(){if("scrollingElement"in document)return document.scrollingElement;var a=document.documentElement,b=a.scrollTop;a.scrollTop=b+1;var c=a.scrollTop;a.scrollTop=b;return c>b?a:document.body}(),h=function(a){var b=e.scrollTop;if(2>a.length)a=-b;else if(a=document.querySelector(a)){a=a.getBoundingClientRect().top;var c=e.scrollHeight-window.innerHeight;a=b+a<c?a:c-b}else a=void 0;if(a)return new Map([["start",b],["delta",a]])},m=function(a){var b=a.getAttribute("href"),c=h(b);if(c){var d=new Map([["duration",800]]),k=performance.now();(function l(a){d.set("elapsed",a-k);a=d.get("duration");var f=d.get("elapsed"),g=c.get("start"),h=c.get("delta");e.scrollTop=Math.round(h*(-Math.pow(2,-10*f/a)+1)+g);d.get("elapsed")<d.get("duration")?requestAnimationFrame(l):(history.pushState(null,null,b),e.scrollTop=c.get("start")+c.get("delta"))})(performance.now())}},n=function b(c,d){var |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="text-slate-300 text-center works-list"> | |
| <h3 class="text-4xl"> Onky </h3> | |
| <h3 class="text-4xl"> Junso </h3> | |
| <h3 class="text-5xl text-blue-300"> Luxe </h3> | |
| <h3 class="text-3xl"> Pendev </h3> | |
| <h3 class="text-3xl"> Arumo </h3> | |
| </div> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ========================================================= | |
| <!-- one time --> | |
| <svg class="grid place-self-center w-8 h-8 text-slate-400 animate-[scroll_ease-in-out_2.5s_forwards]" viewBox="0 0 24 24"> | |
| <path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.3" d="M12 22c6 0 7.5-4.51 7.5-10S18 2 12 2S4.5 6.51 4.5 12S6 22 12 22m0-13V6" color="currentColor" /> | |
| </svg> | |
| <!-- loop --> | |
| <!-- <svg class="grid place-self-center w-8 h-8 text-slate-400 animate-[scroll_ease-in-out_2.5s_infinite]" viewBox="0 0 24 24"> | |
| <path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.3" d="M12 22c6 0 7.5-4.51 7.5-10S18 2 12 2S4.5 6.51 4.5 12S6 22 12 22m0-13V6" color="currentColor" /> |
NewerOlder