Skip to content

Homepage for products, solutions, resources, posts and more! ✨🧑‍💼

Notifications You must be signed in to change notification settings

RiversideValley/Website

Repository files navigation

🕸️ Website

The starting page for everything related to Riverside — news included!

Powered by Vercel ▲


🤔 What is this repo?

This repository contains the source code for Riverside's stylish website. The site is written using Svelte or more specifically Fluent-Svelte, TypeScript and SCSS, and deployed with Vercel.

🏗️ Codebase Structure

.
├──static                 // Contains static assets including branding, images, fonts, etc...
|  ├──branding            // Branding media (logos, banners, etc...)
|  ├──fonts               // Static font files loaded by the website.
|  ├──preview-samples     // Sample files used in the preview pane in the features section.
|  ├──screenshots         // Screenshots and renders of the app used in the website.
|  └──ui                  // Images other than branding used in the website's user interface.
└──src                    // The website's source code.
   ├──lib                 // Re-usable Svelte components used within the website.
   ├──layout              // Components responsible for defining page layout, such as headers, footers, page sections, etc...
   ├──routes              // SvelteKit's filesystem-based routes. Anything in the folder is registered as a URL on build time.
   |  ├──docs             // Documentation and associated files.
   |  └──blog             // Blog page and associated files.
   |     └──posts         // Folder containing blog posts in MDSveX format (*.svx).
   ├──data                // Data storage used across various components and routes. NOT stores, just exported variables.
   └──styles              // SCSS styles that are NOT tied to components in /lib.

About

Homepage for products, solutions, resources, posts and more! ✨🧑‍💼

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published