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} {
|
||||
margin: 0 20px;
|
||||
margin: 0 40px;
|
||||
|
||||
#{$c}__inner {
|
||||
margin: 0 auto;
|
||||
|
@ -4,11 +4,17 @@
|
||||
|
||||
<template lang="pug">
|
||||
.c-index
|
||||
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. 👩💻👨💻
|
||||
|
Loading…
Reference in New Issue
Block a user