Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 28 days 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-15T19:33:47.000Z (about 3 years ago)
- Last Synced: 2024-12-06T04:02:58.067Z (about 1 month 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
![](https://img.shields.io/badge/Microverse-blueviolet)
# Coding Bootcamp Webpage
> Coding Bootcamp webpage mockup. Made for the first capstone project of Microverse.
![screenshot](desktop-screenshot.png)
## 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/)