mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-12-23 10:38:54 +00:00
feat(index): add link to logo
This commit is contained in:
parent
2d6fa641c1
commit
7c118554cb
@ -99,7 +99,7 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#{$c} {
|
#{$c} {
|
||||||
margin: 0 20px;
|
margin: 0 40px;
|
||||||
|
|
||||||
#{$c}__inner {
|
#{$c}__inner {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
@ -4,11 +4,17 @@
|
|||||||
|
|
||||||
<template lang="pug">
|
<template lang="pug">
|
||||||
.c-index
|
.c-index
|
||||||
img(
|
a(
|
||||||
src="/images/common/logo.png"
|
class="c-index__link"
|
||||||
srcset="/images/common/logo@2x.png"
|
href="https://github.com/LeCoupa/awesome-cheatsheets"
|
||||||
class="c-index__logo"
|
target="_blank"
|
||||||
)
|
)
|
||||||
|
img(
|
||||||
|
src="/images/common/logo.png"
|
||||||
|
srcset="/images/common/logo@2x.png"
|
||||||
|
class="c-index__logo"
|
||||||
|
)
|
||||||
|
|
||||||
p.c-index__description
|
p.c-index__description
|
||||||
| Awesome cheatsheets for popular programming languages, frameworks and development tools.<br/>
|
| Awesome cheatsheets for popular programming languages, frameworks and development tools.<br/>
|
||||||
| They include everything you should know in one single file. 👩💻👨💻
|
| They include everything you should know in one single file. 👩💻👨💻
|
||||||
|
Loading…
Reference in New Issue
Block a user