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

No packages published

Contributors 3

  •  
  •  
  •  

Languages