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
9f7edbf8
Commit
9f7edbf8
authored
Dec 24, 2025
by
TokaKaram
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reponsive changes
parent
0f46269e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
4 deletions
+13
-4
index.html
index.html
+2
-2
index.js
index.js
+2
-2
style.css
style.css
+9
-0
No files found.
index.html
View file @
9f7edbf8
...
...
@@ -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.
6
"
>
<link
rel=
"stylesheet"
href=
"style.css?v=2.
7
"
>
<link
rel=
"stylesheet"
href=
"https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css"
media=
"print"
onload=
"this.media='all'"
>
<script>
...
...
@@ -798,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.
4
"
></script>
<script
src=
"index.js?v=2.
5
"
></script>
</body>
...
...
index.js
View file @
9f7edbf8
...
...
@@ -139,8 +139,8 @@ function changeLanguage(lang) {
newsletter
.
innerHTML
=
"النشرة الإخبارية"
;
cont_button
.
innerHTML
=
"تواصل معنا"
;
sub_button
.
innerHTML
=
"اشترك معنا"
;
email_label
.
innerHTML
=
"
:الايميل
"
;
phone_label
.
innerHTML
=
"
:الهاتف
"
;
email_label
.
innerHTML
=
"
الايميل:
"
;
phone_label
.
innerHTML
=
"
الهاتف:
"
;
document
.
querySelector
(
".en_lang"
).
classList
.
add
(
"colored"
);
document
.
querySelector
(
".en_lang1"
).
classList
.
add
(
"colored"
);
...
...
style.css
View file @
9f7edbf8
...
...
@@ -5446,6 +5446,15 @@ header .right_side a:nth-child(4) {
transform
:
translateX
(
10px
);
}
}
@media
(
max-width
:
350px
)
{
.e_sportt
.explore_button
{
width
:
90%
;
margin-left
:
9%
;
}
.e_sportt
.valo_button
{
margin-left
:
0%
;
}
}
.ticketing_section
{
background-color
:
var
(
--bck_color
);
padding-top
:
10px
;
...
...
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