https://github.com/centre-for-humanities-computing/websitemedia
Media files images, sound files for embedding in our websites
https://github.com/centre-for-humanities-computing/websitemedia
Last synced: 3 months ago
JSON representation
Media files images, sound files for embedding in our websites
- Host: GitHub
- URL: https://github.com/centre-for-humanities-computing/websitemedia
- Owner: centre-for-humanities-computing
- Created: 2021-05-04T12:00:03.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-10-10T08:29:18.000Z (over 3 years ago)
- Last Synced: 2025-06-03T14:58:04.672Z (about 1 year ago)
- Size: 61.7 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# websiteMedia
Content Repository for public media files to be used in websites
## How to use it
1. upload an image to use online
1. 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/```
1. to reflect its location in this repository the url should continue with a path
```path/to/the/fileLocation/```
1. 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](https://www.w3schools.com/html/html_media.asp)
1. reference your file in markdown following this pattern: !\[briefDescription\]\(url\)
## Example
``````
