Skip to content

thecatholicgallery/thecatholicgallery.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Catholic Gallery

This repository is dedicated to help Catholics and not Catholics (well-intentined) to find good images for any purpose. The actual idea is to congregate Sacred Art images, photos of catholic places and the community art.

Access the site by clicking here.

Contribute

You can contribute many ways to this project. If you want to contribute by submiting an image, go to submit a image.

For design or structure changes, It would be a good idea open an Issue first, to discuss the idea and make sure if it follows the interest of the project.

Submit an image

There are two ways to submit a new image to the project:

(1) Send and email to [email protected] containing these infos:

required:

  • The image or a link to it;
  • Type of content - artwork, photography or yours creation-;
  • License (Public Domain, Creative Commons, ...)

optional:

  • Publishing year;
  • Author name;
  • Suggested tags;

(2) Create a Pull Request fulfilling ALL the requirements mentioned above, on the /data/pictures.json file.

For this option, you will have to add an compressed image, with the maximium of 450 pixels on the largest dimension of it.

Important:

The compressed image should be performing these requirements:

  • 450 pixels on height if it is a portrait image;
  • 450 pixels on width if it is a landscape image;
  • The another measure should keep the picture proportion.
  • WEBP format with 45% - 75% of quality.

Example of how to fulfill the json file:

    {
        "id": "123",
        "compressed": "/public/img/photography/compressed/picture.webp",
        "url": "https://site.com/picture.jpg",
        "name": "The Rosary Meditation",
        "author": "Gustavo Becelli",
        "year": "1674",
        "tags": ["Rosary", "Mysteries"],
        "license": "Public Domain"
    },

Explaining the fields:

field description
type artwork, photography or community
compressed the compressed image should be placed in the json used bin
url The high resolution photo url #FFD900
name The art name (artworks) or a tiny description (if isn't named)
author Author name
year First publication date
tags Maximum of 5 tags
license License of the content. Make a good search about it if it's not yours

FFD900 IMPORTANT: Add an external link to the image. Only add to the /public/img/category/original/ if the content is not located on the internet.

Considerations

Feel free to contribute if you are or aren't a Catholic. The project is open and made to help everyone.

Do you detain some picture copyright and does not want to see it being used here? Contact us by: [email protected]

License

This project follows the MIT License

All the images contained in this project are not included in this license. To see which license the image follows, put your mouse over the image, and a infocard will appear.