mirror of
https://codeberg.org/vlw/vlw.se.git
synced 2025-09-14 05:13:46 +02:00
wip: 2025-03-21T17:15:47+0100 (1742573747)
This commit is contained in:
parent
f4279c0343
commit
895ca23909
5 changed files with 26 additions and 9 deletions
|
@ -128,12 +128,14 @@ section.featured featured-item .title svg {
|
|||
fill: var(--color-accent);
|
||||
}
|
||||
|
||||
/* ### Languages */
|
||||
|
||||
/* ### Actions */
|
||||
section.featured featured-item img {
|
||||
width: 100%;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
section.featured featured-item .actions {
|
||||
gap: 5px;
|
||||
gap: var(--padding);
|
||||
width: 100%;
|
||||
display: flex;
|
||||
padding-top: var(--padding);
|
||||
margin-top: auto;
|
||||
|
|
BIN
public/assets/media/img/preview-deltaco.avif
Normal file
BIN
public/assets/media/img/preview-deltaco.avif
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
BIN
public/assets/media/img/preview-genemate.avif
Normal file
BIN
public/assets/media/img/preview-genemate.avif
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
public/assets/media/img/preview-icellate.avif
Normal file
BIN
public/assets/media/img/preview-icellate.avif
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.2 KiB |
|
@ -81,13 +81,23 @@
|
|||
</button></a>
|
||||
</div>
|
||||
</featured-item>
|
||||
</section>
|
||||
<section class="heading">
|
||||
<h1>web highligts</h1>
|
||||
</section>
|
||||
<section class="featured">
|
||||
<featured-item>
|
||||
<div class="title">
|
||||
<?= VV::embed("public/assets/media/icons/star.svg") ?>
|
||||
<a href="https://icellate.srv.vlw.se" target="_blank"><img src="/assets/media/img/preview-icellate.avif"></a>
|
||||
</div>
|
||||
<h3>Website for iCellate Medical</h3>
|
||||
<p><?= (new Work("icellate/website"))->summary() ?></p>
|
||||
<div class="actions">
|
||||
<a href="https://icellate.srv.vlw.se" target="_blank"><button class="inline">
|
||||
<?= VV::embed("public/assets/media/icons/star.svg") ?>
|
||||
<p>open</p>
|
||||
<?= VV::embed("public/assets/media/icons/chevron.svg") ?>
|
||||
</button></a>
|
||||
<a href="/work/icellate/website"><button class="inline">
|
||||
<p>read more</p>
|
||||
<?= VV::embed("public/assets/media/icons/chevron.svg") ?>
|
||||
|
@ -96,11 +106,16 @@
|
|||
</featured-item>
|
||||
<featured-item>
|
||||
<div class="title">
|
||||
<?= VV::embed("public/assets/media/icons/star.svg") ?>
|
||||
<a href="https://genemate.srv.vlw.se" target="_blank"><img src="/assets/media/img/preview-genemate.avif"></a>
|
||||
</div>
|
||||
<h3>Modernizing GeneMate by iCellate</h3>
|
||||
<h3>Website for GeneMate by iCellate</h3>
|
||||
<p><?= (new Work("icellate/genemate"))->summary() ?></p>
|
||||
<div class="actions">
|
||||
<a href="https://genemate.srv.vlw.se" target="_blank"><button class="inline">
|
||||
<?= VV::embed("public/assets/media/icons/star.svg") ?>
|
||||
<p>open</p>
|
||||
<?= VV::embed("public/assets/media/icons/chevron.svg") ?>
|
||||
</button></a>
|
||||
<a href="/work/icellate/genemate"><button class="inline">
|
||||
<p>read more</p>
|
||||
<?= VV::embed("public/assets/media/icons/chevron.svg") ?>
|
||||
|
@ -109,9 +124,9 @@
|
|||
</featured-item>
|
||||
<featured-item>
|
||||
<div class="title">
|
||||
<?= VV::embed("public/assets/media/icons/star.svg") ?>
|
||||
<a href="/work/deltaco/asyncapp"><img src="/assets/media/img/preview-deltaco.avif"></a>
|
||||
</div>
|
||||
<h3>Custom pages for Deltaco AB</h3>
|
||||
<h3>Campaign pages for Deltaco AB</h3>
|
||||
<p><?= (new Work("deltaco/asyncapp"))->summary() ?></p>
|
||||
<div class="actions">
|
||||
<a href="/work/deltaco/asyncapp"><button class="inline">
|
||||
|
|
Loading…
Add table
Reference in a new issue