Tech Used: HTML5, CSS3 (No responsiveness / No media queries)
Description:
This project is a static technologies website created using pure HTML and CSS. It serves as an informational platform that highlights various programming and web technologies in a clean and organized layout. The site was developed to showcase frontend structuring and styling skills using only core web technologies.
Features:
Structured Layout:
The page layout is organized into different sections using HTML elements such as <header>, <section>, and <footer> for clear content separation.
Technology Highlights:
Each technology (like HTML, CSS, JavaScript, etc.) is displayed in a styled box or section, including:
Technology name
Short description
Key use cases or benefits
Navigation Bar:
A top navigation menu created with <ul> and styled with CSS for a simple, clean look—allowing users to jump to different sections of the page.
Visual Design:
CSS is used to style elements with:
Background colors and gradients
Font styling (font-family, size, color)
Basic box layout (margin, padding, borders)
Hover effects for buttons or links
Static Page:
The site is built for a fixed screen size and does not adapt to smaller devices or mobile screens.
Footer:
Includes basic contact info or credits.
Purpose of the Project: To demonstrate the ability to build a well-structured and styled informational website using only raw HTML and CSS—without relying on any frameworks, JavaScript, or responsive techniques.