From 674d9959a604f36fb5872bce99d9b71bd0a26113 Mon Sep 17 00:00:00 2001 From: Rachael Shaw Date: Fri, 11 Sep 2015 18:37:38 -0500 Subject: [PATCH] Set up folder for projects page --- projects/README.md | 10 ++++++++++ projects/project-template.md | 5 +++++ 2 files changed, 15 insertions(+) create mode 100644 projects/README.md create mode 100644 projects/project-template.md diff --git a/projects/README.md b/projects/README.md new file mode 100644 index 000000000..f00057e55 --- /dev/null +++ b/projects/README.md @@ -0,0 +1,10 @@ +# Sails.js Projects + +This is the content for the page showcasing projects built with Sails. (This page is not yet implemented on sailsjs.org, but will be once we've gathered up enough projects.) + +If you want to submit a project for this page, send a pull request adding a new file to this folder called [your-project-name].md. The formatting of the page should follow the [example template](https://github.com/balderdashy/sails-docs/tree/master/projects/template.md), which has the following: + ++ Screenshot/image/logo to represent your project. (Screenshots are preferable, though.) The dimensions should be ___x___. [TODO: figure out dimensions. Probably like 600x400] ++ h2 with your project's title that also links to your project. ++ A brief description of your project, around 125 characters long. + diff --git a/projects/project-template.md b/projects/project-template.md new file mode 100644 index 000000000..afb04dadf --- /dev/null +++ b/projects/project-template.md @@ -0,0 +1,5 @@ +![Screenshot or image for project](http://sailsjs.org/images/img_squiddy@2x.png) + +## [Name of Project](http://omfgdogs.com) + +This is a brief description of the project. It's only about a sentence or two long.