add store link
This commit is contained in:
parent
49176f37a2
commit
e9e8d352fd
3 changed files with 10 additions and 0 deletions
BIN
assets/products/store.png
Normal file
BIN
assets/products/store.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 43 KiB |
|
@ -10,6 +10,12 @@
|
||||||
<img src="/assets/logo.png" alt="vore microcomputers logo"/>
|
<img src="/assets/logo.png" alt="vore microcomputers logo"/>
|
||||||
<h1>welcome to Vore Microcomputers, LLC!</h1>
|
<h1>welcome to Vore Microcomputers, LLC!</h1>
|
||||||
<div class="container">
|
<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">
|
<div class="container-item product">
|
||||||
<a href="wukkOS/index.html">
|
<a href="wukkOS/index.html">
|
||||||
<img src="/assets/products/wukkOS.png" alt="icon showing wukkOS logo"/>
|
<img src="/assets/products/wukkOS.png" alt="icon showing wukkOS logo"/>
|
||||||
|
|
|
@ -41,6 +41,10 @@ ul {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.container-item-featured {
|
||||||
|
flex: 1 1 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.product img {
|
.product img {
|
||||||
height: 20vh;
|
height: 20vh;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue