Skip to content

jjmginon/web-dev-references

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Web Dev References

Netlify Status

A curated reference hub for learning and practicing Web Development—featuring top tutorials, documentation, and platforms to help you grow as a developer.
This project is inspired by Dave Gray's CSS Mini-Project for Beginners, adapted with accessibility-first and performance-optimized practices.


📖 Overview

This webpage serves as a personal reference hub showcasing recommended platforms and resources for web developers.
It demonstrates semantic HTML structure, responsive CSS styling, and clean repo documentation.


✨ Features

  • Semantic HTML5 structure: clear separation of header, main, nav, and footer.
  • Responsive typography: uses clamp() for scalable font sizes.
  • Modern monospace font: Inconsolata via Google Fonts.
  • Accessible navigation: links styled with hover/focus states for clarity.
  • Dark theme design: gradient background with contrasting text for readability.
  • Logical CSS organization: reset, general styles, and component-specific rules.

🛠️ Tech Stack

  • HTML5: semantic markup and metadata for SEO and accessibility.
  • CSS3: responsive design, transitions, and modern layout techniques.
  • Google Fonts: custom typography integration.

📚 Recommended Platforms

The page highlights top learning resources for web developers:


🚀 Getting Started

Clone the repo and open the index.html file in your browser:

git clone https://github.com/<your-username>/web-dev-references.git
cd web-dev-references

To customize styles, edit css/styles.css.


📂 Project Structure

web-dev-references/
├── index.html        # Main HTML file
└── css/
    └── styles.css    # Custom styles

🎨 Design Notes

  • Color Palette:

    • Background: deep navy gradient (hsla(218, 80%, 2%, 1)hsla(215, 21%, 11%, 1))
    • Text: light gray #e6edf3
    • Links: blue #79c0ff with green hover #56d364
  • Layout:

    • Centered flexbox design
    • Rounded navigation container with clear section headings

🙌 Inspiration

This project was inspired by Dave Gray’s CSS Mini-Project for Beginners, reimagined with accessibility-first and recruiter-friendly repo documentation.

About

Simple Web Development References page built with HTML and CSS. Features a dark theme, responsive typography, and a styled navigation menu linking to top learning platforms. Inspired by Dave Gray’s CSS Mini-Project for Beginners.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages