Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 542 Bytes

File metadata and controls

19 lines (14 loc) · 542 Bytes

Some Teams Project

This is a small PHP website that displays football teams and their details.

Pages

  • Home (index.php): Shows all teams with logo and name.
  • About (about.php): Information about me.
  • Team (team.php): Shows details about a team when clicked from the home page.

How it works

  • Teams are stored in data.php.
  • Pages share a common header (header.php) and footer (footer.php).
  • Styling is in style.css.

Author

Vanessa Blomstrand

License

MIT License – see the LICENSE file.