Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
zedflow
Knight-2025
Commits
de79d872
Commit
de79d872
authored
May 28, 2025
by
Traboulsi
Browse files
Update public/index.html
parent
2fdf77e6
Pipeline
#11175
passed with stage
in 8 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
public/index.html
View file @
de79d872
...
@@ -187,6 +187,51 @@
...
@@ -187,6 +187,51 @@
.publication-list
a
:hover
{
.publication-list
a
:hover
{
text-decoration
:
underline
;
text-decoration
:
underline
;
}
}
.btn-get-started
{
background
:
linear-gradient
(
to
right
,
#005baa
,
#0088cc
);
color
:
#fff
;
padding
:
12px
24px
;
margin-right
:
10px
;
border-radius
:
50px
;
font-weight
:
600
;
text-decoration
:
none
;
transition
:
0.3s
ease-in-out
;
display
:
inline-flex
;
align-items
:
center
;
gap
:
8px
;
box-shadow
:
0
4px
12px
rgba
(
0
,
0
,
0
,
0.15
);
}
.btn-get-started
:hover
{
background
:
linear-gradient
(
to
right
,
#0088cc
,
#00b4d8
);
transform
:
translateY
(
-2px
);
box-shadow
:
0
6px
18px
rgba
(
0
,
0
,
0
,
0.2
);
}
.btn-watch-video
{
color
:
#005baa
;
font-weight
:
600
;
text-decoration
:
none
;
gap
:
8px
;
font-size
:
16px
;
transition
:
0.3s
ease-in-out
;
}
.btn-watch-video
i
{
font-size
:
28px
;
color
:
#005baa
;
margin-right
:
6px
;
transition
:
transform
0.3s
ease
;
}
.btn-watch-video
:hover
i
{
transform
:
scale
(
1.2
);
color
:
#00b4d8
;
}
.btn-watch-video
:hover
span
{
color
:
#00b4d8
;
}
</style>
</style>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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