mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-27 13:49:10 +02:00
docs: add more elements, change header element
This commit is contained in:
parent
33e7250655
commit
7d697a2160
@ -4,10 +4,10 @@ const Component = () => {
|
|||||||
return (
|
return (
|
||||||
<div className='banner-container'>
|
<div className='banner-container'>
|
||||||
<div className='banner'>
|
<div className='banner'>
|
||||||
<p>
|
<h3>
|
||||||
Gain new skills, earn certifications, train your team, and
|
Gain new skills, earn certifications, train your team, and
|
||||||
advance your career.
|
advance your career.
|
||||||
</p>
|
</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>100% Free & online</li>
|
<li>100% Free & online</li>
|
||||||
<li>Valuable certification</li>
|
<li>Valuable certification</li>
|
||||||
|
@ -321,7 +321,7 @@ html[data-theme='dark'] .links-container {
|
|||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
background-image: url('/img/unleash-academy/bullet-check.svg');
|
background-image: url('/img/unleash-academy/bullet-check.svg');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: left center; /* Adjust as needed */
|
background-position: left center;
|
||||||
padding-left: 30px;
|
padding-left: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -343,6 +343,20 @@ html[data-theme='dark'] .links-container {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
padding: calc(var(--ifm-spacing-horizontal) * .5);
|
padding: calc(var(--ifm-spacing-horizontal) * .5);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
font-weight: normal;
|
||||||
|
font-size: 1.4em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.icon {
|
||||||
|
background-image: url('/img/unleash-academy/academy-logo.svg');
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: left center;
|
||||||
|
width: 4em;
|
||||||
|
aspect-ratio: 1;
|
||||||
|
background-size: contain;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
17
website/static/img/unleash-academy/academy-logo.svg
Normal file
17
website/static/img/unleash-academy/academy-logo.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 11 KiB |
Loading…
Reference in New Issue
Block a user