1
0
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:
Thomas Heartman 2024-01-30 19:00:30 +09:00
parent 33e7250655
commit 7d697a2160
No known key found for this signature in database
GPG Key ID: BD1F880DAED1EE78
3 changed files with 34 additions and 3 deletions

View File

@ -4,10 +4,10 @@ const Component = () => {
return (
<div className='banner-container'>
<div className='banner'>
<p>
<h3>
Gain new skills, earn certifications, train your team, and
advance your career.
</p>
</h3>
<ul>
<li>100% Free & online</li>
<li>Valuable certification</li>

View File

@ -321,7 +321,7 @@ html[data-theme='dark'] .links-container {
list-style-type: none;
background-image: url('/img/unleash-academy/bullet-check.svg');
background-repeat: no-repeat;
background-position: left center; /* Adjust as needed */
background-position: left center;
padding-left: 30px;
}
@ -343,6 +343,20 @@ html[data-theme='dark'] .links-container {
text-align: center;
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;
}
}

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 11 KiB