ProgressiveCoders/progcode-website

Submitting Project Info

baisong opened this issue · 0 comments

This issue is a reference for anyone submitting a project card to appear on the homepage "Featured Projects" section on progcode.org.

Image dimensions

For best results, use a 300x300 pixel image with 60 pixels of margin on the top and bottom of the image. The resulting image will be centered and trimmed to fit in an approximately 300x180 pixel region.

var project = {
	"name": "[Official Name]",
	"description": "[Max 180 characters]",
	"site_url": "[Official URL to view web app, or download app]",
	"project_url": "[Source code repository URL, i.e. GitHub repo]",
	"slack_url": "http://progco.de/join",
	"channel": "[i.e. #national-voter-file]",
	"site_image": "/img/projects/[project-image.png]",
	"is_featured": "TRUE"
};