Calixpert

Kommer Snart

Calixpert

The mission at Calixpert is to provide accessible, high-quality Calisthenics education and coaching to athletes of all levels. Through personalized guidance and proven training systems, they aim to inspire and empower individuals worldwide to achieve their fitness goals.
Webbdesign
Webbutveckling
Datum
December 2024
Utvecklingslösningar
Airtable
Webflow

Problemet

Lösningen

Resultatet

No items found.
"I wanted to update my WordPress site to a Webflow site and asked if this was possible—and it was. I was happy with the outcome of the website. Everything I asked for was fixed in the end, which is very important to me."

Calixpert

Mer projekt

Kommer Snart
More information

Vitanova Esthetics

Kommer Snart
More information

Flora Assistans

Webbsidan använder cookies. Läs var integritetspolicy.
Instructions
To make this component work you must follow these steps:
  1. Add a Page trigger and select Page load
  2. Select the Loader 1 [Hide] animation inside When page finishes loading
  3. Position loader1_component inside page-wrapper
  4. Set loader1_component position to fixed and display to none
Note:
Sometimes there may be a bug where the website briefly flashes before the loader is displayed. To avoid this add the following custom code in your Site settings > Custom Code > Head code
<style>
 .preloader {
   display: flex;
 }
</style>