1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2024-12-16 01:10:30 +02:00

Adds social tags and images

This commit is contained in:
Dan Leech 2017-04-26 17:53:39 +01:00
parent 47dcf37aa8
commit 6734ec8214
7 changed files with 24 additions and 2 deletions

View File

@ -8,7 +8,8 @@ SVG icons for popular brands. [See them all on one page at **simpleicons.org**](
- [x] Jekyll code for sorting icons by hue - [x] Jekyll code for sorting icons by hue
- [ ] JS search function - [ ] JS search function
- [ ] Analytics tracking for icon clicks - [ ] Analytics tracking for icon clicks
- [ ] Social sharing tags - [x] Social sharing tags
- [ ] AMP support - [ ] AMP support
- [ ] New README.md - [ ] New README.md
- [ ] New CONTRIBUTING.md - [ ] New CONTRIBUTING.md
- [ ] Use Gitflow

View File

@ -96,8 +96,28 @@
<html lang="en-gb"> <html lang="en-gb">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta content="initial-scale=1, width=device-width" name="viewport"> <meta content="initial-scale=1, shrink-to-fit=no, width=device-width" name="viewport">
<link href="/css/styles.css" rel="stylesheet"> <link href="/css/styles.css" rel="stylesheet">
<link rel="preconnect" href="//www.google-analytics.com">
<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">
</head> </head>
<body> <body>

BIN
images/apple-touch-icon.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
images/favicon.ico Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

BIN
images/favicon.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

1
images/logo.svg Executable file
View File

@ -0,0 +1 @@
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M10 15h3v1H3v-1h3v-4h1v4h2v-4h1v4zm-6-3.02V12c0 .74.2 1.432.552 2.027H3.43C3.152 13.407 3 12.72 3 12v-.02h1zM8 7c2.76 0 5 2.24 5 5 0 .72-.153 1.407-.43 2.027H11.45c.35-.595.552-1.288.552-2.027 0-2.208-1.792-4-4-4V7zm3 3H5v1h6v-1zM8 8C5.792 8 4 6.208 4 4s1.792-4 4-4 4 1.792 4 4h-1c0-1.656-1.344-3-3-3S5 2.344 5 4s1.344 3 3 3v1zm0-6c1.104 0 2 .896 2 2s-.896 2-2 2-2-.896-2-2 .896-2 2-2zm0 1c.552 0 1 .448 1 1s-.448 1-1 1-1-.448-1-1 .448-1 1-1z"/></svg>

After

Width:  |  Height:  |  Size: 610 B

BIN
images/og.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 243 KiB