mirror of
https://github.com/Akomry/website.git
synced 2025-12-06 08:43:53 +00:00
feat: yeah, no real progress smh
This commit is contained in:
parent
e096f7fd0f
commit
96f7d9569f
6 changed files with 448 additions and 13 deletions
|
|
@ -4,12 +4,19 @@
|
|||
<template>
|
||||
<h3 class="center">Projects</h3>
|
||||
<div class="center flex">
|
||||
<a href="https://github.com/Akomry/makeyourownapp-jam">
|
||||
|
||||
<a class="card" href="https://github.com/Akomry/makeyourownapp-jam" target="_blank" rel="external nofllow noopener">
|
||||
<img class="rounded" src="../components/icons/Illustration3.png" alt="makeyourownapp-jam" width="300">
|
||||
<br><span>Make your own app! game jam</span>
|
||||
</a>
|
||||
<a href="https://github.com/Akomry/sae302-chat"><img class="rounded" src="" alt="sae302-chat" width="300"></a>
|
||||
<a href="https://github.com/Akomry/website"><img class="rounded" src="" alt="website" width="300"></a>
|
||||
|
||||
<a href="https://github.com/Akomry/sae302-chat">
|
||||
<img class="rounded" src="" alt="sae302-chat" width="300">
|
||||
</a>
|
||||
|
||||
<a href="https://github.com/Akomry/website">
|
||||
<img class="rounded" src="" alt="website" width="300">
|
||||
</a>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
|
|
@ -154,7 +154,7 @@
|
|||
border-radius: 50%;
|
||||
opacity: math.div(math.random(50), 100) + 0.5;
|
||||
|
||||
animation: fade 10s linear infinite;
|
||||
animation: fade 5s linear infinite;
|
||||
animation-delay: math.random(10000) * -1ms;
|
||||
}
|
||||
@keyframes fade {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue