Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
THE BASE
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
THE BASE
Commits
226136b1
Commit
226136b1
authored
Oct 15, 2025
by
TokaKaram
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Logo
parent
72ff1ca9
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
16 deletions
+17
-16
index.html
index.html
+1
-1
index.js
index.js
+1
-1
style.css
style.css
+15
-14
No files found.
index.html
View file @
226136b1
...
...
@@ -19,7 +19,7 @@
<header
id=
"header"
>
<div
class=
"left_side"
>
<div
class=
"logo_cont"
>
<img
src=
"./images/
default-ui-image.webp
"
alt=
"Logo"
>
<img
src=
"./images/
logo.png
"
alt=
"Logo"
>
<p
class=
"logo"
>
<span
id=
"logo_the"
>
The
</span>
<span
id=
"logo_base"
>
base
</span>
...
...
index.js
View file @
226136b1
...
...
@@ -238,7 +238,7 @@ document.querySelector(".ar_lang1").addEventListener("click", () => changeLangua
// ==========List Logic===============
let
list_btn
=
document
.
getElementById
(
"open_list"
)
let
list
=
document
.
querySelector
(
".right_side_h"
)
let
buttons
=
document
.
querySelectorAll
(
".right_side_h
button
"
);
let
buttons
=
document
.
querySelectorAll
(
".right_side_h
a
"
);
buttons
.
forEach
(
button
=>
{
button
.
addEventListener
(
"click"
,
()
=>
{
...
...
style.css
View file @
226136b1
...
...
@@ -37,10 +37,10 @@ header .left_side
}
header
.left_side
img
{
width
:
5
0px
;
height
:
5
0px
;
width
:
10
0px
;
height
:
10
0px
;
object-fit
:
contain
;
margin-right
:
14px
;
/* margin-right: 14px; */
}
header
.left_side
.logo
{
...
...
@@ -104,7 +104,7 @@ header .right_side a
}
header
.right_side
a
:nth-child
(
1
)
{
background-color
:
#
0a0a61
;
background-color
:
#
161686
;
color
:
white
;
padding
:
4px
18px
;
display
:
flex
;
...
...
@@ -117,9 +117,7 @@ header .right_side_h i
{
font-size
:
20px
;
width
:
30px
;
background
:
linear-gradient
(
90deg
,
var
(
--purple_col
),
#6a1a97
,
var
(
--bck_color
));
-webkit-background-clip
:
text
;
-webkit-text-fill-color
:
transparent
;
color
:
white
;
font-size
:
23px
;
}
header
.right_side
a
:nth-child
(
2
)
...
...
@@ -228,9 +226,9 @@ header .right_side a:nth-child(4)
font-weight
:
bold
;
text-decoration
:
none
;
border
:
none
;
border-radius
:
8
px
;
background
:
linear-gradient
(
90deg
,
var
(
--purple_col
),
#6a1a97
,
var
(
--bck_color
));
padding
:
7
px
20px
;
border-radius
:
15
px
;
background
:
linear-gradient
(
90deg
,
#6a1a97
,
var
(
--purple_col
)
,
var
(
--bck_color
));
padding
:
10
px
20px
;
display
:
block
;
width
:
100%
;
cursor
:
pointer
;
...
...
@@ -377,7 +375,7 @@ header .right_side a:nth-child(4)
border
:
none
;
border-radius
:
18px
;
background
:
linear-gradient
(
90deg
,
var
(
--purple_col
),
#6a1a97
,
var
(
--bck_color
));
padding
:
10
px
45px
;
padding
:
7
px
45px
;
display
:
block
;
width
:
fit-content
;
/* margin-left: 40%; */
...
...
@@ -408,7 +406,7 @@ header .right_side a:nth-child(4)
color
:
white
;
font-family
:
var
(
--main-font
);
padding
:
10px
35px
;
border-radius
:
1
5px
;
border-radius
:
2
5px
;
outline
:
none
;
border
:
none
;
cursor
:
pointer
;
...
...
@@ -453,6 +451,7 @@ header .right_side a:nth-child(4)
line-height
:
32px
;
text-transform
:
uppercase
;
width
:
85%
;
font-family
:
var
(
--main-font
);
}
.VR_section
a
{
...
...
@@ -460,7 +459,7 @@ header .right_side a:nth-child(4)
color
:
white
;
font-family
:
var
(
--main-font
);
padding
:
10px
45px
;
border-radius
:
1
5px
;
border-radius
:
2
5px
;
outline
:
none
;
border
:
none
;
cursor
:
pointer
;
...
...
@@ -596,12 +595,14 @@ background: linear-gradient(to bottom ,var(--purple_col) 20%,var(--bck_color));
align-items
:
center
;
justify-content
:
space-between
;
/* padding: 0 40px; */
font-family
:
var
(
--main-font
);
}
.ticketing_section
.days
>
div
:nth-child
(
1
)
{
width
:
90%
;
margin
:
0
5%
;
}
.ticketing_section
.days
>
div
:nth-child
(
1
)
span
{
...
...
@@ -644,7 +645,7 @@ background: linear-gradient(to bottom ,var(--purple_col) 20%,var(--bck_color));
outline
:
none
;
text-align
:
start
;
margin-top
:
20px
;
transform
:
translateX
(
10
px
);
transform
:
translateX
(
23
px
);
}
.days_grid
{
...
...
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