https://github.com/diagne245/vera-software-solutions
Bootstrap Business website for software solutions built using Webpack module bundler
https://github.com/diagne245/vera-software-solutions
bootstrap vanillajs webpack
Last synced: 3 months ago
JSON representation
Bootstrap Business website for software solutions built using Webpack module bundler
- Host: GitHub
- URL: https://github.com/diagne245/vera-software-solutions
- Owner: Diagne245
- Created: 2024-09-05T17:53:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-11T18:03:58.000Z (over 1 year ago)
- Last Synced: 2025-05-21T04:11:25.917Z (about 1 year ago)
- Topics: bootstrap, vanillajs, webpack
- Language: HTML
- Homepage: https://fluffy-conkies-c60443.netlify.app/
- Size: 2.79 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Vera Website
Demo Link: **https://fluffy-conkies-c60443.netlify.app/**
Bootstrap Business website for software solutions, but could easily be changed to fit any business. Dark-themed design with modals and other features.

## Features
- Dark design with bright buttons & text for contrast
- Responsive design
- Replaceme script for rolling words
- Navbar scroll effect
- Video modal
- Animated play button
- Pricing grid
- Styled modals for projects
- Inner Page with Privacy & Term Of Service sections
- Font awesome icons
## Usage
This website is built using [Webpack](https://webpack.js.org/) with [Bootstrap](https://getbootstrap.com/) and [Sass](https://sass-lang.com/). It uses [Font Awesome](https://fontawesome.com/) for icons.
In order to customize this website, you need to install [Node.js](https://nodejs.org/en/). Then, clone this repository and run:
```bash
npm install
```
This will install Webpack, Bootstrap, Sass and Font Awesome. To build your project files run:
```bash
npm run build
```
Build files will go into the `dist/` folder.
To watch your files for changes, run:
```bash
npm run dev
```
You can add Bootstrap variables to the `bootstrap.scss` file. You can look at the file `node_modules/bootstrap/dist/scss/_variables.scss` for a list of all the variables. Do NOT edit the `variables.scss` file directly, as it will be overwritten when you update Bootstrap.
To add your own custom styles, use the `styles.scss` file.
### Features to Add
- Inner team members page