diff options
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/.htaccess | 1 | ||||
| -rw-r--r-- | assets/audio/sadness.mp3 | bin | 0 -> 4244586 bytes | |||
| -rw-r--r-- | assets/audio/{SHA}4v3ZxUfx+KYkFDtpE2k5NvNdYE=.mp3 | bin | 0 -> 83728 bytes | |||
| -rw-r--r-- | assets/configs/particles.json | 110 | ||||
| -rw-r--r-- | assets/favicon/og-favicon.ico | bin | 0 -> 38038 bytes | |||
| -rw-r--r-- | assets/imgs/clairo.webp | bin | 0 -> 1086566 bytes | |||
| -rw-r--r-- | assets/imgs/clairo2.gif | bin | 0 -> 3961774 bytes | |||
| -rw-r--r-- | assets/users/.htpasswdmufxo45v5tz7bAWr | 1 |
8 files changed, 112 insertions, 0 deletions
diff --git a/assets/.htaccess b/assets/.htaccess new file mode 100644 index 0000000..45552cb --- /dev/null +++ b/assets/.htaccess @@ -0,0 +1 @@ +Options -Indexes
\ No newline at end of file diff --git a/assets/audio/sadness.mp3 b/assets/audio/sadness.mp3 Binary files differnew file mode 100644 index 0000000..c369107 --- /dev/null +++ b/assets/audio/sadness.mp3 diff --git a/assets/audio/{SHA}4v3ZxUfx+KYkFDtpE2k5NvNdYE=.mp3 b/assets/audio/{SHA}4v3ZxUfx+KYkFDtpE2k5NvNdYE=.mp3 Binary files differnew file mode 100644 index 0000000..c2dee8e --- /dev/null +++ b/assets/audio/{SHA}4v3ZxUfx+KYkFDtpE2k5NvNdYE=.mp3 diff --git a/assets/configs/particles.json b/assets/configs/particles.json new file mode 100644 index 0000000..9d6f410 --- /dev/null +++ b/assets/configs/particles.json @@ -0,0 +1,110 @@ +{ + "particles": { + "number": { + "value": 20, + "density": { + "enable": true, + "value_area": 800 + } + }, + "color": { + "value": "#FFDC73" + }, + "shape": { + "type": "circle", + "stroke": { + "width": 0, + "color": "#000000" + }, + "polygon": { + "nb_sides": 5 + }, + "image": { + "src": "img/github.svg", + "width": 100, + "height": 100 + } + }, + "opacity": { + "value": 0.5, + "random": false, + "anim": { + "enable": false, + "speed": 1, + "opacity_min": 0.1, + "sync": false + } + }, + "size": { + "value": 3, + "random": true, + "anim": { + "enable": false, + "speed": 40, + "size_min": 0.1, + "sync": false + } + }, + "line_linked": { + "enable": true, + "distance": 150, + "color": "#000000", + "opacity": 0.4, + "width": 1 + }, + "move": { + "enable": true, + "speed": 4, + "direction": "none", + "random": false, + "straight": false, + "out_mode": "out", + "bounce": false, + "attract": { + "enable": false, + "rotateX": 600, + "rotateY": 1200 + } + } + }, + "interactivity": { + "detect_on": "canvas", + "events": { + "onhover": { + "enable": true, + "mode": "grab" + }, + "onclick": { + "enable": false, + "mode": "push" + }, + "resize": true + }, + "modes": { + "grab": { + "distance": 140, + "line_linked": { + "opacity": 1 + } + }, + "bubble": { + "distance": 400, + "size": 40, + "duration": 2, + "opacity": 8, + "speed": 3 + }, + "repulse": { + "distance": 200, + "duration": 0.4 + }, + "push": { + "particles_nb": 4 + }, + "remove": { + "particles_nb": 2 + } + } + }, + "retina_detect": true +}
\ No newline at end of file diff --git a/assets/favicon/og-favicon.ico b/assets/favicon/og-favicon.ico Binary files differnew file mode 100644 index 0000000..50e8433 --- /dev/null +++ b/assets/favicon/og-favicon.ico diff --git a/assets/imgs/clairo.webp b/assets/imgs/clairo.webp Binary files differnew file mode 100644 index 0000000..cefe5cf --- /dev/null +++ b/assets/imgs/clairo.webp diff --git a/assets/imgs/clairo2.gif b/assets/imgs/clairo2.gif Binary files differnew file mode 100644 index 0000000..41d5d43 --- /dev/null +++ b/assets/imgs/clairo2.gif diff --git a/assets/users/.htpasswdmufxo45v5tz7bAWr b/assets/users/.htpasswdmufxo45v5tz7bAWr new file mode 100644 index 0000000..648e865 --- /dev/null +++ b/assets/users/.htpasswdmufxo45v5tz7bAWr @@ -0,0 +1 @@ +sin:$2y$10$ryTjhpVcd6cp6vcW2E9R5.Wn6vndB6hosZBLI.u6mmaOdDPgT.FUm
\ No newline at end of file |