Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/audreyfeldroy/fuzzyrainbowcom
The files that make up the website fuzzyrainbow.com
https://github.com/audreyfeldroy/fuzzyrainbowcom
Last synced: 16 days ago
JSON representation
The files that make up the website fuzzyrainbow.com
- Host: GitHub
- URL: https://github.com/audreyfeldroy/fuzzyrainbowcom
- Owner: audreyfeldroy
- Created: 2010-04-07T01:40:48.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-04-07T01:45:24.000Z (over 14 years ago)
- Last Synced: 2024-04-16T04:06:03.423Z (7 months ago)
- Homepage: http://www.fuzzyrainbow.com
- Size: 168 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is all the code for the website http://www.fuzzyrainbow.com.
The main content is currently just static html/css.
The flower garden at the bottom is dynamically drawn client-side with
processing.js onto an HTML5 canvas.Images and stylesheets are stored in Amazon S3. To set this up, I
configured GoDaddy's Total Domain Control to point
http://cdn.fuzzyrainbow.com to an Amazon S3/CloudFront bucket that
acts as a static file server. (Any S3 uploader, e.g. S3Fox or S3
Organizer works well for uploading static files.)The index page is served from Nginx, running on a Linode VPS (Ubuntu
9.10). It was the easiest way to work around Amazon S3/CloudFront's
limitation of not being able to serve default root pages/index files.The .js files are served from Nginx as well, to avoid cross-site js
browser warnings.About this
Fuzzy Rainbow is a tiny indie mobile app development studio, focusing
on apps and games for the iPhone and iPad.Follow @fuzzy_rainbow on Twitter (http://twitter.com/fuzzy_rainbow)
for more info.