mirror of
https://github.com/danbulant/design
synced 2026-05-19 04:08:46 +00:00
reorder elements
This commit is contained in:
parent
f558d81d85
commit
830b9accdb
1 changed files with 20 additions and 23 deletions
|
|
@ -7,9 +7,25 @@
|
|||
|
||||
<div class="projects" id="projects">
|
||||
<div>
|
||||
<h2>
|
||||
I helped many projects come to life. Here are some examples:
|
||||
</h2>
|
||||
<Project
|
||||
image="/screenshots/animasher.webp"
|
||||
grayscale={appTypeHover && appTypeHover !== "websites"}
|
||||
extradark
|
||||
width={1920}
|
||||
height={940}
|
||||
link="https://animasher.net"
|
||||
name="Animasher"
|
||||
>
|
||||
<b>Animasher</b> - Platform for creating and sharing animations
|
||||
<svelte:fragment slot="desc">
|
||||
<p>
|
||||
Animasher is a work in progress platform for creating and sharing animations online.
|
||||
</p>
|
||||
<p>
|
||||
It allows people to easily create animations inside the website, and then share it with the world, as well as communicate with other creators to improve themselves.
|
||||
</p>
|
||||
</svelte:fragment>
|
||||
</Project>
|
||||
<Project
|
||||
link="/projects/heaventaker"
|
||||
image="/screenshots/heaventaker/heaventaker.webp"
|
||||
|
|
@ -30,25 +46,6 @@
|
|||
</p>
|
||||
</svelte:fragment>
|
||||
</Project>
|
||||
<Project
|
||||
image="/screenshots/animasher.webp"
|
||||
grayscale={appTypeHover && appTypeHover !== "websites"}
|
||||
extradark
|
||||
width={1920}
|
||||
height={940}
|
||||
link="https://animasher.net"
|
||||
name="Animasher"
|
||||
>
|
||||
<b>Animasher</b> - Platform for creating and sharing animations
|
||||
<svelte:fragment slot="desc">
|
||||
<p>
|
||||
Animasher is a work in progress platform for creating and sharing animations online.
|
||||
</p>
|
||||
<p>
|
||||
It allows people to easily create animations inside the website, and then share it with the world, as well as communicate with other creators to improve themselves.
|
||||
</p>
|
||||
</svelte:fragment>
|
||||
</Project>
|
||||
</div>
|
||||
<div>
|
||||
<div class="pad"></div>
|
||||
|
|
@ -108,7 +105,7 @@
|
|||
width: calc(50% - 40px);
|
||||
}
|
||||
.projects .pad {
|
||||
margin-top: 110px;
|
||||
margin-top: 4rem;
|
||||
}
|
||||
@media (max-width: 860px) {
|
||||
.projects > div {
|
||||
|
|
|
|||
Loading…
Reference in a new issue