Skip to content

Commit

Permalink
website; point to tumblr site for prod examples
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed Dec 15, 2012
1 parent 76d0c71 commit 2670be7
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 10 deletions.
20 changes: 11 additions & 9 deletions docs/production.jade
@@ -1,11 +1,13 @@
extends layout extends redirect

block meta
meta(http-equiv="refresh", content="5;url=http://mongoosejs.tumblr.com/")


block content block content
h2 p
| Mongoose In The Wild | You are being redirected to http://mongoosejs.tumblr.com.
a(href='mailto:aaronheckmann+github@gmail.com?subject=Please add my project to mongoosejs.com', title='add/remove your project') (add your project) br
ul.inthewild | Please
each img in images a(href="http://mongoosejs.tumblr.com/") click here
li | if you are not redirected in 5 seconds.
a(href=img.url, title=img.title + ' ' + img.desc)
img(src="images/apps/" + img.src + ".png", alt=img.title + ' ' + img.desc)
26 changes: 26 additions & 0 deletions docs/redirect.jade
@@ -0,0 +1,26 @@
doctype html
html(lang='en')
head
meta(charset="utf-8")
meta(name="viewport", content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no")
title Mongoose
block meta
block style
link(href='http://fonts.googleapis.com/css?family=Anonymous+Pro:400,700|Droid+Sans+Mono|Open+Sans:400,700|Linden+Hill|Quattrocento:400,700|News+Cycle:400,700|Antic+Slab|Cabin+Condensed:400,700', rel='stylesheet', type='text/css')
link(href='/docs/css/default.css', rel='stylesheet', type='text/css')
link(href='/docs/css/guide.css', rel='stylesheet', type='text/css')
body
a#forkbanner(href="http://github.com/learnboost/mongoose")
img(style="position: absolute; top: 0; right: 0; border: 0;", src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png", alt="Fork me on GitHub")
#links
#header
h1
a(href="../index.html")
.mongoose Mongoose
include includes/nav
#content
.module
block content
script.
document.body.className = 'load';
include includes/googleanalytics
2 changes: 1 addition & 1 deletion index.jade
Expand Up @@ -64,7 +64,7 @@ html(lang='en')
h2 h2
| Production | Production
| |
a(href='docs/production.html', title='More production examples') View More a(href='http://mongoosejs.tumblr.com/', target='_blank', title='More production examples') View More
ul ul
li li
a(href="http://storify.com/", alt="Storify") a(href="http://storify.com/", alt="Storify")
Expand Down

0 comments on commit 2670be7

Please sign in to comment.