ProgressiveCoders / progcode-website

https://progcode.org
10 stars 6 forks source link

Submitting Project Info #36

Open baisong opened 6 years ago

baisong commented 6 years ago

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"
};