Skip to content

MehwishSayyed/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

website

A simple website with HTML, CSS and Bootstrap.

Website

A simple website built with HTML, CSS and Bootstrap.
This repository is beginner-friendly and perfect for contributors who want to practice web basics, learn GitHub, and make their first open-source pull request.


📌 What’s in this repo

  • index.html — the main page
  • css/ — custom styles
  • js/ — optional scripts
  • assets/ — images, icons, fonts
  • bootstrap/ or CDN usage — Bootstrap for responsive layout

This README was created to help contributors add pages, components, or style improvements.


✅ How you can contribute (very easy steps)

  1. Fork this repository.
  2. Create a new branch for your change: git checkout -b add-your-name-feature
  3. Make changes — add a new HTML/CSS/Bootstrap file or update an existing file.
  • One file per PR is recommended.
  • Add a short comment at the top of your file describing what it does.
  1. Commit your changes: git add . git commit -m "Add: [short description of your change]"
  2. Push to your fork and open a Pull Request to this repo.
  3. In the PR description, explain what you added and why. That helps us review faster.

🎯 Ideas for contributions

  • Simple pages: about.html, contact.html, portfolio.html
  • Components: navigation bar, footer, hero section, cards, forms
  • Styling: responsive improvements, dark mode, animations
  • Accessibility: add alt text, improve keyboard navigation
  • Documentation: improve this README or add a CONTRIBUTING.md

🏷️ Hacktoberfest & rules

This repo is participating in Hacktoberfest — pull requests that follow the rules will be:

  • Merged or labeled hacktoberfest-accepted once approved.

Rules to be valid:

  • Single, meaningful file per PR (no spam or trivial empty changes)
  • Working code — make sure your HTML renders and CSS/JS doesn’t break the site

👩‍💻 Code style & notes

  • Use Bootstrap classes for layout where possible.
  • Keep HTML semantic (<header>, <main>, <footer>, etc.).
  • Add comments at the top of new files:
<!--
File: about.html
Author: Your Name
Description: About page with team info
-->

About

A simple website with HTML, CSS and Bootstrap.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages