Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
EL-Captain-Website
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
EL-Captain-Website
Commits
3e0d5e9e
Commit
3e0d5e9e
authored
Jul 07, 2026
by
Mahmoud Aglan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix screenshot carousel — wider items + 3x copies for seamless loop
Co-Authored-By:
Claude Opus 4.6
<
noreply@anthropic.com
>
parent
338f6197
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
3 deletions
+27
-3
home.css
public/css/home.css
+2
-2
index.html
public/index.html
+25
-1
No files found.
public/css/home.css
View file @
3e0d5e9e
...
...
@@ -119,7 +119,7 @@
@keyframes
scroll-track
{
from
{
transform
:
translateX
(
0
);
}
to
{
transform
:
translateX
(
-
50
%
);
}
to
{
transform
:
translateX
(
-
33.333
%
);
}
}
@media
(
prefers-reduced-motion
:
reduce
)
{
...
...
@@ -128,7 +128,7 @@
.product-showcase__item
{
flex-shrink
:
0
;
width
:
clamp
(
280px
,
35vw
,
4
20px
);
width
:
clamp
(
320px
,
40vw
,
5
20px
);
border-radius
:
var
(
--radius-lg
);
overflow
:
hidden
;
background
:
var
(
--bg-surface
);
...
...
public/index.html
View file @
3e0d5e9e
...
...
@@ -94,7 +94,31 @@
<img
src=
"screenshots/app/invoices.png"
alt=
"الفواتير"
loading=
"lazy"
>
<span
class=
"product-showcase__caption"
>
الفواتير
</span>
</div>
<!-- Duplicate for seamless loop -->
<!-- Duplicate x2 for seamless loop on wide screens -->
<div
class=
"product-showcase__item"
>
<img
src=
"screenshots/app/reception-desk.png"
alt=
""
loading=
"lazy"
>
<span
class=
"product-showcase__caption"
>
مكتب الاستقبال
</span>
</div>
<div
class=
"product-showcase__item"
>
<img
src=
"screenshots/app/participants-list.png"
alt=
""
loading=
"lazy"
>
<span
class=
"product-showcase__caption"
>
المشتركين
</span>
</div>
<div
class=
"product-showcase__item"
>
<img
src=
"screenshots/app/weekly-schedule.png"
alt=
""
loading=
"lazy"
>
<span
class=
"product-showcase__caption"
>
الجدول الأسبوعي
</span>
</div>
<div
class=
"product-showcase__item"
>
<img
src=
"screenshots/app/financial-overview.png"
alt=
""
loading=
"lazy"
>
<span
class=
"product-showcase__caption"
>
النظرة المالية
</span>
</div>
<div
class=
"product-showcase__item"
>
<img
src=
"screenshots/app/attendance.png"
alt=
""
loading=
"lazy"
>
<span
class=
"product-showcase__caption"
>
الحضور
</span>
</div>
<div
class=
"product-showcase__item"
>
<img
src=
"screenshots/app/invoices.png"
alt=
""
loading=
"lazy"
>
<span
class=
"product-showcase__caption"
>
الفواتير
</span>
</div>
<div
class=
"product-showcase__item"
>
<img
src=
"screenshots/app/reception-desk.png"
alt=
""
loading=
"lazy"
>
<span
class=
"product-showcase__caption"
>
مكتب الاستقبال
</span>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment