simple-icons/src/header.html

209 lines
7.7 KiB
HTML
Raw Normal View History

2015-10-14 18:52:04 +03:00
<!DOCTYPE html>
2015-10-19 13:28:40 +03:00
<html lang="en" prefix="og: http://ogp.me/ns#">
2015-10-14 18:52:04 +03:00
<head>
<meta charset="utf-8">
2015-10-19 13:28:40 +03:00
<meta http-equiv="x-ua-compatible" content="ie=edge">
2016-02-24 14:20:02 +03:00
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
2015-10-19 13:28:40 +03:00
<link rel="canonical" href="https://simpleicons.org">
2017-01-11 16:10:23 +03:00
<link rel="dns-prefetch" href="//cdn.carbonads.com">
<link rel="dns-prefetch" href="//srv.carbonads.net">
<link rel="dns-prefetch" href="//assets.servedby-buysellads.com">
<link rel="dns-prefetch" href="//ad.atdmt.com">
2015-10-19 13:39:45 +03:00
<link rel="dns-prefetch" href="//github.com">
2015-10-14 18:52:04 +03:00
<title>Simple Icons</title>
2015-10-19 13:28:40 +03:00
<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">
2015-12-11 15:26:08 +03:00
<meta property="og:image" content="https://simpleicons.org/images/og.png">
2015-10-19 13:28:40 +03:00
<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">
2015-10-22 16:57:08 +03:00
<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">
2015-10-19 19:57:49 +03:00
<meta name="google-site-verification" content="jn6XSTOvKDg-FP9-O7SUw5qU1CxPOaqhAeNUEkNrz_M">
2015-10-22 16:57:08 +03:00
<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">
2015-10-14 18:52:04 +03:00
<style>
html {
2017-01-11 16:31:59 +03:00
font-size: 100%;
2015-10-14 18:52:04 +03:00
}
body {
2015-10-20 16:46:08 +03:00
background-color: #FFF;
2017-01-11 16:31:59 +03:00
color: #424242;
2016-02-24 14:27:48 +03:00
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
2017-01-11 16:31:59 +03:00
font-kerning: normal;
-webkit-font-variant-ligatures: common-ligatures;
font-variant-ligatures: common-ligatures;
2015-10-14 18:52:04 +03:00
font-weight: 400;
line-height: 1.5rem;
margin: 0;
}
a {
2017-01-11 16:31:59 +03:00
color: #0091EA;
2015-10-14 18:52:04 +03:00
}
a:focus, a:hover {
2017-01-11 16:31:59 +03:00
color: #00B0FF;
}
p {
margin: 1.5rem 0 0;
2015-10-14 18:52:04 +03:00
}
.navbar {
2015-12-10 18:51:15 +03:00
font-size: 0.75rem;
2015-12-10 19:51:22 +03:00
line-height: 1.125rem;
2015-12-10 18:51:15 +03:00
padding: 1.5rem;
2015-10-14 18:52:04 +03:00
}
.title {
font-size: 1rem;
2015-11-19 15:37:13 +03:00
font-weight: 600;
2015-10-14 18:52:04 +03:00
margin: 0;
2015-10-19 10:51:30 +03:00
padding: 0;
2015-12-10 18:51:15 +03:00
text-transform: uppercase;
2015-10-14 18:52:04 +03:00
}
2017-01-11 16:31:59 +03:00
.btn {
background-color: #00C853;
2015-12-10 18:51:15 +03:00
border-radius: 0.125rem;
color: #FFF;
2017-01-11 16:31:59 +03:00
display: inline-block;
2015-12-10 18:51:15 +03:00
font-weight: 700;
padding: 0.75rem 1.5rem;
2015-10-19 10:51:30 +03:00
text-align: center;
2015-12-10 18:51:15 +03:00
text-decoration: none;
2015-10-19 10:51:30 +03:00
}
2017-01-11 16:31:59 +03:00
.btn:focus, .btn:hover {
background-color: #00E676;
2015-12-10 18:51:15 +03:00
color: #FFF;
2015-10-14 18:52:04 +03:00
}
2015-12-10 18:51:15 +03:00
.site-main {
width: 100%;
2015-10-28 17:57:38 +03:00
}
2015-10-14 18:52:04 +03:00
.tiles {
display: flex;
flex-wrap: wrap;
list-style: none;
2015-12-10 18:51:15 +03:00
margin: 1.25rem 1.25rem;
2015-10-14 18:52:04 +03:00
padding: 0;
}
.tiles li {
box-sizing: border-box;
background: #424242;
2015-10-14 18:52:04 +03:00
border: 0.25rem solid #FFF;
color: #FFF;
2015-11-19 15:37:13 +03:00
font-size: 0.8125rem;
2015-10-15 16:30:13 +03:00
line-height: 1rem;
2016-08-04 17:48:09 +03:00
padding: 1rem 0.75rem;
2016-02-24 14:13:09 +03:00
/*text-transform: uppercase;*/
2015-10-14 18:52:04 +03:00
width: 100%;
}
2015-11-06 21:50:13 +03:00
.tiles ::selection {
background: #FFF;
color: #424242;
2015-11-06 21:50:13 +03:00
}
.tiles ::-moz-selection {
background: #FFF;
color: #424242;
2015-11-06 21:50:13 +03:00
}
2015-10-20 11:03:57 +03:00
.tile-name {
color: #FFF;
2015-10-20 11:03:57 +03:00
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: calc(100% - 4rem);
}
2015-10-16 13:09:43 +03:00
.tiles svg {
2015-10-15 16:30:13 +03:00
float: left;
height: 2rem;
margin: -0.5rem 0 0 0;
2017-01-11 16:31:59 +03:00
padding: 0.5rem 1.25rem 0 0.5rem;
width: 2rem;
}
.tiles path, .tiles ellipse, .tiles circle {
fill: #FFF;
}
2015-10-15 16:30:13 +03:00
.hex {
2015-11-19 15:37:13 +03:00
font-size: 0.75rem;
2015-10-15 16:30:13 +03:00
opacity: 0.5;
2015-11-19 15:37:13 +03:00
text-transform: uppercase;
}
2017-01-11 16:31:59 +03:00
.tiles__item:active .hex, .tiles__item:focus .hex, .tiles__item:hover .hex {
opacity: 1;
2015-10-15 16:30:13 +03:00
}
2015-12-10 18:51:15 +03:00
@media (min-width: 800px) { .tiles li { width: 50%; } }
@media (min-width: 1000px) { .tiles li { width: 33.333%; } }
2016-08-04 17:48:09 +03:00
@media (min-width: 1100px) { .tiles li { width: 25% } }
@media (min-width: 1400px) { .tiles li { width: 20% } }
@media (min-width: 1600px) { .tiles li { width: 16.666% } }
@media (min-width: 1900px) { .tiles li { width: 12.5% } }
@media (min-width: 2300px) { .tiles li { width: 10% } }
.icon--link:hover .tile-name, .icon--link:active .tile-name, .icon--link:focus .tile-name {
text-decoration: underline;
}
2015-10-14 18:52:04 +03:00
.footer {
margin: 3rem;
}
.footer p {
2015-11-19 15:37:13 +03:00
font-size: 0.8125rem;
2015-10-16 17:41:26 +03:00
margin: 1.5rem auto 0;
2015-11-19 15:37:13 +03:00
max-width: 25.5rem;
2015-10-14 18:52:04 +03:00
text-align: center;
}
2017-01-11 16:31:59 +03:00
.ad {
background-color: #F0F0F0;
margin: 1.5rem 0 0;
2015-12-10 18:52:45 +03:00
padding: 0.75rem;
}
2015-12-10 18:57:49 +03:00
.carbon-wrap:after {
clear: both;
content: " ";
display: table;
}
.carbon-img {
float: left;
2016-03-02 13:47:56 +03:00
line-height: 0;
2015-12-10 18:57:49 +03:00
}
.carbon-text {
float: right;
2015-12-10 19:00:41 +03:00
width: calc(100% - 130px - 0.75rem);
2015-12-10 18:54:25 +03:00
}
.carbon-poweredby {
color: #BDBDBD;
2015-12-10 18:56:22 +03:00
display: block;
2015-12-10 19:02:01 +03:00
margin: 0.25rem 0 0;
2015-12-10 19:00:00 +03:00
text-align: center;
2015-12-10 18:56:22 +03:00
text-decoration: none;
2015-12-10 18:54:25 +03:00
}
2015-12-10 18:51:15 +03:00
@media (min-width: 600px) {
body {
display: flex;
}
.navbar {
padding: 1.5rem 0 1.5rem 1.5rem;
width: 18.5rem;
}
.site-main {
width: calc(100% - 20rem);
}
}
2015-10-14 18:52:04 +03:00
</style>
</head>
<body>
<header class="navbar" role="banner">
2017-01-11 16:31:59 +03:00
<h1 class="title">Simple Icons</h1>
<p><strong>SVG icons for popular brands.</strong> This project is maintained by <a href="https://twitter.com/bathtype">Dan Leech</a>. Contributions, corrections &amp; requests can be left on <a href="https://github.com/danleech/simple-icons">GitHub</a>. Company logos in icons are copyright of their respective owners.</p>
<p>
<a href="https://github.com/danleech/simple-icons/tree/gh-pages/icons" class="btn">Download from GitHub</a>
</p>
<p><a href="https://twitter.com/intent/tweet?text=This%20free%20set%20of%20SVG%20icons%20for%20popular%20brands%20is%20a%20great%20web%20design%20resource!&url=https%3A%2F%2Fsimpleicons.org&via=bathtype&hashtags=icons,svg,webdesign" target="_blank">Sharing this page on Twitter</a> will help bring in new users and new requests that will help this icon set grow!</p>
<div class="ad">
2015-12-10 18:51:15 +03:00
<script async type="text/javascript" src="https://cdn.carbonads.com/carbon.js?zoneid=1696&serve=CVYD42T&placement=simpleiconsorg" id="_carbonads_js"></script>
</div>
2015-10-14 18:52:04 +03:00
</header>
2015-12-10 18:51:15 +03:00
<main class="site-main" role="main">