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:
17
README.md
17
README.md
@ -1,7 +1,11 @@
|
||||
# Awesome Thinkerview [](https://awesome.re)
|
||||
# Awesome Thinkerview [](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
|
||||
|
||||
[](https://creativecommons.org/publicdomain/zero/1.0/)
|
||||
### License [](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 [](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 [](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`.
|
||||
|
Reference in New Issue
Block a user