Skip to content

Commit

Permalink
docs: Vuejsde conf banner high res (#2760)
Browse files Browse the repository at this point in the history
* feat: add vuejsde conf banner may

* feat: add vuejsde conf banner september

* fix: update banners

* fix: enable banner

* fix: increase close button size

* fix: add high res versions

* fix: default size
  • Loading branch information
antony-k1208 authored Sep 2, 2024
1 parent 3745239 commit df80a5e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions packages/docs/.vitepress/theme/components/VuejsdeConfBanner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,16 @@
<a href="https://conf.vuejs.de/tickets/?voucher=COMMUNITY&utm_source=vuejs&utm_medium=referral&utm_campaign=banner-placement&utm_content=banner"
target="_blank">
<picture>
<source media="(min-width:1260px)" srcset="/vuejsde-conf/vuejsdeconf_banner_large.png" />
<source media="(min-width:970px)" srcset="/vuejsde-conf/vuejsdeconf_banner_medium.png" />
<source media="(min-width:576px)" srcset="/vuejsde-conf/vuejsdeconf_banner_small.png" />
<img src="/vuejsde-conf/vuejsdeconf_banner_smallest.png" alt="" />
<source media="(min-width:1260px)"
srcset="/vuejsde-conf/vuejsdeconf_banner_large.png, /vuejsde-conf/vuejsdeconf_banner_large_2x.png 2x" />
<source media="(min-width:970px)"
srcset="/vuejsde-conf/vuejsdeconf_banner_medium.png, /vuejsde-conf/vuejsdeconf_banner_medium_2x.png 2x" />
<source media="(min-width:576px)"
srcset="/vuejsde-conf/vuejsdeconf_banner_small.png, /vuejsde-conf/vuejsdeconf_banner_small_2x.png 2x" />
<source media="(min-width:320px)"
srcset="/vuejsde-conf/vuejsdeconf_banner_smallest.png, /vuejsde-conf/vuejsdeconf_banner_smallest_2x.png 2x"
alt="" />
<img src="/vuejsde-conf/vuejsdeconf_banner_smallest_2x.png" alt="" />
</picture>
</a>
<div class="close-btn" @click.stop.prevent="closeBanner">
Expand Down
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.
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.

0 comments on commit df80a5e

Please sign in to comment.