Skip to content

shivambhawsar/website-3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

website

Source for 57North Hacklab's website. The website can probably be found at https://57north.org.uk/

History

Not sure really, think it was just an off the shelf pile of CSS and PHP. It was created some time before 2015.

Libraries used

Git cheatsheet

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

About

Source for 57North Hacklab's website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Less 35.2%
  • JavaScript 32.6%
  • CSS 19.6%
  • PHP 9.6%
  • HTML 2.9%
  • Hack 0.1%