Skip to content

Commit

Permalink
Merge branch 'staging' into localizing_certification_stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyvasquez authored Sep 10, 2024
2 parents 5e36513 + 2dea5de commit dd1f213
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions assets/css/bundle.css
Original file line number Diff line number Diff line change
Expand Up @@ -1074,3 +1074,8 @@ a {
max-width: 100%;
height: auto;
}
.navbar-nav .dropdown-menu ul {
padding:0;
margin:0 0 0 1rem;
list-style-type: none;
}
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ GitHub Board & Repositories, and other: 

The certification process is intentionally simple.

{{< figure src="/images/certificationimages/certificationprocess.svg" link="/images/certificationimages/certificationprocess.svg" caption="The Hardware Certification Process" width="100%">}}
{{< figure src="/images/certificationimages/certificationprocess.svg" link="/images/certificationimages/certificationprocess.svg" caption="The Hardware Certification Process" width="40%">}}

### Initiating the process

Expand Down Expand Up @@ -128,7 +128,7 @@ The SIG will provide ad-hoc support for IHV-facilitated certification testing in

Note: ALOSF Platinum Sponsor Member, Tuxcare, has offered 2 years of free technical support for IHVs who certify at least 2 pieces of hardware. If the IHV also joins the foundation as a sponsor member, Tuxcare will extend that support window to 5 years.

{{< figure src="/images/certificationimages/certificationtestingprocess.svg" link="/images/certificationimages/certificationtestingprocess.svg" caption="Hardware Certification Testing Process" width="60%">}}
{{< figure src="/images/certificationimages/certificationtestingprocess.svg" link="/images/certificationimages/certificationtestingprocess.svg" caption="Hardware Certification Testing Process" width="30%">}}

### Post Certification

Expand Down
4 changes: 2 additions & 2 deletions layouts/certification/software-certification/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@ <h2>{{ i18n "Compatibility you can trust for performance, reliability, and stabi
<h3 class="pb-3">{{ i18n "Test your software - coming soon!" }}</h3>
<p>{{ i18n "The AlmaLinux Certification SIG has launched with hardware certification, and plan to start implementing software certification. If you want to hear when this happens, sign up for the AlmaLinux Announce mailing list, or" }} <a href="https://wiki.almalinux.org/sigs/Certification.html">{{ i18n "join the Certification SIG" }}</a> {{ i18n "to help make it happen!" }} </p>
<div class="btn-row">
<a class="btn btn-primary btn-block p-2" href="#">{{ i18n "Request Certification" }}</a>
<a class="btn btn-primary btn-block p-2" href="https://github.com/almalinux/certifications/">{{ i18n "Request Certification" }}</a>
</div>
</div> <!-- end column 1 -->
<div class="col-lg-6">
<img src="/images/certificationimages/certification_consumers.png">
<img src="/images/certificationimages/software_testers.png">
</div>
</div><!-- end consumer row -->
</div>
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/common/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</a>
</li>
<li>
<a class="dropdown-item dropdown-nested" href="{{ "/certification/hardware-certification-program" | relLangURL }}" style="color:aliceblue">
<a class="dropdown-item dropdown-nested" href="{{ "/certification/hardware-certification/hardware-certification-program" | relLangURL }}" style="color:aliceblue">
{{ i18n "Certification Program" }}
</a>
</li>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dd1f213

Please sign in to comment.