⚠️ The interactive globe has arrived (WIP but pretty good)
- Control the width/height of the globe via CSS
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
// Components
|
||||
import IconArrow from 'atoms/IconArrow'
|
||||
import TitleSite from 'atoms/TitleSite'
|
||||
import Globe from 'molecules/InteractiveGlobe'
|
||||
import InteractiveGlobe from 'molecules/InteractiveGlobe'
|
||||
import Locations from 'organisms/Locations'
|
||||
import Footer from 'organisms/Footer'
|
||||
import Transition from 'utils/Transition'
|
||||
@@ -65,7 +65,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<Globe />
|
||||
<InteractiveGlobe />
|
||||
|
||||
<Locations />
|
||||
</section>
|
||||
|
||||
@@ -78,8 +78,10 @@
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
<InteractiveGlobe type="part" />
|
||||
<div class="globe__cut">
|
||||
<InteractiveGlobe type="part" />
|
||||
</div>
|
||||
|
||||
<Footer />
|
||||
</section>
|
||||
</Transition>
|
||||
</Transition>
|
||||
Reference in New Issue
Block a user