https://github.com/specious/present
:stars: Responsive-design portfolio gallery with contact form
https://github.com/specious/present
Last synced: 3 months ago
JSON representation
:stars: Responsive-design portfolio gallery with contact form
- Host: GitHub
- URL: https://github.com/specious/present
- Owner: specious
- Created: 2014-01-30T20:59:25.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-09-20T09:19:53.000Z (over 7 years ago)
- Last Synced: 2025-02-02T00:34:11.302Z (4 months ago)
- Language: JavaScript
- Homepage: http://j.mp/present-demo
- Size: 16.3 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Presént
Responsive portfolio gallery with contact form. Written in PHP, HTML, Stylus and JavaScript.
## Features
* Responsive design
* Skin support
* Requires nothing but PHP on the server (index page can be rendered once and served as a [static file](#static))
* Does not require a database
* Takes advantage of jQuery (still usable without JavaScript)
* Well formatted HTML
* Zoomable avatar using [Zoomerang](http://yyx990803.github.io/zoomerang/)## [Demo](http://specious.github.io/present/) or it didn't happen
## Installation
You will need:
* [Stylus](http://stylus-lang.com/) with [nib](https://tj.github.io/nib/) extensions
Getting started:
* Rename **config-example.php** to **config.php**
* Edit config.php
* Edit about.html
* Compile styles to CSS: `stylus -u nib skins/*/*.styl`
* Host on a PHP serverIf you have PHP 5.4 or later you can start a local server by running: `php -S 0.0.0.0:8888`
Advanced:
* [Change](http://xiconeditor.com/) favicon.ico
* Render a static page with `php index.php > index.html` to serve more quickly without invoking the PHP interpreter## License
[MIT](http://opensource.org/licenses/MIT)