https://github.com/brunortech/new-york-city-blog
A simple website built with HTML, created using the guide provided by Codecademy. This project showcases a blog about New York City, featuring engaging multimedia content, interactive navigation, and a clean layout to provide an immersive experience about the city's history, attractions, and culture.
https://github.com/brunortech/new-york-city-blog
blog example-project front-end-development html multimedia-content new-york-city static-website web-design
Last synced: 8 months ago
JSON representation
A simple website built with HTML, created using the guide provided by Codecademy. This project showcases a blog about New York City, featuring engaging multimedia content, interactive navigation, and a clean layout to provide an immersive experience about the city's history, attractions, and culture.
- Host: GitHub
- URL: https://github.com/brunortech/new-york-city-blog
- Owner: BrunoRTech
- Created: 2024-09-22T02:03:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-25T01:51:51.000Z (11 months ago)
- Last Synced: 2025-04-12T02:39:15.560Z (8 months ago)
- Topics: blog, example-project, front-end-development, html, multimedia-content, new-york-city, static-website, web-design
- Language: HTML
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# New York City Blog
This project is a simple website built with **HTML**, created using the guide provided by [Codecademy](https://www.codecademy.com/journeys/full-stack-engineer/paths/fscj-22-web-development-foundations/tracks/fscj-22-fundamentals-of-html/modules/wdcp-22-semantic-html-44fa9550-9f1e-49de-b4d6-295acba84038/projects/semantic-html-nyc-blog). It showcases a blog about New York City, featuring engaging content, multimedia elements, and interactive navigation to provide an immersive experience about the city's history, attractions, and culture.
## Features
- **Informative Blog Post**: A detailed article about New York City's boroughs, history, and famous landmarks.
- **Multimedia Content**: Includes images, videos, and audio to enhance the blog's presentation.
- **Interactive Navigation**: A navigation bar allows users to jump between different sections of the page.
- **Clean Layout**: Designed with a simple and readable structure for an engaging user experience.
## File Structure
- **index.html**: Contains the structure and content of the blog.
## Usage
To view the blog:
1. Download or clone the repository.
2. Open the `index.html` file in any web browser to explore the blog.
## Customization
If you'd like to customize the blog:
- Modify the HTML content in `index.html` to add your own articles, multimedia, or sections.
- Add a `style.css` file to include custom styling for fonts, colors, and layouts.
- Enhance functionality by linking a JavaScript file for interactive elements.
## Acknowledgment
This project was built using the guide provided by Codecademy. The original project can be found [here](https://www.codecademy.com/journeys/full-stack-engineer/paths/fscj-22-web-development-foundations/tracks/fscj-22-fundamentals-of-html/modules/wdcp-22-semantic-html-44fa9550-9f1e-49de-b4d6-295acba84038/projects/semantic-html-nyc-blog).