VRASQA Website
Welcome to the repository for the Website of VRASQA! This repository contains the source code for the VRASQA company website built using Webflow and integrated with automatic changesets and versioning control.
Table of Contents
Integration Process
To integrate the NPM Package to Webflow, follow these steps:
-
Put this code snippet in the
before body tag
in the site settings:<script> // checking if we are on the live site const isStaging = window.location.origin.includes('webflow.io'); //creating the script element with the correct source const script = document.createElement('script'); script.src = isStaging ? 'http://localhost:3000/home/index.js': 'https://cdn.jsdelivr.net/npm/@vrasqa/website/dist/home/index.js'; //apending the script alement to the document head script.defer = true; document.head.append(script); </script>
Note that this is an example for the integration on the home page.
Development
Have fun while developing 🥳
Contact
If you have any questions, feedback, or inquiries about VRASQA and our services, please don't hesitate to get in touch. We're here to help!
- Visit our website: www.vrasqa.com
- Email us: support@vrasqa.com
We value your input and are eager to assist you with any queries you may have. Feel free to reach out to us anytime.