An open API service indexing awesome lists of open source software.

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

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