mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-02-12 04:01:07 +03:00
182 lines
6.1 KiB
HTML
182 lines
6.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" prefix="og: http://ogp.me/ns#">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
<meta name="viewport" content="initial-scale=1, minimum-scale=1, shrink-to-fit=no, width=device-width">
|
|
<link rel="canonical" href="https://simpleicons.org">
|
|
<link rel="preconnect" href="//github.com">
|
|
<title>Simple Icons</title>
|
|
<meta name="description" content="SVG icons for popular brands.">
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:title" content="Simple Icons">
|
|
<meta property="og:description" content="SVG icons for popular brands.">
|
|
<meta property="og:url" content="https://simpleicons.org">
|
|
<meta property="og:site_name" content="Simple Icons">
|
|
<meta property="og:image" content="https://simpleicons.org/images/og.png">
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta name="twitter:title" content="Simple Icons">
|
|
<meta name="twitter:description" content="SVG icons for popular brands.">
|
|
<meta name="twitter:site" content="@bathtype">
|
|
<meta name="twitter:domain" content="Simple Icons">
|
|
<meta name="twitter:image:src" content="https://simpleicons.org/images/og.png">
|
|
<link rel="icon" type="image/x-icon" href="https://simpleicons.org/images/favicon.ico">
|
|
<link rel="icon" type="image/png" href="https://simpleicons.org/images/favicon.png">
|
|
<link rel="apple-touch-icon" href="https://simpleicons.org/images/apple-touch-icon.png">
|
|
<link rel="mask-icon" href="https://simpleicons.org/images/logo.svg" color="#111111">
|
|
<style>
|
|
:root {
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
|
font-size: 100%;
|
|
line-height: 1.5rem;
|
|
}
|
|
body {
|
|
background-color: #FFF;
|
|
color: #424242;
|
|
margin: 0;
|
|
}
|
|
a {
|
|
color: #0091EA;
|
|
}
|
|
a:hover h2, a:active h2, a:focus h2 {
|
|
text-decoration: underline;
|
|
}
|
|
aside {
|
|
background-color: #F0F0F0;
|
|
margin: 1.5rem 0 0;
|
|
padding: 0.75rem;
|
|
}
|
|
aside a {
|
|
color: #424242;
|
|
}
|
|
aside span {
|
|
text-transform: none;
|
|
}
|
|
p {
|
|
margin: 1.5rem 0 0;
|
|
}
|
|
h1 {
|
|
font-size: 1rem;
|
|
font-weight: 700;
|
|
line-height: 1.5rem;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
header {
|
|
font-size: 0.75rem;
|
|
line-height: 1.125rem;
|
|
padding: 1.5rem;
|
|
}
|
|
.btn {
|
|
background-color: #00C853;
|
|
border-radius: 0.125rem;
|
|
color: #FFF;
|
|
display: inline-block;
|
|
font-weight: 700;
|
|
padding: 0.75rem 1.5rem;
|
|
text-decoration: none;
|
|
}
|
|
.btn:focus, .btn:hover {
|
|
background-color: #00E676;
|
|
color: #FFF;
|
|
}
|
|
main {
|
|
width: 100%;
|
|
}
|
|
ul {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
list-style: none;
|
|
margin: 1.5rem calc(1.5rem - 1px) calc(1.5rem - 1px) 1.5rem;
|
|
padding: 0;
|
|
}
|
|
li {
|
|
box-sizing: border-box;
|
|
background: #424242;
|
|
color: #FFF;
|
|
font-size: 0.8125rem;
|
|
line-height: 1rem;
|
|
margin: 0 1px 1px 0;
|
|
padding: 1rem 0.75rem;
|
|
width: calc(100% - 1px);
|
|
}
|
|
h2 {
|
|
color: #FFF;
|
|
display: inline-block;
|
|
font-size: 0.8125rem;
|
|
font-weight: 400;
|
|
line-height: 1rem;
|
|
margin: 0;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
width: calc(100% - 4rem);
|
|
}
|
|
svg {
|
|
float: left;
|
|
height: 2rem;
|
|
margin: -0.5rem 0 0 0;
|
|
padding: 0.5rem 1.25rem 0 0.5rem;
|
|
width: 2rem;
|
|
}
|
|
path, ellipse, circle {
|
|
fill: #FFF;
|
|
}
|
|
span {
|
|
font-size: 0.75rem;
|
|
opacity: 0.5;
|
|
text-transform: uppercase;
|
|
}
|
|
@media (min-width: 800px) { li { width: calc(50% - 1px) } }
|
|
@media (min-width: 1000px) { li { width: calc(33.333% - 1px) } }
|
|
@media (min-width: 1100px) { li { width: calc(25% - 1px) } }
|
|
@media (min-width: 1400px) { li { width: calc(20% - 1px) } }
|
|
@media (min-width: 1600px) { li { width: calc(16.666% - 1px) } }
|
|
@media (min-width: 1900px) { li { width: calc(12.5% - 1px) } }
|
|
@media (min-width: 2300px) { li { width: calc(10% - 1px) } }
|
|
.carbon-wrap:after {
|
|
clear: both;
|
|
content: " ";
|
|
display: table;
|
|
}
|
|
.carbon-img {
|
|
float: left;
|
|
line-height: 0;
|
|
}
|
|
.carbon-text {
|
|
float: right;
|
|
width: calc(100% - 130px - 0.75rem);
|
|
}
|
|
.carbon-poweredby {
|
|
color: #BDBDBD;
|
|
display: block;
|
|
margin: 0.75rem 0 0;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
}
|
|
@media (min-width: 600px) {
|
|
body {
|
|
display: flex;
|
|
}
|
|
header {
|
|
padding: 1.5rem 0 1.5rem 1.5rem;
|
|
width: 18.5rem;
|
|
}
|
|
main {
|
|
width: calc(100% - 20rem);
|
|
}
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<header role="banner">
|
|
<h1>Simple Icons</h1>
|
|
<p><strong>SVG icons for popular brands</strong>, maintained by <a href="https://twitter.com/bathtype">Dan Leech</a>. Contributions, corrections & requests can be made on <a href="https://github.com/danleech/simple-icons">GitHub</a>.</p>
|
|
<p><a href="https://github.com/danleech/simple-icons/tree/gh-pages/icons" class="btn">Download from GitHub</a></p>
|
|
<aside role="complementary">
|
|
<script async type="text/javascript" src="https://cdn.carbonads.com/carbon.js?zoneid=1696&serve=CVYD42T&placement=simpleiconsorg" id="_carbonads_js"></script>
|
|
</aside>
|
|
</header>
|
|
<main role="main">
|