simple-icons/src/header.html

182 lines
6.1 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">
2017-02-02 16:26:55 +03:00
<meta name="viewport" content="initial-scale=1, minimum-scale=1, shrink-to-fit=no, width=device-width">
2015-10-19 13:28:40 +03:00
<link rel="canonical" href="https://simpleicons.org">
<link rel="preconnect" 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">
<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>
2017-02-15 18:09:54 +03:00
:root {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
font-size: 100%;
2017-02-15 18:09:54 +03:00
line-height: 1.5rem;
}
body {
background-color: #FFF;
color: #424242;
margin: 0;
}
a {
color: #0091EA;
}
2017-02-15 18:09:54 +03:00
a:hover h2, a:active h2, a:focus h2 {
text-decoration: underline;
}
2017-02-15 18:09:54 +03:00
aside {
background-color: #F0F0F0;
margin: 1.5rem 0 0;
2017-02-15 18:09:54 +03:00
padding: 0.75rem;
}
2017-02-15 18:09:54 +03:00
aside a {
color: #424242;
}
2017-02-15 18:12:10 +03:00
aside span {
text-transform: none;
}
2017-02-15 18:09:54 +03:00
p {
margin: 1.5rem 0 0;
}
2017-02-15 18:09:54 +03:00
h1 {
font-size: 1rem;
2017-02-23 14:45:33 +03:00
font-weight: 600;
2017-02-15 18:09:54 +03:00
line-height: 1.5rem;
margin: 0;
padding: 0;
}
2017-02-15 18:09:54 +03:00
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;
2017-02-23 14:45:33 +03:00
font-weight: 600;
padding: 0.75rem 1.5rem;
text-decoration: none;
}
.btn:focus, .btn:hover {
background-color: #00E676;
color: #FFF;
}
2017-02-15 18:09:54 +03:00
main {
width: 100%;
}
2017-02-15 18:09:54 +03:00
ul {
display: flex;
flex-wrap: wrap;
list-style: none;
2017-02-15 18:09:54 +03:00
margin: 1.5rem calc(1.5rem - 1px) calc(1.5rem - 1px) 1.5rem;
padding: 0;
}
2017-02-15 18:09:54 +03:00
li {
box-sizing: border-box;
background: #424242;
color: #FFF;
font-size: 0.8125rem;
line-height: 1rem;
2017-02-15 18:09:54 +03:00
margin: 0 1px 1px 0;
padding: 1rem 0.75rem;
2017-02-15 18:09:54 +03:00
width: calc(100% - 1px);
}
2017-02-15 18:09:54 +03:00
h2 {
color: #FFF;
display: inline-block;
2017-02-15 18:09:54 +03:00
font-size: 0.8125rem;
font-weight: 400;
line-height: 1rem;
margin: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: calc(100% - 4rem);
}
2017-02-15 18:09:54 +03:00
svg {
float: left;
height: 2rem;
margin: -0.5rem 0 0 0;
padding: 0.5rem 1.25rem 0 0.5rem;
width: 2rem;
}
2017-02-15 18:09:54 +03:00
path, ellipse, circle {
fill: #FFF;
}
2017-02-15 18:09:54 +03:00
span {
font-size: 0.75rem;
opacity: 0.5;
text-transform: uppercase;
}
2017-02-15 18:09:54 +03:00
@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;
}
2017-02-15 18:09:54 +03:00
header {
padding: 1.5rem 0 1.5rem 1.5rem;
width: 18.5rem;
}
2017-02-15 18:09:54 +03:00
main {
width: calc(100% - 20rem);
}
}
</style>
2015-10-14 18:52:04 +03:00
</head>
<body>
2017-02-15 18:09:54 +03:00
<header role="banner">
<h1>Simple Icons</h1>
2017-02-06 21:34:58 +03:00
<p><strong>SVG icons for popular brands</strong>, maintained by <a href="https://twitter.com/bathtype">Dan&nbsp;Leech</a>. Contributions, corrections &amp; 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>
2017-02-15 18:09:54 +03:00
<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>
2017-02-06 21:34:58 +03:00
</header>
2017-02-15 18:09:54 +03:00
<main role="main">