This repository contains the source code for the public-facing website of Clerusync. Digital Solutions, Developing Custom Solutions For Your Business & Project.
The site includes multiple folders Boda Boost, Clerusync Clean, Clerusync Investment, Cube Climber, Email Unsubscribe, Merchandise, Recollect, Running Log, Screen Test & Water Remover, Screen Test & Water Remover Ad, Clerusync Travel, Word Guess, Word Guess Ad and Work Out Log.
This project is a website built with HTML, CSS and JavaScript.
The main files and directories in this repository are:
index.html: The main landing page.404.html: The 404 error page.BTrenchAfrica.html: The BTrench Africa webpage.BodaBoostWebsite.html: The BodaBoost website page.CNAME: The domain configuration file.CRM.html: The CRM system page.Careers.html: The careers and job listings page.Clerur.html: The Clerur webpage.CubeClimberWebsite.html: The Cube Climber website page.ForgotPassword.html: The password recovery page.Form.html: The general form page.GlowCherries.html: The Glow Cherries webpage.IncognitoChat.html: The Incognito Chat application page.IncognitoChatWebsite.html: The Incognito Chat website page.Investment.html: The investment page.PDFScanner.html: The PDF scanner tool page.Peace.html: The Peace webpage.PrivacyPolicy.html: The privacy policy page.Rigel.html: The Rigel webpage.RunningLog.html: The running log tracker page.SSHIE.html: The SSH interface page.Saunter.html: The Saunter webpage.ScreenTest&WaterRemover.html: The screen test and water remover tool page.ShareCertificate.html: The share certificate page.Spring.html: The Spring webpage.TO.html: The TO webpage.TermsofService.html: The terms of service webpage.UniversalCareandSupportServicesWebsite.html: The Universal Care and Support Services website page.VRS.html: The VRS webpage.WordGuess.html: The word guessing game page.WorkOutLog.html: The workout log tracker page.assets/: Contains all static assets:css/: Stylesheets for the website.js/: JavaScript files.images/: Contains logos and other image assets.vendor/: JavaScript and Stylesheets.
To view the website locally, you can follow these steps:
- Clone the repository:
git clone https://github.com/clerusync/Website.git
- Navigate to the project directory:
cd Website - Open the
index.htmlfile in your preferred web browser.
For a more complete experience that respects the clean URL configuration, you can use a local web server. If you have Python installed, you can run:
# For Python 3
python -m http.server
# For Python 2
python -m SimpleHTTPServerThen, navigate to http://localhost:8000 in your browser.