Skip to content

takeyari/archimg-jp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ArchLinuxJP Images

ArchLinuJP用に作成したアイコンやArchLinux関連の画像リンクなどを掲載します。

ArchLinuxJP

ArchLinux

$ sudo pacman -S imagemagick
$ convert -resize 120x120 input.png output.png

ArchLinux関連の画像リンク

IconFinder

https://www.iconfinder.com

IconFinderは、豊富な種類のアイコンが公開されているサイトです。

IcoMoon

https://icomoon.io

IcoMoonは、オリジナルのWebフォントを作成できます。

アイコンフォントのメリットは、CSSによるエフェクトが追加できる点などです。例えば、マウスオーバーでアイコンを光らせることも可能。

したがって、例えば、Webサイトの顔となるようなアイコン部分は、Webフォントで作成する方が良いとされています。

./font/icomoon/demo.html

<span class="icon-archlinux"></span>
.icon-archlinux:before {
    content: "\e900";
}
<p> &#xe900; ArchLinux </p>

FontAwesome

http://fortawesome.github.io

FontAwesomeは、Webフォント業界では、最も有名なサイトです。BootStrapなどと合わせてよく使われているのを見かけます。

残念ながら、Linuxのものは用意されているものの、ArchLinuxのものはありません。その場合、先ほど挙げたIcoMoonで自作することになります。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 48.0%
  • HTML 38.5%
  • JavaScript 13.5%