Added certs to about page
This commit is contained in:
parent
a519ca9049
commit
2599f4e9d9
BIN
public/img/dante_certified_logo_level1.png
Normal file
BIN
public/img/dante_certified_logo_level1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
BIN
public/img/dante_certified_logo_level2.png
Normal file
BIN
public/img/dante_certified_logo_level2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
BIN
public/img/dante_certified_seal_level3.png
Normal file
BIN
public/img/dante_certified_seal_level3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 176 KiB |
@ -44,6 +44,17 @@ const data = await response.text();
|
|||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cert-seal{
|
||||||
|
width: auto;
|
||||||
|
height: 200px;
|
||||||
|
padding: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cert-grid{
|
||||||
|
display: flex;
|
||||||
|
place-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 1024px) {
|
@media (max-width: 1024px) {
|
||||||
.md-container{
|
.md-container{
|
||||||
width: 95%;
|
width: 95%;
|
||||||
@ -94,7 +105,22 @@ const data = await response.text();
|
|||||||
<div class="card-content">
|
<div class="card-content">
|
||||||
<Markdown content={data}/>
|
<Markdown content={data}/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
<div class="card">
|
||||||
|
<header class="card-header">
|
||||||
|
<h2 class="card-header-title no-margin">
|
||||||
|
Certifications
|
||||||
|
</h2>
|
||||||
|
</header>
|
||||||
|
<div class="cert-grid">
|
||||||
|
<img class="cert-seal" src="/img/dante_certified_logo_level1.png" alt="dante_cert_level3.png">
|
||||||
|
<img class="cert-seal" src="/img/dante_certified_logo_level2.png" alt="dante_cert_level3.png">
|
||||||
|
<img class="cert-seal" src="/img/dante_certified_seal_level3.png" alt="dante_cert_level3.png">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</BaseLayout>
|
</BaseLayout>
|
Loading…
Reference in New Issue
Block a user