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.