Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/get-unknown-err0r/sample-website
This project is a simple website built using HTML, CSS, and JavaScript. This website is a static site created to showcase a personal portfolio, a blog, or any other type of web content. It includes a home page, an about page, a contact form, and a blog section. The design is responsive and works on various devices and screen sizes.
https://github.com/get-unknown-err0r/sample-website
arpit-prajapati css3 get-unknown-err0r html-css-javascript html5 javascript webtemplate
Last synced: about 1 month ago
JSON representation
This project is a simple website built using HTML, CSS, and JavaScript. This website is a static site created to showcase a personal portfolio, a blog, or any other type of web content. It includes a home page, an about page, a contact form, and a blog section. The design is responsive and works on various devices and screen sizes.
- Host: GitHub
- URL: https://github.com/get-unknown-err0r/sample-website
- Owner: GET-UNKNOWN-ERR0R
- License: mit
- Created: 2024-07-16T07:45:24.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-16T08:13:12.000Z (5 months ago)
- Last Synced: 2024-07-17T10:25:32.109Z (5 months ago)
- Topics: arpit-prajapati, css3, get-unknown-err0r, html-css-javascript, html5, javascript, webtemplate
- Language: HTML
- Homepage:
- Size: 323 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Web Project
This repository contains a simple web project with HTML, CSS, and JavaScript files. Additionally, it includes a script to start a Python HTTP server for serving the files locally.
![Screenshot of the Web Project](web_img.jpeg)
## Project Structure
### Files
- `index.html`: The main HTML file for the web project.
- `styles.css`: The CSS file for styling the HTML page.
- `script.js`: The JavaScript file for adding interactivity.
- `start_server.sh`: A shell script to start a Python HTTP server.## How to Run the Project Locally
### Prerequisites
- Python should be installed on your system. You can download it from [python.org](https://www.python.org/downloads/).
### Steps to Run
1. **Clone the repository:**
```sh
git clone https://github.com/GET-UNKNOWN-ERR0R/Sample-Website.git
cd Sample-Website
```2. **Make the server script executable (if not already):**
```sh
chmod +x start_server.sh
```3. **Start the Python HTTP server:**
```sh
./start_server.sh
```4. **Open your browser and go to:**
```
http://localhost:8000
```You should see your `index.html` file rendered in the browser.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.