mirror of
https://codeberg.org/vlw/vlw.se.git
synced 2026-04-13 09:49:39 +02:00
Compare commits
No commits in common. "f58d79ae778f5f634d4c2888801a58670cf4c5dc" and "f03800653dc550a4463d3a44d956469fe040ccc1" have entirely different histories.
f58d79ae77
...
f03800653d
5 changed files with 60 additions and 69 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"require": {
|
"require": {
|
||||||
"vlw/mysql": "3.5.*",
|
"vlw/mysql": "dev-master",
|
||||||
"vlw/xenum": "1.1.*"
|
"vlw/xenum": "dev-master"
|
||||||
},
|
},
|
||||||
"minimum-stability": "dev"
|
"minimum-stability": "dev"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
17
composer.lock
generated
17
composer.lock
generated
|
|
@ -4,16 +4,17 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "c36d78f9e61db4f5ef380418afcc118b",
|
"content-hash": "a7ce20d192550ef2d037220b593b5eb9",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "vlw/mysql",
|
"name": "vlw/mysql",
|
||||||
"version": "3.5.11",
|
"version": "dev-master",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://codeberg.org/vlw/php-mysql",
|
"url": "https://codeberg.org/vlw/php-mysql",
|
||||||
"reference": "73297feb826173cd0cd1a15e09e102618e060e2d"
|
"reference": "0e367f797fa9348408881ed758976f21e8c667e4"
|
||||||
},
|
},
|
||||||
|
"default-branch": true,
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
|
@ -31,16 +32,17 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Abstraction library for common MySQL/MariaDB DML operations with php-mysqli",
|
"description": "Abstraction library for common MySQL/MariaDB DML operations with php-mysqli",
|
||||||
"time": "2025-08-30T07:49:14+00:00"
|
"time": "2025-07-29T07:46:46+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "vlw/xenum",
|
"name": "vlw/xenum",
|
||||||
"version": "1.1.3",
|
"version": "dev-master",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://codeberg.org/vlw/php-xenum",
|
"url": "https://codeberg.org/vlw/php-xenum",
|
||||||
"reference": "ba3f43a9e2787bf938cfbfcb85ea87e5062df294"
|
"reference": "ba3f43a9e2787bf938cfbfcb85ea87e5062df294"
|
||||||
},
|
},
|
||||||
|
"default-branch": true,
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
|
@ -64,7 +66,10 @@
|
||||||
"packages-dev": [],
|
"packages-dev": [],
|
||||||
"aliases": [],
|
"aliases": [],
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"stability-flags": [],
|
"stability-flags": {
|
||||||
|
"vlw/mysql": 20,
|
||||||
|
"vlw/xenum": 20
|
||||||
|
},
|
||||||
"prefer-stable": false,
|
"prefer-stable": false,
|
||||||
"prefer-lowest": false,
|
"prefer-lowest": false,
|
||||||
"platform": [],
|
"platform": [],
|
||||||
|
|
|
||||||
|
|
@ -89,6 +89,32 @@ h3 {
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* ## Page transition */
|
||||||
|
|
||||||
|
[vv-loading] * {
|
||||||
|
transition: 200ms opacity;
|
||||||
|
}
|
||||||
|
|
||||||
|
[vv-loading="true"] * {
|
||||||
|
opacity: 0;
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
[vv-loading="true"]::after {
|
||||||
|
content: "";
|
||||||
|
position: fixed;
|
||||||
|
top: 50%;
|
||||||
|
left: 50%;
|
||||||
|
width: 45px;
|
||||||
|
height: 49px;
|
||||||
|
background-size: contain;
|
||||||
|
image-rendering: pixelated;
|
||||||
|
transform: translate(-50%, -50%);
|
||||||
|
background-image: url("/assets/media/spinner.gif");
|
||||||
|
-webkit-filter: hue-rotate(var(--hue-accent));
|
||||||
|
filter: hue-rotate(var(--hue-accent));
|
||||||
|
}
|
||||||
|
|
||||||
/* ## Buttons */
|
/* ## Buttons */
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
|
@ -473,32 +499,22 @@ search-results .info :is(svg, img) {
|
||||||
@media (min-width: 900px) {
|
@media (min-width: 900px) {
|
||||||
header {
|
header {
|
||||||
.buttons {
|
.buttons {
|
||||||
display: flex;
|
gap: 10px;
|
||||||
|
width: 100%;
|
||||||
|
display: grid;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
grid-template-columns: repeat(3, 100px);
|
grid-template-columns: repeat(3, 100px);
|
||||||
|
|
||||||
button {
|
button {
|
||||||
display: flex;
|
transition: 100ms border;
|
||||||
border-left: unset;
|
border: dashed 1px rgba(255, 255, 255, .3);
|
||||||
|
padding: 13px var(--padding);
|
||||||
|
border-radius: 6px;
|
||||||
|
|
||||||
div {
|
&:hover {
|
||||||
width: 4px;
|
border-color: var(--color-accent);
|
||||||
height: 2em;
|
background-color: transparent;
|
||||||
transform: rotate(20deg);
|
|
||||||
transition:
|
|
||||||
200ms background-position ease,
|
|
||||||
500ms box-shadow ease
|
|
||||||
;
|
|
||||||
background: linear-gradient(
|
|
||||||
0deg,
|
|
||||||
rgb(var(--primer-color-accent)) 0%,
|
|
||||||
rgb(var(--primer-color-accent)) 50%,
|
|
||||||
rgba(255, 255, 255, .3) 50%,
|
|
||||||
rgba(255, 255, 255, .3) 100%
|
|
||||||
);
|
|
||||||
background-size: 100% 200%;
|
|
||||||
background-position: 0% 0%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
:is(
|
:is(
|
||||||
|
|
@ -506,30 +522,9 @@ search-results .info :is(svg, img) {
|
||||||
[vv-page="/about"] a[href="/about"],
|
[vv-page="/about"] a[href="/about"],
|
||||||
[vv-page="/contact"] a[href="/contact"]
|
[vv-page="/contact"] a[href="/contact"]
|
||||||
) & {
|
) & {
|
||||||
background-color: transparent;
|
color: var(--color-accent);
|
||||||
|
border-style: solid;
|
||||||
div {
|
border-color: var(--color-accent);
|
||||||
background-position: 0% 100%;
|
|
||||||
box-shadow: 0 0 10px 0 var(--color-accent);
|
|
||||||
}
|
|
||||||
|
|
||||||
p {
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (hover: hover) {
|
|
||||||
&:hover {
|
|
||||||
background-color: transparent;
|
|
||||||
|
|
||||||
div {
|
|
||||||
background-position: 0% 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
p {
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
BIN
public/assets/media/spinner.gif
Normal file
BIN
public/assets/media/spinner.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
|
|
@ -48,18 +48,9 @@
|
||||||
<nav>
|
<nav>
|
||||||
<p><a href="/">victor westerlund</a></p>
|
<p><a href="/">victor westerlund</a></p>
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<a href="/work"><button>
|
<a href="/work"><button><p>/work</p></button></a>
|
||||||
<div></div>
|
<a href="/about"><button><p>/about</p></button></a>
|
||||||
<p>work</p>
|
<a href="/contact"><button><p>/contact</p></button></a>
|
||||||
</button></a>
|
|
||||||
<a href="/about"><button>
|
|
||||||
<div></div>
|
|
||||||
<p>about</p>
|
|
||||||
</button></a>
|
|
||||||
<a href="/contact"><button>
|
|
||||||
<div></div>
|
|
||||||
<p>contact</p>
|
|
||||||
</button></a>
|
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
<button class="search searchbox-open">
|
<button class="search searchbox-open">
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue