No description
  • JavaScript 45.1%
  • HTML 34.7%
  • PHP 11.8%
  • CSS 6.1%
  • Hack 2.2%
Find a file
2016-02-26 13:06:34 -08:00
gallery Added files via upload 2016-02-26 13:06:34 -08:00
slider Slider 2016-02-26 00:20:48 -08:00
about.php some changes 2016-02-26 12:55:04 -08:00
background.jpg Added Cloudinary as a CDN 2016-02-26 00:09:02 -08:00
index.php some changes 2016-02-26 12:55:04 -08:00
photo.php some changes 2016-02-26 12:55:04 -08:00
pullgit.php Added Cloudinary as a CDN 2016-02-26 00:09:02 -08:00
README.md Update README.md 2016-02-26 00:35:38 -08:00
style.css some changes 2016-02-26 12:55:04 -08:00

Dalton House Photo

Website based on Bootstrap for photo sharing

Deps

sudo apt-get install curl php5-cli git

curl https://getcomposer.org/installer | php

php composer.phar install

composer.json:

{

	"require": {
  	
		 "cloudinary/cloudinary_php": "dev-master"
		 
	}
  	
}