add 'developer resources' draft post
This commit is contained in:
parent
9cbce889f5
commit
f9e7a4363b
|
@ -194,3 +194,13 @@
|
||||||
background-image: url(../images/logos/october-icon.png);
|
background-image: url(../images/logos/october-icon.png);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.page.developer-resources {
|
||||||
|
h2,
|
||||||
|
h3,
|
||||||
|
h4,
|
||||||
|
h5,
|
||||||
|
h6 {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -0,0 +1,65 @@
|
||||||
|
+++
|
||||||
|
draft = true
|
||||||
|
date = 2020-05-02T12:39:54+01:00
|
||||||
|
title = "My Developer Resources"
|
||||||
|
description = ""
|
||||||
|
slug = ""
|
||||||
|
tags = []
|
||||||
|
categories = []
|
||||||
|
externalLink = ""
|
||||||
|
series = []
|
||||||
|
+++
|
||||||
|
|
||||||
|
Yesterday I discovered the excellent [unDraw](https://undraw.co). As usual, when
|
||||||
|
I first discover something as good as this, that has apparently been around for
|
||||||
|
years, my first thought was, 'how did I not know about this earlier?' So, as I
|
||||||
|
normally do, the site was bookmarked to use another time.
|
||||||
|
|
||||||
|
So, today, whilst still fresh in my mind, I decided to would be a perfect time
|
||||||
|
to make use of a nice little vector illustration from unDraw. I go to find the
|
||||||
|
bookmark and it turns out, there's two bookmarks. Exactly the same. So, I did
|
||||||
|
know about this site. For how long? Who knows. I haven't got the best memory so
|
||||||
|
it could reasonably be anywhere from a month or two, to years.
|
||||||
|
|
||||||
|
Now, I'm pretty sure it's not the only one in there. Put in with
|
||||||
|
every intention of making use of and never given a moments thought ever again.
|
||||||
|
Like footprints on an abandoned, old, lonely ... . Lost to the ever
|
||||||
|
advancing march of time. Abandoned, like a ...
|
||||||
|
|
||||||
|
Anyway, the point of all this rambling? It's time I did something about it
|
||||||
|
and that's where this post comes in. Somewhere to collect all of my most useful
|
||||||
|
developer resources in one place. My resources 'Hall of Fame' if you will. A
|
||||||
|
place to memorialise the worthy. Never again, to be lost, to the whims of an
|
||||||
|
old, feeble mind.
|
||||||
|
|
||||||
|
## Assets
|
||||||
|
|
||||||
|
### Stock Images
|
||||||
|
|
||||||
|
* [Unsplash](https://unsplash.com/)
|
||||||
|
* [Pexels](https://pexels.com)
|
||||||
|
|
||||||
|
### Illustrations
|
||||||
|
|
||||||
|
* [unDraw](https://undraw.co)
|
||||||
|
* [manypixels](https://www.manypixels.co/gallery/?page=1&style=image)
|
||||||
|
* [IRA Design](https://iradesign.io/)
|
||||||
|
* [Humaaans](https://www.humaaans.com/) (Library for Figma, XD, etc.)
|
||||||
|
|
||||||
|
### Placeholder Images
|
||||||
|
|
||||||
|
* [Placeholder.com](https://placeholder.com/)
|
||||||
|
|
||||||
|
## Analytics
|
||||||
|
|
||||||
|
* [Open Web Analytics](http://www.openwebanalytics.com/) (Open source
|
||||||
|
alternative to Google Analytics.)
|
||||||
|
|
||||||
|
## Maps
|
||||||
|
|
||||||
|
* [Mapbox](https://www.mapbox.com/) (Open source alternative to Google Maps)
|
||||||
|
* [Snazzy Maps](https://snazzymaps.com/) (Styles for Google Maps)
|
||||||
|
|
||||||
|
## Design
|
||||||
|
|
||||||
|
* [Figma](https://www.figma.com)
|
Reference in New Issue