https://github.com/k3ury99/annotations-for-github
In this project we will see how we can learn Github markdown in an easy and fast way.
https://github.com/k3ury99/annotations-for-github
github profile readme
Last synced: 11 days ago
JSON representation
In this project we will see how we can learn Github markdown in an easy and fast way.
- Host: GitHub
- URL: https://github.com/k3ury99/annotations-for-github
- Owner: K3ury99
- License: mit
- Created: 2024-08-19T01:21:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T03:14:54.000Z (over 1 year ago)
- Last Synced: 2025-01-07T15:26:39.281Z (over 1 year ago)
- Topics: github, profile, readme
- Homepage:
- Size: 106 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Annotations-for-GitHub ๐
> [!NOTE]
> Here Iยดll be putting all the things I have been **`learning`** about **`github markdown`** to also have quick access.
# Quotes โจ
> [!NOTE]
>Here we can put some notes
> [!TIP]
>Here we can put some tips
> [!WARNING]
>Here we can put things that we must be careful with
> [!IMPORTANT]
>Here we can put some very important things
> [!CAUTION]
>Here we can put things that we should be very careful with
# side by side images ๐ฑโ๐ค
# Videos ๐
You can also upload videos to GitHub for your short presentations in your Readme Files, just drag the file into the code editing area of GitHub!
https://github.com/user-attachments/assets/56f9dca0-7364-4038-89c1-454356ced214
# Underline words ๐
This way you can `underline` the most `important` words!
# Bold words โ
This way you can **BOLD** your **words!**
# Make some lists! ๐
- **Favorite Fruits**:
- **Apple**: A crunchy and sweet fruit that is often red or green.
- **Banana**: A soft, elongated fruit with a yellow peel and a sweet taste.
- **Strawberry**: A small, red fruit with tiny seeds on its surface, known for its juicy and slightly tangy flavor.
- **Mango**: A tropical fruit with a juicy, sweet, and slightly tangy taste, often enjoyed ripe and yellow.
# Copy things directly ๐
You can add a bar to directly copy something
```bash
Here you can directly copy this comment by clicking the button on the right
```
# Make github more professional easy! โจ
You just have to follow the steps on the **gprm.itsvg.in** website, as simple as that. You can copy the link below.
```bash
https://gprm.itsvg.in
```
# Banners with Canva! ๐
> [!NOTE]
> The banners present your person, you can make a **banner** like this profile in **Canva** in very few steps and without needing much knowledge as a designer.
# Download documents using buttons ๐พ
> [!NOTE]
> Make sure your document is a PDF and where you put the url change the "blob", (**`Blobs`** are large data that changes dynamically) part to "raw", that's how easy it is to add download buttons on github. When you click the download button you will see that you can download a PDF document that has a confirmation image to verify that the button works fully.
> [!IMPORTANT]
> You can see in more detail all the information and the correct way to use all this by going to the **`README.md`** file of this repository.