commit 320fca53cb479280046a0d8accd969c8e7ae8292 Author: Korbo Duo <156673823+korboduo@users.noreply.github.com> Date: Thu Sep 18 21:55:13 2025 +0900 init diff --git a/favicon.png b/favicon.png new file mode 100755 index 0000000..6cc4932 Binary files /dev/null and b/favicon.png differ diff --git a/fonts/SauceCodeProNerdFont-Black.ttf b/fonts/SauceCodeProNerdFont-Black.ttf new file mode 100755 index 0000000..bbfc2b5 Binary files /dev/null and b/fonts/SauceCodeProNerdFont-Black.ttf differ diff --git a/fonts/SauceCodeProNerdFont-BlackItalic.ttf b/fonts/SauceCodeProNerdFont-BlackItalic.ttf new file mode 100755 index 0000000..b7bc340 Binary files /dev/null and b/fonts/SauceCodeProNerdFont-BlackItalic.ttf differ diff --git a/fonts/SauceCodeProNerdFont-Bold.ttf b/fonts/SauceCodeProNerdFont-Bold.ttf new file mode 100755 index 0000000..b1112d7 Binary files /dev/null and b/fonts/SauceCodeProNerdFont-Bold.ttf differ diff --git a/fonts/SauceCodeProNerdFont-BoldItalic.ttf b/fonts/SauceCodeProNerdFont-BoldItalic.ttf new file mode 100755 index 0000000..2dd94ff Binary files /dev/null and b/fonts/SauceCodeProNerdFont-BoldItalic.ttf differ diff --git a/fonts/SauceCodeProNerdFont-ExtraLight.ttf b/fonts/SauceCodeProNerdFont-ExtraLight.ttf new file mode 100755 index 0000000..0df0cdc Binary files /dev/null and b/fonts/SauceCodeProNerdFont-ExtraLight.ttf differ diff --git a/fonts/SauceCodeProNerdFont-ExtraLightItalic.ttf b/fonts/SauceCodeProNerdFont-ExtraLightItalic.ttf new file mode 100755 index 0000000..214c6dc Binary files /dev/null and b/fonts/SauceCodeProNerdFont-ExtraLightItalic.ttf differ diff --git a/fonts/SauceCodeProNerdFont-Italic.ttf b/fonts/SauceCodeProNerdFont-Italic.ttf new file mode 100755 index 0000000..0ffe726 Binary files /dev/null and b/fonts/SauceCodeProNerdFont-Italic.ttf differ diff --git a/fonts/SauceCodeProNerdFont-Light.ttf b/fonts/SauceCodeProNerdFont-Light.ttf new file mode 100755 index 0000000..431684e Binary files /dev/null and b/fonts/SauceCodeProNerdFont-Light.ttf differ diff --git a/fonts/SauceCodeProNerdFont-LightItalic.ttf b/fonts/SauceCodeProNerdFont-LightItalic.ttf new file mode 100755 index 0000000..ebb6c57 Binary files /dev/null and b/fonts/SauceCodeProNerdFont-LightItalic.ttf differ diff --git a/fonts/SauceCodeProNerdFont-Medium.ttf b/fonts/SauceCodeProNerdFont-Medium.ttf new file mode 100755 index 0000000..2de2716 Binary files /dev/null and b/fonts/SauceCodeProNerdFont-Medium.ttf differ diff --git a/fonts/SauceCodeProNerdFont-MediumItalic.ttf b/fonts/SauceCodeProNerdFont-MediumItalic.ttf new file mode 100755 index 0000000..ecbd0c1 Binary files /dev/null and b/fonts/SauceCodeProNerdFont-MediumItalic.ttf differ diff --git a/fonts/SauceCodeProNerdFont-Regular.ttf b/fonts/SauceCodeProNerdFont-Regular.ttf new file mode 100755 index 0000000..73d66db Binary files /dev/null and b/fonts/SauceCodeProNerdFont-Regular.ttf differ diff --git a/fonts/SauceCodeProNerdFont-SemiBold.ttf b/fonts/SauceCodeProNerdFont-SemiBold.ttf new file mode 100755 index 0000000..b9abf87 Binary files /dev/null and b/fonts/SauceCodeProNerdFont-SemiBold.ttf differ diff --git a/fonts/SauceCodeProNerdFont-SemiBoldItalic.ttf b/fonts/SauceCodeProNerdFont-SemiBoldItalic.ttf new file mode 100755 index 0000000..efa7424 Binary files /dev/null and b/fonts/SauceCodeProNerdFont-SemiBoldItalic.ttf differ diff --git a/fonts/SymbolsNerdFont-Regular.ttf b/fonts/SymbolsNerdFont-Regular.ttf new file mode 100755 index 0000000..6db1df8 Binary files /dev/null and b/fonts/SymbolsNerdFont-Regular.ttf differ diff --git a/fonts/SymbolsNerdFontMono-Regular.ttf b/fonts/SymbolsNerdFontMono-Regular.ttf new file mode 100755 index 0000000..bc1f88e Binary files /dev/null and b/fonts/SymbolsNerdFontMono-Regular.ttf differ diff --git a/images/bg.png b/images/bg.png new file mode 100755 index 0000000..ba3def5 Binary files /dev/null and b/images/bg.png differ diff --git a/index.html b/index.html new file mode 100755 index 0000000..89454b5 --- /dev/null +++ b/index.html @@ -0,0 +1,58 @@ + + + + + + con.cortex + + + + + +
+ + +
+

con.cortex

+
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ + +
+
+ + +
+ +
+ +
+ +
+ +
+ 󰊫 +
+
+ + + diff --git a/style.css b/style.css new file mode 100755 index 0000000..9128aa3 --- /dev/null +++ b/style.css @@ -0,0 +1,117 @@ + +@font-face { + font-family: 'SauceCodePro NF'; + src: url('fonts/SauceCodeProNerdFont-Regular.ttf') format('truetype'); + font-weight: normal; + font-style: normal; +} + +.nerd-icon { + font-size: 32px; + color: #333; +} + +body, html { + margin: 0; + padding: 0; + height: 100%; + font-family: Arial, sans-serif; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + overflow: hidden; + position: relative; + background: #323232; + user-select: none; +} + + +.background { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + background: url('images/bg.png') center center / contain no-repeat; + background-size: auto; + z-index: 0; + pointer-events: none; +} + +.logo-header { + font-family: 'SauceCodePro NF', serif; + font-size: 48px; + color: white; + position: relative; + z-index: 1; +} + +.logo-header img { + max-width: 200px; + width: 40%; + height: auto; + display: block; +} + +.center-image { + position: relative; + z-index: 1; + margin-top: 20px; + resize: none; +} + +.center-image img { + max-width: 250px; + width: 50%; + height: auto; + display: block; + margin: 0 auto; +} + +.grid-container { + display: grid; + grid-template-columns: repeat(4, 120px); + grid-template-rows: repeat(3, 120px); + gap: 40px; + margin-top: 20px; + z-index: 1; +} + +.grid-item { + font-family: 'SauceCodePro NF', serif; + background: white; + display: flex; + justify-content: center; + align-items: center; + border-radius: 12px; + font-size: 38px; + color: #333; + transition: transform 0.2s, background 0.2s; +} + +.grid-item:hover { + transform: scale(0.9); + background: #f0f0f0; +} + +.grid-item a.grid-link { + display: flex; + justify-content: center; + align-items: center; + width: 100%; + height: 100%; + text-decoration: none; + color: inherit; + font-size: 38px; + transform: translateX(-2px); +} + +.grid-item:hover a.grid-link { + color: #000; +} + +.grid-item:empty { + background: transparent; + pointer-events: none; +}