Michael Currin

Results 320 issues of Michael Currin

```md ![](https://img.shields.io/website?url=https://eapm.forgenst.com) ``` ![](https://img.shields.io/website?url=https://eapm.forgenst.com) Based on https://github.com/forgenst/jekyll-statuspage

add badges

e.g. https://unsplash.com/photos/hh4R3gAbhs8 https://source.unsplash.com/hh4R3gAbhs8 And a way of getting credits using API or just author handle in form (leave out full name?) Generated from Unsplash: ```html Photo by Stanislav Kondratiev on...

add badges

Getting the repo needs more info than just the package name as you need the org But this could be useful on the same page. e.g. get stars of Vue...

add badges

Make sure to not encode it to keep URL readable ``` https://img.shields.io/static/v1?label=GH%20Pages&message=MichaelCurrin.github.io/coding-blog/&color=green ``` But convert space to `%20`. See if a flag on the frontend makes sense. Also the badge...

add badges

```md ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/michaelcurrin/code-cookbook) ``` ![GitHub commit activity](https://img.shields.io/github/commit-activity/y/michaelcurrin/code-cookbook) ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/michaelcurrin/code-cookbook) ![GitHub commit activity](https://img.shields.io/github/commit-activity/w/michaelcurrin/code-cookbook) Note username has to be lowercased despite that not matching my actual username. Time: y, m,...

add badges

add badges

The text looks too large compared with the badges. Check on 100% and 110% Zoom.

enhancement

Start with mobile friendly and add CSS for desktop Currently it is hacked not using @media and this means weird behavior and bad on mobile

bug

Here we have a horizontal image which has height at 300 and it gets squashed on mobile. ![Screenshot_20200909-131514_Chrome](https://user-images.githubusercontent.com/18750745/92591815-dcb7a980-f29e-11ea-8316-efe26ccff8d2.jpg)

bug

Add to Jekyll section. Cover as sidebar and TOC. Sidebar can also go in HTML It's too many lines to go in a cheatsheet.