https://github.com/alejandroq12/bootstrap-practice
With this project we will practice bootstrap.
https://github.com/alejandroq12/bootstrap-practice
Last synced: 2 months ago
JSON representation
With this project we will practice bootstrap.
- Host: GitHub
- URL: https://github.com/alejandroq12/bootstrap-practice
- Owner: Alejandroq12
- Created: 2023-03-01T19:29:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-02T01:22:24.000Z (about 2 years ago)
- Last Synced: 2025-01-08T10:45:53.297Z (4 months ago)
- Language: HTML
- Size: 8.89 MB
- Stars: 12
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
Bootstrap practice
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)- **This is just a project to practice bootstrap**
Client
- **It has a contact form**
- **It has a scrollspy**
- [Live Demo Link](https://alejandroq12.github.io/bootstrap-practice/)
To get a local copy up and running, follow these steps:
### Prerequisites
In order to run this project you need:
1. A web browser to see the project.
2. And a code editor if you want to edit the code. For example, Vs Code.
### Setup
Clone this repository to your desired folder:
1. Clone it using your terminal:
```
git clone https://github.com/Alejandroq12/bootstrap-practice.git
```
2. If the previous method does not work you may also download the repo as a .zip file and once you decompress the .zip file you are ready to use it.
Important: do not forget to clone the repo in the correct folder, probably you will use the following commands to achieve that in your terminal:
1. To navigate a certain folder:
```
cd
```
2. To navigate to the previous folder:
```
cd ..
```
### Install
Install this project with:
1. To see this project you will not need to install something else.
### Usage
To see this project you will only need to:
1. Open the index.html file with a web browser.
### Run tests
To run tests, run the following command:
```
No test available right now.
```
### Deployment
You can deploy this project using GitHub pages:
1. Log in to your GitHub account and navigate to the repository that contains your website files.
2. Make sure that your website files are located in the main branch and in the root directory of the repository.
3. If your website is not already live, make sure that the index.html file is the main page of your website.
4. Click on the "Settings" tab in your repository.
5. Scroll down to the "GitHub Pages" section.
6. In the "Source" dropdown menu, select the branch where your website files are located. For a simple website with only HTML and CSS, this is typically the main branch.
7. In the "Path" field, make sure that the root directory is specified (i.e., "/").
8. Click "Save" to generate your website.
9. Wait a few minutes for GitHub to build and deploy your website.
10. Once the website is deployed, visit the GitHub Pages URL to view your site.
👤 **Julio Quezada**
- GitHub: [Alejandroq12](https://github.com/Alejandroq12)
- Twitter: [@JulioAle54](https://twitter.com/JulioAle54)
- LinkedIn: [Julio Quezada](https://www.linkedin.com/in/quezadajulio/)
👤 **Juan Sanchez**
- GitHub: [Jean Louis](https://github.com/Mukaba)
- Twitter: [Jean Louis](https://twitter.com/JeanlouisMukaba)
> Describe 1 - 3 features you will add to the project.
- [ ] **I will add the mobile version*
- [ ] **I will add breakpoints**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project please give a star.
Thanks in advance.
I would like to thank my friend Jean-louis for his support during our pair-programming sessions:
- Jean-louis: [Jean-louis](https://github.com/Mukaba)
- **Are you going to use React in the future?**
- Yes! I will transform website into a React App.
- **Did you create this project from scratch?**
- Yes! From zero, and I will improve it a lot.
This project is [MIT](./MIT.md) licensed.