Skip to content

Sacha00Z/fakewebsite

Repository files navigation

fakewebsite

Live demo License Last commit Open issues

Tiny static demo site that hosts links to external resources, such as iForms. As an initial implementation, it contains one link, but the intention is to create a series of "Cards" that link to different business scenarios.

Quick start

Testing Changes Locally

  • Requirements: python3 (for a local preview), a browser, and Git.
  • Serve locally (from the repo root):
python3 -m http.server 8000
# open http://localhost:8000 in your browser

The site is purely static: edit index.html, style.css, and images in the images/ folder.

Developing in VS Code

  • Open the project folder in VS Code: File → Open Folder... and choose this repo.
  • Recommended extensions: Prettier (formatting), EditorConfig, and Live Server (optional quick preview).
  • Use the built-in Terminal (View → Terminal) to run the quick-start server above.
  • Git in VS Code: use the Source Control pane to stage, commit, and push changes.

Helpful VS Code workflow:

  1. Create a feature branch: git checkout -b feature/short-description
  2. Make small, focused commits.
  3. Push: git push -u origin feature/short-description
  4. Open a Pull Request on GitHub and request a review.

GitHub / Contribution guidelines

  • Branch naming: feature/*, fix/*, or chore/*.
  • Keep changes small and include a short descriptive commit message.
  • Use relative image paths (place images into the images/ folder).
  • When adding new markup or styles, try to keep styles scoped to style.css and follow the existing simple patterns.

Project structure

  • index.html — main page
  • style.css — site styles
  • images/ — static images used by the page
  • LICENSE — project license

Notes

  • This repo intentionally has no build system. If you want to introduce one (tooling, bundlers, or generators for image galleries), open an issue first so we can agree on scope.

About

Demo web page to host links to iforms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published