0.1.0 • Published 9 months ago

@vrasqa/website v0.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

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:

  1. 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!

We value your input and are eager to assist you with any queries you may have. Feel free to reach out to us anytime.

0.1.0

9 months ago

0.0.9

9 months ago

0.0.8

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago