TEMP disable globe
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-04-16 18:19:41 +02:00
parent b0b20da89b
commit 2d0f70d57b
2 changed files with 20 additions and 20 deletions

View File

@@ -38,10 +38,10 @@
import Button from 'atoms/Button' import Button from 'atoms/Button'
import IconGlobeSmall from 'atoms/IconGlobeSmall' import IconGlobeSmall from 'atoms/IconGlobeSmall'
import IconGlobe from 'atoms/IconGlobe' import IconGlobe from 'atoms/IconGlobe'
import InteractiveGlobe from 'molecules/InteractiveGlobe' // import InteractiveGlobe from 'molecules/InteractiveGlobe'
import Carousel from 'organisms/Carousel' // import Carousel from 'organisms/Carousel'
import Fullscreen from 'organisms/Fullscreen' // import Fullscreen from 'organisms/Fullscreen'
import Locations from 'organisms/Locations' // import Locations from 'organisms/Locations'
import Footer from 'organisms/Footer' import Footer from 'organisms/Footer'
import SocialMetas from 'utils/SocialMetas' import SocialMetas from 'utils/SocialMetas'
import Transition from 'utils/Transition' import Transition from 'utils/Transition'
@@ -51,10 +51,10 @@
// Props and Variables // Props and Variables
export let photos = '' export let photos = ''
const { page } = stores() const { page } = stores()
// let Carousel let Carousel
// let Fullscreen let Fullscreen
// let InteractiveGlobe let InteractiveGlobe
// let Locations let Locations
// Reset current location if existing // Reset current location if existing
currentLocation.set() currentLocation.set()
@@ -66,10 +66,10 @@
*/ */
onMount(async () => { onMount(async () => {
// Load components // Load components
// await import('organisms/Carousel').then(module => Carousel = module.default) await import('organisms/Carousel').then(module => Carousel = module.default)
// await import('organisms/Fullscreen').then(module => Fullscreen = module.default) await import('organisms/Fullscreen').then(module => Fullscreen = module.default)
// await import('molecules/InteractiveGlobe').then(module => InteractiveGlobe = module.default) await import('molecules/InteractiveGlobe').then(module => InteractiveGlobe = module.default)
// await import('organisms/Locations').then(module => Locations = module.default) await import('organisms/Locations').then(module => Locations = module.default)
// Page is loaded // Page is loaded
pageReady.set(true) pageReady.set(true)
@@ -108,10 +108,10 @@
</div> </div>
<div id="intro-carousel"> <div id="intro-carousel">
<Carousel {photos} locationUrl={true} /> <!-- <Carousel {photos} locationUrl={true} /> -->
<!-- <svelte:component this={Carousel} {photos} locationUrl={true} /> --> <svelte:component this={Carousel} {photos} locationUrl={true} />
<Fullscreen /> <!-- <Fullscreen /> -->
<!-- <svelte:component this={Fullscreen} /> --> <svelte:component this={Fullscreen} />
</div> </div>
</section> </section>
@@ -126,7 +126,7 @@
<p>{$site.explore_globe}</p> <p>{$site.explore_globe}</p>
</div> </div>
<InteractiveGlobe /> <!-- <InteractiveGlobe /> -->
<!-- <svelte:component this={InteractiveGlobe} /> --> <!-- <svelte:component this={InteractiveGlobe} /> -->
<div class="anim-mask anim-title"> <div class="anim-mask anim-title">
@@ -135,8 +135,8 @@
</h1> </h1>
</div> </div>
<Locations /> <!-- <Locations /> -->
<!-- <svelte:component this={Locations} /> --> <svelte:component this={Locations} />
</section> </section>
<Footer /> <Footer />