centre-for-humanities-computing / websiteMedia

Media files images, sound files for embedding in our websites

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

websiteMedia

Content Repository for public media files to be used in websites

How to use it

  1. upload an image to use online
  2. copy its url by opening it on github.com and copying its url. To verify if you have gto the correct url you can compare against the following pattern:
    https://raw.githubusercontent.com/centre-for-humanities-computing/websiteMedia/main/path/to/the/fileLocation/fileName.extension
    1. The url should always start with the following pattern pointing at this directory:
      https://raw.githubusercontent.com/centre-for-humanities-computing/websiteMedia/main/
    2. to reflect its location in this repository the url should continue with a path path/to/the/fileLocation/
    3. finally your url has to end with fileName.extension where extension must represent a browser-supported file type like gif, jpg, jpeg, png, avi, mp3, ogg, and others
  3. reference your file in markdown following this pattern: ![briefDescription](url)

Example

![Logo of the centre for humanities computing aarhus](https://raw.githubusercontent.com/centre-for-humanities-computing/websiteMedia/main/images/CHCAA/Logo.png)

Logo of the centre for humanities computing Aarhus

About

Media files images, sound files for embedding in our websites