Compare commits

..

5 commits

Author SHA1 Message Date
Dariusz Niemczyk 7986886012
feat: adde different glass-effect based on theme 2025-02-09 00:46:17 +01:00
Dariusz Niemczyk aa2327c88f
feat: contain ceboola instead of cover 2025-02-09 00:46:17 +01:00
Dariusz Niemczyk 8367bebcb9
add docker 2025-02-09 00:46:17 +01:00
Dariusz Niemczyk 7a8ee679cf
add english i18n 2025-02-09 00:46:16 +01:00
Dariusz Niemczyk 0f467bd9b4
Cebula. 2025-02-09 00:46:16 +01:00
43 changed files with 81 additions and 83 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"/*.mp4; do
for video in "$SOURCE_DIR"/*.mkv; do
if [ -f "$video" ]; then
filename=$(basename "$video" .mp4)
filename=$(basename "$video" .mkv)
echo "Processing: $filename"
# Get video dimensions
@ -64,7 +64,11 @@ for video in "$SOURCE_DIR"/*.mp4; do
# Create original resolution version
echo "Creating original resolution version"
cp "$video" "${DEST_DIR}/${filename}_full.mp4"
ffmpeg -n -i "$video" \
-c:v libx264 \
-preset slow \
-an \
"${DEST_DIR}/${filename}_full.mp4"
ffmpeg -n -i "$video" \
-c:v libvpx-vp9 \

Binary file not shown.

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

Binary file not shown.

Binary file not shown.

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

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-cover parallax-video", {
className={cn("w-full h-full object-contain parallax-video", {
hidden,
})}
>

View file

@ -63,7 +63,7 @@ export function Nav({
}, []);
return (
<nav className="fixed top-0 left-0 right-0 z-50 backdrop-blur-sm bg-background/80 border-b">
<nav className="fixed top-0 left-0 right-0 z-50 dark:backdrop-blur-xs light: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">