2020-09-17 10:58:09 +02:00
|
|
|
---
|
|
|
|
title: "Papermod - Icons"
|
|
|
|
date: 2020-09-17T11:30:03+05:30
|
|
|
|
showToc: true
|
|
|
|
TocOpen: true
|
|
|
|
weight: 3
|
|
|
|
aliases: ['/papermod-icons']
|
|
|
|
tags: ['PaperMod']
|
|
|
|
author: "Aditya Telange"
|
|
|
|
---
|
2020-09-24 08:02:20 +02:00
|
|
|
|
|
|
|
## Social Icons
|
2020-09-17 10:58:09 +02:00
|
|
|
Usage :
|
|
|
|
|
|
|
|
```
|
|
|
|
socialIcons: # optional
|
|
|
|
- name: "<NAME>"
|
|
|
|
url: "<link>"
|
|
|
|
- name: "<NAME>"
|
|
|
|
url: "<link2>"
|
|
|
|
```
|
|
|
|
|
|
|
|
| No. | name | platform link |
|
|
|
|
| --- | ------------- | ----------------- |
|
|
|
|
| 1 | 123rf | 123rf.com |
|
|
|
|
| 2 | adobestock | stock.adobe.com |
|
|
|
|
| 3 | behance | behance.net |
|
|
|
|
| 4 | codepen | codepen.io |
|
|
|
|
| 5 | cryptohack | cryptohack.org |
|
|
|
|
| 6 | dev | dev.to |
|
|
|
|
| 7 | discogs | discogs.com |
|
|
|
|
| 8 | dreamstime | dreamstime.com |
|
|
|
|
| 9 | dribbble | dribbble.com |
|
|
|
|
| 10 | email | - |
|
|
|
|
| 11 | facebook | facebook.com |
|
|
|
|
| 12 | freepik | freepik.com |
|
|
|
|
| 13 | github | github.com |
|
|
|
|
| 14 | gitlab | gitlab.com |
|
|
|
|
| 15 | hackerrank | hackerrank.com |
|
|
|
|
| 16 | hackthebox | hackthebox.eu |
|
|
|
|
| 17 | instagram | instagram.com |
|
|
|
|
| 18 | lastfm | last.fm |
|
|
|
|
| 19 | linkedin | linkedin.com |
|
|
|
|
| 20 | mixcloud | mixcloud.com |
|
|
|
|
| 21 | paypal | paypal.com |
|
|
|
|
| 22 | qq | qq.com |
|
|
|
|
| 23 | soundcloud | soundcloud.com |
|
|
|
|
| 24 | shutterstock | shutterstock.com |
|
|
|
|
| 25 | slack | slack.com |
|
|
|
|
| 26 | sourcerer | sourcerer.io |
|
|
|
|
| 27 | stackoverflow | stackoverflow.com |
|
|
|
|
| 28 | steam | steampowered.com |
|
|
|
|
| 29 | telegram | telegram.org |
|
|
|
|
| 30 | twitch | twitch.tv |
|
|
|
|
| 31 | twitter | twitter.com |
|
|
|
|
| 32 | youtube | youtube.com |
|
|
|
|
| | other | - |
|
|
|
|
|
|
|
|
---
|
|
|
|
|
2020-09-24 08:02:20 +02:00
|
|
|
## Share Icons
|
2020-09-17 10:58:09 +02:00
|
|
|
|
|
|
|
| No. | Platform |
|
|
|
|
| --- | -------- |
|
|
|
|
| 1 | facebook |
|
|
|
|
| 2 | linkedin |
|
|
|
|
| 3 | reddit |
|
|
|
|
| 4 | telegram |
|
|
|
|
| 5 | twitter |
|
|
|
|
| 6 | whatsapp |
|
|
|
|
|
|
|
|
Usage:
|
|
|
|
|
|
|
|
```yml
|
|
|
|
params:
|
|
|
|
ShowShareButtons: true
|
|
|
|
```
|
|
|
|
|
|
|
|
![](https://i.ibb.co/sPN8bgd/paper-mod-share-butons.png)
|