Compare commits

..

3 commits

Author SHA1 Message Date
Dariusz Niemczyk e1cf25da6e
add docker 2025-02-08 16:40:34 +01:00
Dariusz Niemczyk f6dd4d1ea1
add english i18n 2025-02-08 16:25:34 +01:00
Dariusz Niemczyk 220d7e0733
Cebula. 2025-02-08 16:08:44 +01:00
43 changed files with 83 additions and 81 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
public/videos/ceboola_gradient_full.mp4 (Stored with Git LFS)

Binary file not shown.

BIN
public/videos/ceboola_gradient_full.ogv (Stored with Git LFS)

Binary file not shown.

BIN
public/videos/ceboola_gradient_full.webm (Stored with Git LFS)

Binary file not shown.

BIN
public/videos/ceboola_gradient_hd.mp4 (Stored with Git LFS)

Binary file not shown.

BIN
public/videos/ceboola_gradient_hd.ogv (Stored with Git LFS)

Binary file not shown.

BIN
public/videos/ceboola_gradient_hd.webm (Stored with Git LFS)

Binary file not shown.

BIN
public/videos/ceboola_gradient_mobile.mp4 (Stored with Git LFS)

Binary file not shown.

BIN
public/videos/ceboola_gradient_mobile.ogv (Stored with Git LFS)

Binary file not shown.

BIN
public/videos/ceboola_gradient_mobile.webm (Stored with Git LFS)

Binary file not shown.

BIN
public/videos/ceboola_gradient_tablet.mp4 (Stored with Git LFS)

Binary file not shown.

BIN
public/videos/ceboola_gradient_tablet.ogv (Stored with Git LFS)

Binary file not shown.

BIN
public/videos/ceboola_gradient_tablet.webm (Stored with Git LFS)

Binary file not shown.

BIN
public/videos/ceboola_gradient_twok.mp4 (Stored with Git LFS)

Binary file not shown.

BIN
public/videos/ceboola_gradient_twok.ogv (Stored with Git LFS)

Binary file not shown.

BIN
public/videos/ceboola_gradient_twok.webm (Stored with Git LFS)

Binary file not shown.

BIN
public/videos/ceboola_gradient_uhd.mp4 (Stored with Git LFS)

Binary file not shown.

BIN
public/videos/ceboola_gradient_uhd.ogv (Stored with Git LFS)

Binary file not shown.

BIN
public/videos/ceboola_gradient_uhd.webm (Stored with Git LFS)

Binary file not shown.

View file

@ -11,9 +11,9 @@ NAMES=("mobile" "tablet" "hd" "twok" "uhd")
# Create destination directory if it doesn't exist
mkdir -p "$DEST_DIR"
for video in "$SOURCE_DIR"/*.mkv; do
for video in "$SOURCE_DIR"/*.mp4; do
if [ -f "$video" ]; then
filename=$(basename "$video" .mkv)
filename=$(basename "$video" .mp4)
echo "Processing: $filename"
# Get video dimensions
@ -64,11 +64,7 @@ for video in "$SOURCE_DIR"/*.mkv; do
# Create original resolution version
echo "Creating original resolution version"
ffmpeg -n -i "$video" \
-c:v libx264 \
-preset slow \
-an \
"${DEST_DIR}/${filename}_full.mp4"
cp "$video" "${DEST_DIR}/${filename}_full.mp4"
ffmpeg -n -i "$video" \
-c:v libvpx-vp9 \

BIN
source-videos/ceboola_gradient-white.mp4 (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
source-videos/ceboola_gradient.mp4 (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -116,7 +116,7 @@ function Video({ sourceBase, hidden }: {
playsInline
webkit-playsinline="true"
x5-playsinline="true"
className={cn("w-full h-full object-contain parallax-video", {
className={cn("w-full h-full object-cover parallax-video", {
hidden,
})}
>

View file

@ -63,7 +63,7 @@ export function Nav({
}, []);
return (
<nav className="fixed top-0 left-0 right-0 z-50 dark:backdrop-blur-xs light:backdrop-blur-sm bg-background/80 border-b">
<nav className="fixed top-0 left-0 right-0 z-50 backdrop-blur-sm bg-background/80 border-b">
<div className="container mx-auto px-4">
<div className="flex items-center justify-between h-16">
<a href="#" className="text-xl font-bold tracking-tighter hover:text-primary transition-colors">