add store link

This commit is contained in:
fekhesk 2023-01-19 18:06:20 -08:00
parent 49176f37a2
commit e9e8d352fd
No known key found for this signature in database
GPG key ID: 6B3D8CB511646891
3 changed files with 10 additions and 0 deletions

BIN
assets/products/store.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

View file

@ -10,6 +10,12 @@
<img src="/assets/logo.png" alt="vore microcomputers logo"/>
<h1>welcome to Vore Microcomputers, LLC!</h1>
<div class="container">
<div class="container-item-featured product">
<a href="https://store.voremicrocomputers.com">
<img src="/assets/products/store.png" alt="icon showing shopping cart"/>
<h2>the vore store</h2>
</a>
</div>
<div class="container-item product">
<a href="wukkOS/index.html">
<img src="/assets/products/wukkOS.png" alt="icon showing wukkOS logo"/>

View file

@ -41,6 +41,10 @@ ul {
padding: 10px;
}
.container-item-featured {
flex: 1 1 100%;
}
.product img {
height: 20vh;
}