Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
base Project
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
TokaKaram
base Project
Commits
e400084e
Commit
e400084e
authored
Dec 24, 2025
by
TokaKaram
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edit versions
parent
8465a104
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
63 additions
and
49 deletions
+63
-49
Dockerfile
Dockerfile
+1
-1
index.html
index.html
+11
-12
style.css
style.css
+51
-36
No files found.
Dockerfile
View file @
e400084e
...
...
@@ -4,7 +4,7 @@ RUN rm /etc/nginx/conf.d/default.conf
COPY
nginx.conf /etc/nginx/nginx.conf
RUN
echo
"Last Build: 2025-12-2
3
_v2"
RUN
echo
"Last Build: 2025-12-2
4
_v2"
COPY
. /usr/share/nginx/html/
...
...
index.html
View file @
e400084e
...
...
@@ -12,7 +12,7 @@
href=
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"
rel=
"stylesheet"
/>
<link
rel=
"stylesheet"
href=
"style.css?v=2.
1
"
>
<link
rel=
"stylesheet"
href=
"style.css?v=2.
2
"
>
<link
rel=
"stylesheet"
href=
"https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css"
media=
"print"
onload=
"this.media='all'"
>
<script>
...
...
@@ -210,28 +210,27 @@ alive!
<h1
id=
"esports_title"
>
بطولات الرياضات الالكترونية
</h1>
<div
class=
"images_cont"
>
<div>
<
!-- <a href="https://play.toornament.com/en_US/tournaments/2372290052272386047/"> --
>
<
div
class=
"img_sport"
>
<img
src=
"/images/Vlogo-removebg-preview.webp"
class=
"valorantt_img"
loading=
"lazy"
alt=
""
>
</div>
<!-- <button class="explore_button" onclick="openNewWindow('https://play.toornament.com/en_US/tournaments/2372290052272386047/','_blank')">سجل</button> -->
<!-- </a> -->
</div>
<div>
<!-- <a href="https://play.toornament.com/en_US/tournaments/2372315432626614271/"> --
>
<img
src=
"/images/cod-02.webp"
class=
"yasouu_img"
loading=
"lazy"
alt=
""
>
<div
class=
"img_sport"
>
<img
src=
"/images/cod-02.webp"
class=
"yasouu_img"
loading=
"lazy"
alt=
""
>
</div>
<!-- <button onclick="openNewWindow('https://play.toornament.com/en_US/tournaments/2372315432626614271/','_blank')" class="explore_button">سجل</button> -->
<!-- </a> -->
</div>
<div>
<
!-- <a href="https://play.toornament.com/en_US/tournaments/2372334271757871103/"> --
>
<
div
class=
"img_sport"
>
<img
loading=
"lazy"
alt=
""
src=
"images/Gemini_Generated_Image_t5hpwt5hpwt5hpwt-removebg-preview.webp"
class=
"bellinghamm_img"
>
<
!-- </a> --
>
<
/div
>
<button
onclick=
"openNewWindow('https://play.toornament.com/en_US/tournaments/2372334271757871103/','_blank')"
class=
"explore_button"
>
سجل
</button>
</div>
</div>
<div
class=
"button_parent"
>
<
!-- <
div class="button_parent">
<a id="e_sport_btn">احجز الان</a>
</div>
</div>
-->
</div>
<!-- =============== casual -->
...
...
@@ -799,7 +798,7 @@ comfort — where gaming is pure joy!</p>
</script>
<script
src=
"https://cdn.jsdelivr.net/npm/toastify-js"
></script>
<script
src=
"index.js?v=2"
></script>
<script
src=
"index.js?v=2
.1
"
></script>
</body>
...
...
style.css
View file @
e400084e
...
...
@@ -46,13 +46,16 @@
header
{
background-color
:
var
(
--bck_color
);
}
.e_sportt
.valorantt_img
,
/*
.e_sportt .valorantt_img,
.e_sportt > div div img {
width: 40%;
margin-left: 30%;
height: 300px !important;
}
}
*/
.e_sportt
.explore_button
{
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
width
:
30%
;
margin-left
:
35%
;
background
:
#1e0d4e
;
...
...
@@ -67,7 +70,7 @@ header {
font-size
:
20px
;
font-family
:
var
(
--noor_font
);
}
.e_sport
>
div
div
.abs_img1
,
/*
.e_sport > div div .abs_img1,
.e_sport > div div .abs_img2,
.e_sportt > div div img,
.letters div img,
...
...
@@ -75,7 +78,7 @@ header {
header .left_side img {
object-fit: contain;
object-fit: contain;
}
}
*/
.e_sportt
a
,
.social_accounts
.buttonc_parent
.button
{
background
:
linear-gradient
(
90deg
,
#a509b0
,
#680b83
,
#1e0d4e
);
...
...
@@ -417,12 +420,13 @@ header .right_side a:nth-child(4) {
);
grid-template-columns
:
repeat
(
3
,
30%
);
align-items
:
center
;
justify-content
:
center
;
justify-content
:
space-between
;
column-gap
:
20px
;
width
:
85
%
;
margin
:
0
7.5
%
;
height
:
4
00px
;
width
:
92
%
;
margin
:
0
4
%
;
height
:
6
00px
;
position
:
relative
;
box-sizing
:
border-box
;
}
.e_sportt
.button_parent
,
.social_accounts
.buttonc_parent
{
...
...
@@ -438,15 +442,25 @@ header .right_side a:nth-child(4) {
height
:
100%
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
center
;
/* padding: 30px 0; */
box-sizing
:
border-box
;
}
.e_sportt
.img_sport
{
height
:
50%
;
padding
:
0
;
}
.e_sportt
>
div
div
img
{
height
:
100%
;
width
:
80%
;
margin-left
:
10%
;
}
.e_sportt
.yasouu_img
{
/*
.e_sportt .yasouu_img {
width: 28%;
margin-left: 31%;
}
.e_sport
>
div
div
.abs_img
,
}
*/
/*
.e_sport > div div .abs_img,
.e_sport > div div .abs_img1,
.e_sport > div div .abs_img2 {
position: absolute;
...
...
@@ -454,15 +468,15 @@ header .right_side a:nth-child(4) {
height: 35px !important;
left: 30px;
top: 110px;
}
.e_sport
>
div
div
.abs_img1
{
}
*/
/*
.e_sport > div div .abs_img1 {
bottom: -42px;
}
.e_sport > div div .abs_img2 {
width: 60px;
left: 20px;
top: 110px;
}
}
*/
.e_sportt
a
{
text-transform
:
uppercase
;
border
:
none
;
...
...
@@ -647,7 +661,7 @@ header .right_side a:nth-child(4) {
}
@media
(
max-width
:
2200px
)
{
.e_sportt
>
div
:nth-child
(
2
)
{
height
:
3
00px
;
height
:
5
00px
;
}
.e_sportt
a
{
font-size
:
25px
;
...
...
@@ -714,10 +728,10 @@ header .right_side a:nth-child(4) {
margin-left
:
10%
;
}
.e_sportt
.explore_button
{
width
:
25
%
;
margin-left
:
38
%
;
width
:
50
%
;
margin-left
:
29
%
;
}
.e_sportt
.bellinghamm_img
,
/*
.e_sportt .bellinghamm_img,
.e_sportt .valorantt_img {
width: 50%;
margin-left: 25%;
...
...
@@ -729,7 +743,7 @@ header .right_side a:nth-child(4) {
.e_sportt .valorantt_img,
.e_sportt > div div img {
height: 200px !important ;
}
}
*/
}
@media
(
max-width
:
1880px
)
{
.e_sport
>
div
div
.valorant_img
{
...
...
@@ -916,7 +930,7 @@ header .right_side a:nth-child(4) {
header
.right_side
a
:nth-child
(
4
)
{
font-size
:
18px
;
}
.e_sportt
.bellinghamm_img
,
/*
.e_sportt .bellinghamm_img,
.e_sportt > div div img {
width: 75%;
margin-left: 12.5%;
...
...
@@ -932,7 +946,7 @@ header .right_side a:nth-child(4) {
.e_sportt .yasouu_img {
width: 47%;
margin-left: 26.5%;
}
}
*/
.e_sportt
h1
{
font-size
:
60px
;
}
...
...
@@ -1260,7 +1274,6 @@ header .right_side a:nth-child(4) {
}
}
@media
(
max-width
:
700px
)
{
.e_sportt
>
div
div
,
.e_sportt
>
div
:nth-child
(
2
)
{
height
:
150px
;
}
...
...
@@ -5126,20 +5139,20 @@ header .right_side a:nth-child(4) {
}
}
@media
(
max-width
:
1450px
)
{
.e_sportt
>
div
div
img
{
/*
.e_sportt > div div img {
width: 73%;
margin-left: 11.5%;
height: 100%;
object-fit: contain;
}
.e_sportt
.bellinghamm_img
{
}
*/
/*
.e_sportt .bellinghamm_img {
width: 70%;
margin-left: 15%;
}
.e_sportt .valorantt_img {
width: 76%;
margin-left: 12%;
}
}
*/
.letters
>
div
div
:nth-child
(
2
)
{
margin-top
:
20px
;
}
...
...
@@ -5171,10 +5184,10 @@ header .right_side a:nth-child(4) {
.hero_section
a
{
top
:
500px
;
}
.e_sportt
.explore_button
{
/*
.e_sportt .explore_button {
width: 40%;
margin-left: 30%;
}
}
*/
}
@media
(
max-width
:
1440px
)
{
.hero_section
a
{
...
...
@@ -5199,8 +5212,8 @@ header .right_side a:nth-child(4) {
}
@media
(
max-width
:
1030px
)
{
.e_sportt
.explore_button
{
width
:
50
%
;
margin-left
:
25
%
;
width
:
65
%
;
margin-left
:
18
%
;
}
.word1
{
top
:
30%
;
...
...
@@ -5251,14 +5264,16 @@ header .right_side a:nth-child(4) {
}
}
@media
(
max-width
:
800px
)
{
.e_sportt
>
div
div
img
,
/*
.e_sportt > div div img,
.e_sportt .valorantt_img,
.e_sportt > div div img {
height
:
200
px
!important
;
}
height:
173
px !important;
}
*/
.e_sportt
.explore_button
{
width
:
70%
;
margin-left
:
15%
;
width
:
60%
;
margin-left
:
20%
;
font-size
:
12px
;
padding
:
9px
5px
;
}
.hero-sec
,
.hero-sec2
,
...
...
@@ -5321,7 +5336,7 @@ header .right_side a:nth-child(4) {
}
@media
(
max-width
:
400px
)
{
.e_sportt
.explore_button
{
font-size
:
1
2
px
;
font-size
:
1
0
px
;
padding
:
2px
;
}
.Vr_zone_ar
.Vr_zone_ar_cont
,
...
...
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