Skip to content

Pratik2401/Blog-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌐 Blog Website

A simple, responsive personal blog website built using HTML and CSS. Ideal for showcasing personal articles, portfolio content, or tech blogs in a clean and minimal format.


📌 Features

  • ✨ Minimal and elegant design
  • 📱 Responsive layout (mobile-friendly)
  • 📝 Static blog content
  • 🎨 Custom CSS styling
  • 🚀 Fast loading (no frameworks)

🛠️ Tech Stack

  • HTML5 – Structure and layout
  • CSS3 – Styling and responsiveness
  • Vanilla JS (optional) – For interactivity (future)

📁 Folder Structure

Blog-Website/
├── index.html         # Main homepage
├── blog1.html         # Sample blog post
├── blog2.html
├── css/
│   └── style.css      # Main stylesheet
├── images/
│   └── ...            # All blog/media images
└── README.md          # Project documentation

🚀 Getting Started

1. Clone the Repository

git clone https://github.com/Pratik2401/Blog-Website.git
cd Blog-Website

2. Open in Your Browser

Open the index.html file using any modern browser:

open index.html     # macOS
start index.html    # Windows

📸 Screenshots

Add screenshot links here, like:

![Homepage Screenshot](https://your-image-url.com/screenshot.png)

💡 Future Enhancements

  • 🧩 Add pagination and search
  • 🗂 Convert to Markdown with a static site generator (e.g., Jekyll, Hugo)
  • 💬 Add comment system (e.g., Disqus or Firebase)
  • 🔍 Improve SEO & accessibility

🤝 Contributing

Pull requests are welcome. If you'd like to contribute:

  1. Fork the repository
  2. Create your branch:
    git checkout -b feature-name
  3. Commit your changes:
    git commit -m 'Add feature'
  4. Push to the branch:
    git push origin feature-name
  5. Open a pull request

📄 License

This project is licensed under the MIT License.


About

A simple, responsive personal blog website built using HTML and CSS. Ideal for showcasing personal articles, portfolio content, or tech blogs in a clean and minimal format.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors