Source for 57North Hacklab's website. The website can probably be found at https://57north.org.uk/
Not sure really, think it was just an off the shelf pile of CSS and PHP. It was created some time before 2015.
- Font Awesome 4.0.3: an icon library https://fontawesome.com/v4.7.0/icons/
- jQuery 1.10.2:
- Bootstrap 3.0.3:
- FullCalendar 1.6.4: http://arshaw.com/fullcalendar/
- Lightbox 2.6: https://github.com/lokesh/lightbox2/
- SyntaxHighlighter 3.0.83: http://alexgorbatchev.com/SyntaxHighlighter
- jQuery Cookie Plugin 1.4.0: https://github.com/carhartl/jquery-cookie
- jQuery Mixitup 1.5.4: A CSS3 and JQuery Filter & Sort Plugin, http://mixitup.io
- Holder 2.2: http://imsky.co/personal/holder
Clone the repo from github to local...
git clone https://github.com/hackerdeen/website.git
...or...
git clone https://github.com/YourGithubUsername/website.git
Add a file...
git add dist/blah.php
Commit...
git commit -m "updates"
Commit...
git commit -a -m "udates"
Send updates to master...
git push -u origin master
Get updates from master...
git fetch origin
git pull