This is a project for a technology news portal, developed as part of an HTML and CSS study. The focus was on creating a responsive and semantically correct layout, using modern CSS concepts like Grid Layout.
- Displays technology news in different sections (Featured, Most Read of the Week, AI Highlights, Seen This?).
- Responsive layout adaptable to different screen sizes.
- Semantic HTML structure.
- Styling with modern CSS (including CSS Grid).
- Use of custom fonts (Google Fonts - Archivo).
- HTML5
- CSS3 (with CSS Grid Layout)
- Google Fonts
To view the project locally:
-
Clone the repository (if applicable):
# Replace with the actual URL of your repository, if any git clone https://github.com/eugeniobarrosjr/news.git cd news
If you already have the files locally, skip this step.
-
Navigate to the project folder:
cd news
-
Open the
index.html
file in your browser: You can do this by double-clicking the file or using a terminal command (depending on your operating system):# Example for macOS open index.html # Example for Linux xdg-open index.html # Example for Windows start index.html
This project is licensed under the MIT License.