font-awesome基礎教學
Icons
fontawesome主要就是用來取得一些漂亮的圖標的,
以下這些是常用的前端圖標庫:
- fontawesome
- fontello
- livicons
- ionicons
- material
- iconfont (阿里巴巴)
- ★★★ thenounproject : 大推這個,可以下載svg圖形
- ★ SVG背景圖片下載: svgbackgrounds.com
每一種都有提供CSS, JS等等幫助您快速應用,而本篇只講fontawesome
cdnjs, jsdelivr, unpkg
取得線上的CSS, JS
- cdnjs.com/libraries
- tableexport.jquery.plugin
- 點進去下方有一個搜尋,輸入之後可以搜尋到npm有的項目
- https://unpkg.com/
- 例如: jspdf.umd.min.js
搜尋自己要的套件,有名的套件應該都可以找的到
SRI Hash
Generate Subresource Integrity (SRI) attributes
通常我們會在CSS或者JS中新增:integrity=sha...來防止文件被串改的可能性發生
https://www.srihash.org/ 可以幫助您產生,把資源的連結貼上去即可
免費版本常用的icon
<a href=""><i class="fas fa-download fa-2x"></i></a>(可當作hugo, autohotkey等等)
<i class='fas fa-h-square' style='color: #e844a8'></i>動物-龍:
<i class='fas fa-dragon' style='color: #FF0000'></i>book:
<i class="fas fa-book-open fa-2x" style="color:#fd7e14;"></i>link:
my_link<a href="#"><i class="fas fa-link fa-2x" style="color:#fd7e14;"></i><br>my_link</a>
搭配bootstrap
Glyphicons
它的圖形主要是靠css的影響所繪出
但一個缺點是它的css和一般的bootstrap.css有點不同,它的是
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<!--
比較常用的css應該是下面這個
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet">
-->
bootstrap有提供一些glyphs可以用,您可以至連結參考到更多的用法以及可以用的圖標有哪些,這邊我舉一個例子如下
<button type="button" class="btn btn-default btn-sm">
<span class="glyphicon glyphicon-trash"></span> Trash
</button>
button
link:
<button class="btn btn-primary" type="button" onclick="location.href='https://www.google.com/'" {{/* 按鍵也可以變成連結,不建議用a來取代按鈕,有些樣式會跑掉 */}} ><i fas fa-link fa-2x></i> {{/* fontawesome的圖標放這邊 */}} <br>Google {{/* 利用br來換行,模擬文字在按鍵下方 */}} </button>btn+fontawesome+tachyons:
<button class="btn btn-secondary"> {{/* bootstrap */}} <i class="fas fa-undo {{/* fontawesome */}} hover-yellow"></i> {{/* tachyons */}} </button>
Emoji of Unicode
其實Unicode您也可以在這個 網站 上就可以看見了,在比較下面的地方有一個Codepoints,可以看見UNICODE碼位
| name | Icon Desc | Code | Comment | |
|---|---|---|---|---|
| 🌎 | World Emoji Day | 1F30E | ||
| 🌱 | Earth Day | 1F331 | ||
| 🐬 | Dolphin | 1F42C | ||
| 🐳 | Spouting Whale | 1F433 | ||
| 📁 | FILE FOLDER | 1F4C1 | ||
| 📂 | Open File Folder | 1F4C2 | ||
| 📅 | Calendar | 1F4C5 | ||
| 📙 | Orange book | 1F4D9 | ||
| 📓 | Notebook | 1F4D3 | ||
| 📖 | Open Book, docs | 1F4D6 | ||
| 📚 | Books | 1F4DA | ||
| 📜 | Scroll, history, release note | 1F4DC | ||
| 📝 | Memo | 1F4DD | ||
| 🔖 | Bookmark | 1F516 | ||
| 🕮 | Book | 1F56E | ||
| 🖿 | Black Folder | 1F5BF | ||
| 🗂️ | Card Index Dividers | 1F5C2 | ||
| 🧾 | Receipt | 1F9FE | ||
| ❗ | exclamation | 2757 | ||
| ⚠ | Warning sign | 26A0 | ||
| 🔔 | BELL 叮嚀 | 1F514 | ||
| 🕷️ | Spider | 1F577 | ||
| 🐛 | Bug | 1F41B | ||
| 🀄 | 中文 | 1F004 | ||
| 💪 | enhancement | 1F4AA | ||
| ✍ | WRITING HAND、總結 | 270D | ||
| 📰 | NEWSPAPER、歷史文章、資料來源 | 1F4F0 | ||
| 👩💻 | ● 👩:Woman ●💻: Personal computer | ●1F469 ●1F4BB | 這比較特別,他是兩個碼位組合而成的圖案 | |
| 👨💻 | ● 👨:Man ●💻: Personal computer | ●1F468 ●1F4BB | 組合圖案 | |
| 🎮 | Video game | 1F3A3 | ||
| ✨ | SPARKLES Features | 2728 | ||
| ⭐ | WHITE MEDIUM STAR | 2B50 | ||
| 📦 | PACKAGE Installation Guide | 1F4E6 | ||
| 🌈 | RAINBOW Online Examples | 1F308 | ||
| 💿 | OPTICAL DISC | 1F4BF | ||
| 🎨 | ARTIST PALETTE Design Specification | 1F3A8 | ||
| 🖥 | DESKTOP COMPUTER | 1F5A5 | ||
| ⌨ | KEYBOARD | 2328 | ||
| 🕒 | Time | 1F552 | ||
| 🔗 | LINK SYMBOL Links | 1F517 | ||
| 🗺 | WORLD MAP Roadmap | 1F5FA | ||
| 🤝 | Contributing | 1F91D | ||
| 💕 | TWO HEARTS Donation | 1F495 | ||
| ❓ | QUESTION MARK Community Support | 2753 | ||
| ⚡ | High Voltage | 26A1 | ||
| ❌ | Cross Mark | 274C | ||
| ⭕ | hollow_red_circle | 2B55 | ||
| 👍 | Thumbs Up, Yes, Like, 讚 | 1F44D | ||
| 👆 | Pointing Up | 1F446 | ||
| 👇 | Pointing Down | 1F447 | ||
| 👈 | Pointing Left | 1F448 | ||
| 👉 | Pointing Right | 1F449 | ||
| 😂 | Laughing | 1F602 | ||
| 😅 | Grinning Face with Sweat | 1F605 | ||
| 🥴 | Drunk Face Woozy Face Face with Uneven Eyes and Wavy Mouth | 1F974 | ||
| 😵 | DIZZY FACE | 1F635 | ||
| 😎 | SMILING FACE WITH SUNGLASSES | 1F60E | ||
| 😁 | GRINNING FACE WITH SMILING EYES | 1F60E | ||
| 😆 | SMILING FACE WITH OPEN MOUTH AND TIGHTLY-CLOSED EYES | 1F606 | ||
| 🙂 | Slightly Smiling Face | 1F642 | ||
| 🤩 | Star-Struck | 1F929 | ||
| 🥳 | Partying Face | 1F973 | ||
| 🤔 | Thinking Face Emoji | |||
| 🤣 | Rolling on the Floor Laughing, | |||
| 🗑 | deprecated | |||
| 🚮 | deprecated | |||
| ☑ | U+2611 | |||
| ☐ | U+2610 | |||
| 🏆 | Trophy | 1F3C6 | ||
| 🥇 | 1st Place Medal | 1F947 | ||
| 🥈 | 2nd Place Medal | 1F948 | ||
| 🥉 | 3rd Place Medal | 1F949 | ||
| 🏆 | Trophy | 1F3C6 | ||
| 💯 | Hundred points symbol | 1F4AF | ||
| ✍️ | Writing Hand | 270D | ||
| 🎵 | Muscial Note | 1F3B5 | ||
| 📥 | Inbox Tray, download | 1F4E5 | ||
| 🗛 | Decrease Font Size Symbol | 1F5DB | ||
| 🔢 | Input Numbers | 1F522 | ||
| 🔨 | Hammer | 1F528 | ||
| ⚙ | Gear | 2699 | ||
| ⏩ | fast right | 23E9 | ||
| ▸ | 條列式符號 | U+25B8 | ||
| ▾ | U+25BE | |||
| ✂️ | Scissors | 2702 | ||
| ⬇️ | Down Arrow, Download | 2B07 | ||
| 📈 | Chart Increasing | 1F4C8 | ||
| 📉 | Chart Decreasing | 1F4C9 | ||
| 📊 | Bar Chart | 1F4CA | ||
| 📢 | Loudspeaker, Announcement 廣播 | 1F4E2 | ||
| 📹 | Video Camera | 1F4F9 | ||
| 📺 | Television | 1F4FA | ||
| 🔑 | Key | 1F511 | ||
| 🔒 | Locked 安全性 | 1F512 | ||
| 🔥 | Fire | 1F525 | ||
| 🕹️ | Joystick | 1F579 |
相關連結
在.github文件夾中可能有用的圖標
| Unicode字元 | Desc | 建議bg顏色 |
|---|---|---|
| 🐛bug | Something isn’t working | #d73a4a ■ |
| 📰documentation | Improvements or additions to documentation | #0075ca ■ |
| 💬discussion | discussion some topics | #ff99e6 ■ |
| 👍good first issue | Good for newcomers | #7057FF ■ |
| 💪enhancement | New feature or request | #faf47d ■ |
| 🙏help wanted | Extra attention is needed | #0088672 ■ |
| 🔧fix | fix the problem | |
| ❓question | Further information is requested | #000000 ■ |
| 📝todo | 代辦事項 | #44fcf9 ■ |
| 💡proposal | 提案 | #0052cc ■ |
| 🚧pending | 待辦 | #cfcfcf ■ |
| 🚮deprecated | deprecated (將來會廢棄的項目) | #000000 ■ |
| 🀄zh | lang: 中文 | #e8e8e3 ■ |
| en | english | #e8e8e3 ■ |
| – | ||
| ⏩shortcode | Shortcode | #e8e8e3 ■ |
| 🔎search | about search | #e8e8e3 ■ |
| 🧙tutorial | tutorial | #e8e8e3 ■ |
github中README可能可以用到的圖標
- 🔭 I’m currently working on …
- 🌱 I’m currently learning …
- 👯 I’m looking to collaborate on …
- 🤔 I’m looking for help with …
- 💬 Ask me about …
- 📫 How to reach me: …
- 😄 Pronouns: …
- ⚡ Fun fact: …
Shields.io
蒐集一些我認為比較有用到的圖例
| 成品 | 說明 | 代碼 |
|---|---|---|
| 可以用圖片+連結的方式來呈現 | [](https://play.golang.org/p/eqjvu-vO8sr) |