https://github.com/piero-vic/coding-bootcamp-website
Website project for Module 1 of Microverse. Built using HTML, CSS and JavaScript.
https://github.com/piero-vic/coding-bootcamp-website
microverse
Last synced: about 1 year ago
JSON representation
Website project for Module 1 of Microverse. Built using HTML, CSS and JavaScript.
- Host: GitHub
- URL: https://github.com/piero-vic/coding-bootcamp-website
- Owner: piero-vic
- Created: 2021-10-11T15:03:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-15T19:33:47.000Z (over 4 years ago)
- Last Synced: 2025-04-30T10:49:32.552Z (about 1 year ago)
- Topics: microverse
- Language: HTML
- Homepage:
- Size: 3.32 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Coding Bootcamp Webpage
> Coding Bootcamp webpage mockup. Made for the first capstone project of Microverse.

## Built With
- HTML
- CSS
- JavaScript
## Live Demo
Live demo hosted on GitHub Pages // [Live Demo Link](https://piero-vic.github.io/conference-website/)
## Getting Started
If you want to run the webpage on your local machine you can always clone the repo and open `index.html` on your favorite browser.
1. Clone the repo.
```zsh
git clone [repo link] [directory]
```
2. Enter the directory.
```zsh
cd [directory]
```
3. Open the main file. (Use `open` on macOS and `xdg-open` on Linux)
```zsh
open index.html
```
```zsh
xdg-open index.html
```
## Author(s)
👤 **Piero Lescano**
- GitHub: [@piero-vic](https://github.com/piero-vic)
- Twitter: [@v1ccenzo](https://twitter.com/v1ccenzo)
- LinkedIn: [piero-lescano](https://linkedin.com/in/piero-lescano)
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- [Original design idea](https://www.behance.net/gallery/29845175/CC-Global-Summit-2015) by [Cindy Shin in Behance](https://www.behance.net/adagio07).
- Speakers photos are from [Random User Generator](https://randomuser.me/)
- Hero background vector created by starline - [www.freepik.com](https://www.freepik.com)
- Placeholder logos are from [Logoipsum](https://logoipsum.com/)
- Social media icons are from [Bootstrap Icons](https://icons.getbootstrap.com/)