KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
centers-of-excellence
★ 17
Open GitHub ↗
All the excellent centers
Download README (.md)
Explore Similar Repositories
satellite-tracker
:
WARNING: This repository is no longer maintained ⚠️ This repository will not be updated. The repository will be kept available in read-only mode.
github-clean-forks
:
:octocat: Manage your unused forks
bitcoin-encrypt
:
Bitcoin address key pairs for encrypted messaging
swift-nio-mqtt
:
A MQTT codec for swiftNIO
suru-plus-telinkrin
:
Based on the Suru++ and Sam Hewitt's Suru Icons adapted to the Telinkrin GTK theme
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
centers-of-excellence
?
Download (.md)
# centers-of-excellence All the excellent centers --- ## Images Images can be uploaded into the `/images/` folder: Any image that is in the `/images/` folder can be included in a page with one of the following shortcodes. You'll need to provide three things: - path + filename — this is the path within the `/images/` folder - caption — a clear description of the image - alt-text — a description of the image for people who cannot see it **In-line Image** ``` {% include image.html path="contact-center/sonny.png" alt-text="this is the alt text" caption="Sonny" %} ``` **Wide Image** ``` {% include image-wide.html path="contact-center/sonny.png" alt-text="this is the alt text" caption="Sonny" %} ``` ## Videos YouTube videos can be embedded in pages. 1. Copy the the `ID` of the youtube video URL 1. Example — `https://www.youtube.com/watch?v=JcwG4iwN6Fk` the ID of this video is `JcwG4iwN6Fk` 2. Paste the `ID` into the following shortcode. ``` {% include youtube.html id="JcwG4iwN6Fk" %} ``` ## PDFs Insert links to PDFs within pages/posts like this: - path to PDF (needs to be within the `/images/` folder) - title of PDF ``` {% include pdf.html path="customer/Personas.pdf" title="This is the title of the PDF" %} ```