1
0
mirror of https://github.com/konpa/devicon.git synced 2025-02-24 09:12:36 +01:00
devicon/docs/index.html

221 lines
11 KiB
HTML
Raw Normal View History

2014-11-30 19:57:31 +01:00
<!DOCTYPE html>
2020-12-12 19:09:32 -08:00
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js">
<!--<![endif]-->
2014-11-30 19:28:43 +01:00
<head>
2014-11-30 19:57:31 +01:00
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
2020-12-12 19:09:32 -08:00
<title>DEVICON | All programming languages and development tools related icons font</title>
2021-11-22 10:57:04 -06:00
<meta name="description" content="Devicon aims to gather all logos representing development languages and tools in one font. 🚀">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2020-12-13 13:50:42 -08:00
<link rel="icon" type="image/x-icon" href="./logos/favicon.ico" sizes="196x196">
2020-12-12 19:09:32 -08:00
<link rel="apple-touch-icon" sizes="57x57" href="./logos/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="./logos/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="./logos/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="./logos/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="./logos/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="./logos/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="./logos/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="./logos/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="./logos/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="./logos/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="./logos/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="./logos/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="./logos/favicon-16x16.png" sizes="16x16">
2020-12-13 13:50:42 -08:00
<link rel="manifest" href="./manifest.json">
2020-12-12 19:09:32 -08:00
<link rel="mask-icon" href="./logos/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-TileImage" content="./logos/mstile-144x144.png">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon/devicon.min.css">
2020-12-13 13:50:42 -08:00
<link rel="stylesheet" href="./assets/css/style.css">
2021-11-22 10:57:04 -06:00
<meta property="og:title" content="Devicon" />
<meta property="og:image" content="https://raw.githubusercontent.com/devicons/devicon/master/icons/devicon/devicon-original-wordmark.svg" />
<meta property="og:url" content="https://devicon.dev" />
<meta property="og:type" content="website" />
<meta property="og:locale" content="en_US" />
<meta property="og:description" content="Devicon aims to gather all logos representing development languages and tools in one font. 🚀" />
2014-11-30 19:28:43 +01:00
</head>
2020-12-12 19:09:32 -08:00
<body ng-app="devicon" ng-controller="IconListCtrl">
<link rel="stylesheet" ng-if="latestReleaseTagging" ng-href="https://cdn.jsdelivr.net/gh/devicons/devicon@{{ latestReleaseTagging }}/devicon.min.css">
2014-11-30 19:57:31 +01:00
<!--[if lt IE 7]>
2020-12-12 19:09:32 -08:00
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
2014-11-30 19:57:31 +01:00
<![endif]-->
<noscript style="color:red; text-align:center;">
<h1>To use this website, JavaScript needs to be enabled.</h1>
<p>You can come back when you turn it on though :)</p>
</noscript>
2020-12-12 19:09:32 -08:00
<div class="borders"></div>
2014-11-30 19:57:31 +01:00
2020-12-12 19:09:32 -08:00
<div class="container">
<header class="clearfix">
<h1>Devicon <span><a href="https://github.com/devicons/devicon/releases">{{ latestReleaseTagging }}</a></span></h1>
2020-12-12 19:09:32 -08:00
<h2>Devicon is a set of icons representing programming languages, designing & development tools. You can use it as a font or directly copy/paste the svg code into your project.</h2>
<h3>(Super) Quick Setup</h3>
<h5>First select an icon on the right, then select the version below and copy/paste the code into your project.</h5>
<ul>
<li>
2021-12-21 13:52:58 -08:00
<h4>
Font versions
<img src="./assets/img/color_wheel.png" class='colorPicker'>
<span class='colorPickerMenu'>
<span>
<input type='color' value='#60be86' ng-model="fontBackground">
Background Color
</span>
<br>
<span>
<input type='checkbox' id='checkboardInput' class='checkerboardInput'>
<label for='checkboardInput' >Checkerboard</label>
</span>
<br>
<button class='colorPickerResetBtn'>Reset</button>
</span>
</h4>
<p>
Place this in your header (once per HTML file)
<span>
<img src="./assets/img/copy.svg" class='copyBtn' ng-click="copyToClipboard($event, 'headerLinkCode')">
<span class='tooltip'></span>
</span>
</p>
<div class="cde" id='headerLinkCode'>
&lt;link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@{{ latestReleaseTagging }}/devicon.min.css"&gt;
</div>
2020-12-12 19:09:32 -08:00
<ul class="icons-list">
<div ng-repeat="fontVersion in selectedIcon.font">
<li ng-click="selectFont(fontVersion, false, $index)" ng-class="{'selected-version' : ($index == selectedFontIndex && !colored)}" ng-style="{'background-color': fontBackground}">
2020-12-12 19:09:32 -08:00
<i class="devicon-{{selectedIcon.name}}-{{fontVersion}}"></i>
</li>
<li ng-click="selectFont(fontVersion, true, $index)" ng-class="{'selected-version' : ($index == selectedFontIndex && colored)}" ng-style="{'background-color': fontBackground}">
2020-12-12 19:09:32 -08:00
<i class="devicon-{{selectedIcon.name}}-{{fontVersion}} colored"></i>
</li>
</div>
</ul>
<p>
Place this in your body
<span>
<img src="./assets/img/copy.svg" class='copyBtn' ng-click="copyToClipboard($event, 'iconClassCode')">
<span class='tooltip'></span>
</span>
</p>
<div class="cde" id="iconClassCode">
2020-12-12 19:09:32 -08:00
&lt;i class="devicon-{{selectedIcon.name}}-{{selectedFontIcon}}<span ng-if="colored"> colored</span>"&gt;&lt;/i&gt;<br />
</div>
<p><i>*To change the size, change the <code>i</code> element's <code>font-size</code> attribute.</i></p>
2020-12-12 19:09:32 -08:00
</li>
<li>
<h4>SVG versions <input type='color' value='#60be86' ng-model="svgBackground"></h4>
2020-12-12 19:09:32 -08:00
<ul class="icons-list">
<li ng-repeat="svgVersion in selectedIcon.svg" ng-click="selectSvg(svgVersion, $index)" ng-class="{'selected-version' : $index == selectedSvgIndex}" ng-style="{'background-color': svgBackground}">
<img ng-src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/{{selectedIcon.name}}/{{selectedIcon.name}}-{{svgVersion}}.svg">
2020-12-12 19:09:32 -08:00
</li>
</ul>
<p>
Using &lt;img&gt; element
<span>
<img src="./assets/img/copy.svg" class='copyBtn' ng-click="copyToClipboard($event, 'imgCode')">
<span class='tooltip'></span>
</span>
</p>
<div class="cde" id='imgCode'>
&lt;img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/{{selectedIcon.name}}/{{selectedIcon.name}}-{{selectedIcon.svg[selectedSvgIndex]}}.svg" /&gt;<br />
</div>
<p><i>*To change the size, change the <code>img</code>'s <code>height</code> and <code>width</code> attributes.</i></p>
<br />
<p>
Using Pure SVG
<span>
<img src="./assets/img/copy.svg" class='copyBtn' ng-click="copyToClipboard($event, 'svgCode')">
<span class='tooltip'></span>
</span>
</p>
<div class="cde" id='svgCode'>
&lt;svg viewBox="0 0 128 128"&gt;<br />
<div class="cde-ind">{{selectedSvgIcon}}</div>
&lt;/svg&gt;
2020-12-12 19:09:32 -08:00
</div>
<p><i>*To change the size, change the <code>svg</code>'s <code>height</code> and <code>width</code> attributes.</i></p>
2020-12-12 19:09:32 -08:00
</li>
</ul>
<h3>GitHub repository</h3>
<h5>If you prefer a local install, you can download all the files on the GitHub repository.</h5>
2020-12-12 19:09:32 -08:00
<p class="download">
2020-12-28 19:54:39 +01:00
<a href="https://github.com/devicons/devicon/archive/master.zip"><i class="devicon-github-original"></i>DOWNLOAD</a>
2020-12-12 19:09:32 -08:00
</p>
<p class="download">
<a href="https://github.com/devicons/devicon/" target="blank"><i class="devicon-github-original"></i>GO TO THE REPOSITORY</a>
2020-12-12 19:09:32 -08:00
</p>
<p class="download">
2020-12-28 19:54:39 +01:00
<a href="https://github.com/devicons/devicon/blob/master/CONTRIBUTING.md" target="blank"><i class="devicon-github-original"></i>CONTRIBUTE</a>
2020-12-12 19:09:32 -08:00
</p>
<p class="download">
<a href="https://discord.gg/hScy8KWACQ" target="blank"><i class="discord-logo"></i>DISCORD SERVER</a>
</p>
2020-12-12 19:09:32 -08:00
<p class="footer">
Originally created by <a href="https://github.com/konpa">Konpa</a> (under <a href="https://github.com/devicons/devicon/blob/master/LICENSE">MIT License</a>) and <br />
supported by various <a href="https://github.com/devicons/devicon/graphs/contributors">contributors</a>.<br />
Copyright &copy; 2015 <a href="https://github.com/konpa">Konpa</a><br />
<br />
2021-12-21 13:52:58 -08:00
Final font build with <a href="https://icomoon.io/">Icomoon</a><br />
2020-12-12 19:09:32 -08:00
<br />
<i>All product names, logos, and brandsare property of their respective owners. All company, product and service names used in this website are for identification purposes only. Use of these names, logos, and brands does not imply endorsement.</i>
</p>
</header>
<div class="main">
<div class="search">
<input type="text" placeholder="Search for icons" ng-model="search">
</div>
<ul class="cbp-ig-grid">
<li ng-repeat="icon in icons | filter:search">
<span ng-class="{'selected': icon.selected}" ng-click="selectIcon(icon)">
<i class="cbp-ig-icon devicon-{{icon.main}}"></i>
<h3 class="cbp-ig-title">{{icon.name}}</h3>
</span>
</li>
</ul>
2014-11-30 19:28:43 +01:00
</div>
2014-11-30 19:57:31 +01:00
</div>
2014-11-30 19:28:43 +01:00
2020-12-12 19:09:32 -08:00
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.19/angular.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.19/angular-sanitize.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.19/angular-animate.min.js"></script>
<script>
document.write("<script src='assets/js/script.js?" + Date.now() + "'><\/script>");
</script>
2020-12-12 19:09:32 -08:00
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-45588276-4', 'devicon.fr');
ga('send', 'pageview');
</script>
2014-11-30 19:28:43 +01:00
</body>
</html>