1
1
mirror of https://github.com/namibia/awesome-cheatsheets.git synced 2024-12-23 02:28:55 +00:00

feat(index): add link to logo

This commit is contained in:
Julien 2018-09-09 23:28:16 +02:00
parent 2d6fa641c1
commit 7c118554cb
2 changed files with 11 additions and 5 deletions

View File

@ -99,7 +99,7 @@ a {
}
#{$c} {
margin: 0 20px;
margin: 0 40px;
#{$c}__inner {
margin: 0 auto;

View File

@ -4,11 +4,17 @@
<template lang="pug">
.c-index
img(
src="/images/common/logo.png"
srcset="/images/common/logo@2x.png"
class="c-index__logo"
a(
class="c-index__link"
href="https://github.com/LeCoupa/awesome-cheatsheets"
target="_blank"
)
img(
src="/images/common/logo.png"
srcset="/images/common/logo@2x.png"
class="c-index__logo"
)
p.c-index__description
| Awesome cheatsheets for popular programming languages, frameworks and development tools.<br/>
| They include everything you should know in one single file. 👩💻👨💻