Hamakor / AugustPenguin

August Penguin website

Home Page:http://ap.hamakor.org.il

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Website for August Penguin http://ap.hamakor.org.il

Suggesting Changes

Using GitHub Web UI

  • Click "Edit" on the relevant html file you want to modify
  • GitHub will allow you to edit it and will create a pull request for you (so we can decide if to accept / decline or modify your changes)

Using Standard Git flow

  • Fork and clone the repo (it should automatically use the latest branch - ap2023)
  • edit the files locally
  • You can open the local html files directly in a browser, or you can use Python's built-in http module (or any other way to serve files):
~/AugustPenguin$ python -m SimpleHTTPServer
Serving HTTP on 0.0.0.0 port 8000 ...
  • Site should be available at http://localhost:8000
  • Commit and push your changes to your fork
  • Open a pull request

About

August Penguin website

http://ap.hamakor.org.il

License:Creative Commons Attribution Share Alike 4.0 International


Languages

Language:HTML 90.9%Language:CSS 8.9%Language:Shell 0.1%