1
0
mirror of https://github.com/HorlogeSkynet/awesome-thinkerview synced 2025-07-07 16:00:16 +02:00

[DESIGN] Restyle Header (#24)

+ Awesome's official badge will now be "flat"
+ Adds a _featured_ logo on top of the document
+ Replaces the CC0 "image" by a proper "badge"
+ Adds CI and CalVer badges to the "Meta" section
This commit is contained in:
Samuel FORESTIER
2020-04-23 19:21:06 +00:00
committed by GitHub
parent 1a0ff522cb
commit f2a792235c

@ -1,7 +1,11 @@
# Awesome Thinkerview [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
# Awesome Thinkerview [![Awesome](https://awesome.re/badge-flat.svg)](https://awesome.re)
> A curated list of the "best" [Thinkerview](https://thinkerview.com/) interviews
<p align="center">
<a href="https://thinkerview.com/"><img src="https://i.imgur.com/klcK8vF.png"></a>
</p>
## Contents
- [Introduction](#introduction)
@ -92,20 +96,19 @@ The **ideas presented above belong to their respective owners**, and are only pr
## Project Meta
### License
[![CC0](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/)
### License [![CC0](https://img.shields.io/github/license/HorlogeSkynet/awesome-thinkerview?color=informational&label=License&style=flat-square)](https://creativecommons.org/publicdomain/zero/1.0/)
To the extent possible under law, the authors have waived all copyright and related or neighboring rights to this work.
### Versioning
### Versioning [![CalVer](https://img.shields.io/badge/CalVer-YYYY.0M__MICRO-informational?style=flat-square)](https://calver.org/)
This project follows a [CalVer](https://calver.org/) versioning scheme (`YYYY.0M_MICRO`).
This project follows a [CalVer](https://calver.org/) versioning scheme.
Within a [Node.js](https://nodejs.org/) environment, it's possible to draft a new version by running `npm run bump`.
If you want to publish a _fix_ for the current version, please bump the micro segment this way : `MICRO=2 npm run bump`.
### Linting / Continuous Integration
<!--lint ignore awesome-no-ci-badge-->
### Linting / Continuous Integration [![CI](https://img.shields.io/travis/HorlogeSkynet/awesome-thinkerview/master.svg?style=flat-square)](https://travis-ci.org/github/HorlogeSkynet/awesome-thinkerview)
Automatic linting is performed with [awesome-lint](https://github.com/sindresorhus/awesome-lint).
Please try to run it locally before submitting any changes : `npm run test`.