init (move to laptop from pc)

This commit is contained in:
2023-08-03 21:18:50 +03:00
commit 5420715adc
29 changed files with 6094 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<footer class="text-center mt-3 text-white-50">
<p class="text-shadow m-0">// licking and assemble //</p>
<p class="font-monospace">
build:
<a class="text-reset" href="#" target="_blank">ab6324f</a>
</p>
</footer>

55
app/partitial/header.html Normal file
View File

@@ -0,0 +1,55 @@
<header class="mb-3">
<div class="text-shadow">
<h3 id="app_title" class="float-md-start mb-0">
<span class="font-monospace">inet://home/</span>
</h3>
<nav class="nav nav-masthead justify-content-center float-md-end">
<a class="nav-link fw-bold py-1 px-0 icon-link" href="/">
<svg
class="svg-icon"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="feather feather-home"
>
<path
d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"
></path>
<polyline points="9 22 9 12 15 12 15 22"></polyline>
</svg>
Home
</a>
<a class="nav-link fw-bold py-1 px-0 icon-link" href="#about">
<svg
class="svg-icon"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="feather feather-info"
>
<circle cx="12" cy="12" r="10"></circle>
<line x1="12" y1="16" x2="12" y2="12"></line>
<line x1="12" y1="8" x2="12.01" y2="8"></line>
</svg>
About
</a>
<a
id="app_theme_switcher"
class="nav-link fw-bold py-1 px-0"
href="#"
></a>
</nav>
</div>
</header>

93
app/partitial/menu.html Normal file
View File

@@ -0,0 +1,93 @@
<ul class="dropdown-menu d-block position-static shadow">
<li>
<a class="dropdown-item d-flex gap-2 align-items-center" href="#games">
<svg
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="feather feather-activity"
>
<polyline points="22 12 18 12 15 21 9 3 6 12 2 12"></polyline>
</svg>
Games
</a>
</li>
<li><hr class="dropdown-divider" /></li>
<li>
<a
class="dropdown-item d-flex gap-2 align-items-center"
href="https://ё.a2s.su/"
target="_blank"
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="feather feather-book"
>
<path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"></path>
<path
d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"
></path>
</svg>
Буква <span class="font-monospace">ё</span>
</a>
</li>
<li><hr class="dropdown-divider" /></li>
<li>
<a class="dropdown-item d-flex gap-2 align-items-center" href="#">
<svg
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="feather feather-user"
>
<path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path>
<circle cx="12" cy="7" r="4"></circle>
</svg>
Personal
</a>
</li>
<li>
<a class="dropdown-item d-flex gap-2 align-items-center" href="#">
<svg
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="feather feather-trash-2"
>
<polyline points="3 6 5 6 21 6"></polyline>
<path
d="M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"
></path>
<line x1="10" y1="11" x2="10" y2="17"></line>
<line x1="14" y1="11" x2="14" y2="17"></line>
</svg>
Trash
</a>
</li>
</ul>