Skip to content

Commit

Permalink
Merge pull request #180 from appwrite/top-banner-animate
Browse files Browse the repository at this point in the history
Add Top Banner bg's animation
  • Loading branch information
TorstenDittmann authored Jul 3, 2024
2 parents cd10ab3 + eb0a982 commit 60dcb1c
Show file tree
Hide file tree
Showing 7 changed files with 1,608 additions and 4,302 deletions.
16 changes: 16 additions & 0 deletions apps/kitchensink/images/top-banner/bg-mint-desktop.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions apps/kitchensink/images/top-banner/bg-pink-desktop.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 13 additions & 3 deletions apps/kitchensink/top-banner.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,25 @@
<main class="grid-with-side is-fixed-layout" id="main">

<div class="top-banner">

<div class="top-banner-bg">
<div class="top-banner-bg-1">
<img src="/images/top-banner/bg-pink-desktop.svg" width="1283" height="1278" alt="">
</div>
<div class="top-banner-bg-2">
<img src="/images/top-banner/bg-mint-desktop.svg" width="1051" height="1271" alt="">
</div>
</div>

<div class="top-banner-content aw-u-color-text-primary">
<a class="u-flex u-gap-16 u-main-center u-cross-center u-flex-vertical-mobile" href="/blog/post/announcing-appwrite-pro">
<span class="body-text-1 u-bold">Appwrite Pro is now available!</span>
<div class="button is-secondary u-line-height-1 is-full-width-mobile aw-u-max-width-380">Upgrade</div>
</a>
<button class="top-banner-button" aria-label="close upgrade message">
<span class="icon-x" aria-hidden="true" />
</button>
</div>
<button class="top-banner-button" aria-label="close upgrade message">
<span class="icon-x" aria-hidden="true" />
</button>
</div>

{{> topNav}} {{> sideNav}}
Expand Down
Loading

0 comments on commit 60dcb1c

Please sign in to comment.