Skip to content

Commit

Permalink
adds badges
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianconcept committed Jan 31, 2024
1 parent 3b0f96a commit 8ee3ec1
Showing 1 changed file with 33 additions and 2 deletions.
35 changes: 33 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,38 @@ <h4>Saving Smalltalk objects <em>in seconds</em></h4>
</div>
</div>
</section>

<section>
<div class="col-md-12">
<div class="elaborate">
<p dir="auto">
<a href="https://github.com/sebastianconcept/Mapless/releases">
<img src="https://camo.githubusercontent.com/3dc804943cf118f8104192f25ad9edc31114c669d8b994e795da811b99372d71/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f7461672f73656261737469616e636f6e636570742f4d61706c6573733f6c6162656c3d72656c65617365" alt="Release" data-canonical-src="https://img.shields.io/github/v/tag/sebastianconcept/Mapless?label=release" style="max-width: 100%;">
</a>
<a href="https://github.com/sebastianconcept/Mapless/actions/workflows/build.yml">
<img src="https://github.com/sebastianconcept/Mapless/actions/workflows/build.yml/badge.svg" alt="Unit Tests" style="max-width: 100%;">
</a>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/d691bdf02cb5e27f8b833436c469e0a6dd82b825b8f7c6ed4a45d8444da6f846/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f74657374732d3139332d677265656e">
<img src="https://camo.githubusercontent.com/d691bdf02cb5e27f8b833436c469e0a6dd82b825b8f7c6ed4a45d8444da6f846/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f74657374732d3139332d677265656e" alt="Tests" data-canonical-src="https://img.shields.io/badge/tests-193-green" style="max-width: 100%;">
</a>
<a href="https://codecov.io/gh/sebastianconcept/Mapless/branch/master" rel="nofollow">
<img src="https://camo.githubusercontent.com/334cc366735c71c02cf6f6188d652c8c522e97ed46b4a8a9dd661832bc8c7bbd/68747470733a2f2f636f6465636f762e696f2f6769746875622f73656261737469616e636f6e636570742f4d61706c6573732f636f7665726167652e7376673f6272616e63683d6d61696e" alt="Coverage Status" data-canonical-src="https://codecov.io/github/sebastianconcept/Mapless/coverage.svg?branch=main" style="max-width: 100%;">
</a>
</p>
<p dir="auto">
<a href="https://pharo.org/download" rel="nofollow"><img src="https://camo.githubusercontent.com/e494c270082ad4482d59740ae51b251cd0570699ffc999aa14ce3a567aac4e2d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f506861726f2d31302d2532333338333933322e737667" alt="Pharo 10" data-canonical-src="https://img.shields.io/badge/Pharo-10-%23383932.svg" style="max-width: 100%;"></a>
<a href="https://pharo.org/download" rel="nofollow"><img src="https://camo.githubusercontent.com/7b76be89d869a3218f8f371e0be991c73dde1e4e9b26d994e61b23ce2d8ac27a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f506861726f2d31312d2532333338333933322e737667" alt="Pharo 11" data-canonical-src="https://img.shields.io/badge/Pharo-11-%23383932.svg" style="max-width: 100%;">
</a>
</p>
<p dir="auto">
<a href="/sebastianconcept/Mapless/blob/develop/LICENSE.txt"><img src="https://camo.githubusercontent.com/b8593b8ea2157c85d33229b9ae386247de6fcedee3c630642a5c8eb3b09d87ae/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e" alt="License" data-canonical-src="https://img.shields.io/badge/license-MIT-green" style="max-width: 100%;"></a>
<a href="/sebastianconcept/Mapless/blob/develop"><img src="https://camo.githubusercontent.com/c95d94a4654b02ef8d96b25107302dae48f009735484c593b8a9535ea275a9c4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f73656261737469616e636f6e636570742f4d61706c6573733f7374796c653d736f6369616c" alt="Social" data-canonical-src="https://img.shields.io/github/stars/sebastianconcept/Mapless?style=social" style="max-width: 100%;"></a>
<a href="/sebastianconcept/Mapless/blob/develop"><img src="https://camo.githubusercontent.com/6db1a102f722dbac742801630dec2f6cf5cc138dab7f81455ba8ee25ebc9ac20/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f73656261737469616e636f6e636570742f4d61706c6573733f7374796c653d736f6369616c6c" alt="Forks" data-canonical-src="https://img.shields.io/github/forks/sebastianconcept/Mapless?style=sociall" style="max-width: 100%;"></a>
</p>
</div>
<div class="elaborate">
</div>
</div>
</section>
<section class="howDoesItFeel">
<div class="col-md-5 ">
<div class="elaborate">
Expand Down Expand Up @@ -90,7 +121,7 @@ <h5>Model your data</h5>
<p>Creating new instances of your data models is straightforward — treat them like any other object.</p>
<p>The only thing to remark here is that you do not need to create the mutator methods <code>description:</code> nor <code>isComplete:</code> in the <code>Task</code> class.</p>
</div>
</div>
</div>

<div class="col-md-9 workspace">
<div class="">
Expand Down

0 comments on commit 8ee3ec1

Please sign in to comment.