https://github.com/studio24/refreshcambridge.org
Website for http://refreshcambridge.org/
https://github.com/studio24/refreshcambridge.org
Last synced: 11 months ago
JSON representation
Website for http://refreshcambridge.org/
- Host: GitHub
- URL: https://github.com/studio24/refreshcambridge.org
- Owner: studio24
- Created: 2013-08-28T21:04:51.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-08-17T20:06:41.000Z (almost 12 years ago)
- Last Synced: 2025-07-10T20:33:31.160Z (11 months ago)
- Language: PHP
- Size: 1.44 MB
- Stars: 0
- Watchers: 17
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Refresh Cambridge
Website for http://refreshcambridge.org/
## SASS
The CSS is managed with SASS. To regenerate run:
sass --watch web/assets/css/global.scss:web/assets/css/global.css
## Updating pages
The Refresh site is a simple site with a few pages. the .htaccess file contains
details of what PHP pages run each page but it's all pretty self-explanatory.
Header and footer are currently included from the *includes/* folder.
Less is currently used to process CSS.
## Adding a new meetup
Add details on the next meetup to *includes/next-meetup.php*. If the venue is not
the Cambridge Brew House then the map will need to be updated on the homepage
(see *assets/js/main.js*) and venue details on each page (see *index.php*, *about.php*,
*past-events.php*).
We need to refactor the code so venue information is in one page
(ideally next-meetup.php).
## Past Events
Past events are stored in the *past-events/* folder. We store one event in one
file and the Past events page automatically builds these into paginated event
pages.
To add a new past event just create a new file with the naming format *{YYYYMMDD}.php*
and copy the HTML format from the template below:
5th October 2014
Talk title
Event report content
## Making changes
If you wish to make any changes please fork the repository and send a pull request
in detailing your changes.