projects: update

This commit is contained in:
2018-11-19 14:49:15 +03:00
parent 304b3c0e3c
commit f984a9cc5d
2 changed files with 25 additions and 18 deletions

View File

@@ -44,20 +44,18 @@ html
h2 My Crystal projects: h2 My Crystal projects:
ul.projects ul.projects
li li
a(href="https://github.com/atomframework/atom") a(href="https://github.com/atomframework")
span.title ⚛️ Atom span.title Atom Framework
img(src=stars("atomframework", "atom")) span.wip (WIP)
| 🚧 WIP 🚧 tiny yet powerful web framework | powerful framework for modern applications
li li
a(href="https://github.com/atomframework/web") a(href="https://crystaljobs.org")
span.title ⚛️ Atom::Web span.title Crystal Jobs
img(src=stars("atomframework", "web")) | the perfect place to find a Crystal developer
| a collection of components to build Action-View frameworks
li li
a(href="https://github.com/atomframework/model") a(href="https://forum.crystalcommunity.org")
span.title ⚛️ Atom::Model span.title Crystal Community Forum
img(src=stars("atomframework", "model")) | a place to speak with other Crystallers
| an expressive SQL ORM
li li
a(href="https://github.com/vladfaust/crystalworld") a(href="https://github.com/vladfaust/crystalworld")
span.title Crystal World span.title Crystal World
@@ -66,12 +64,17 @@ html
| the  | the 
a(href="https://realworld.io") realworld.io a(href="https://realworld.io") realworld.io
| back-end API implementation in Crystal | back-end API implementation in Crystal
li h2 My open-source Crystal shards:
a(href="https://crystaljobs.org")
span.title Crystal Jobs
| the perfect place to find a Crystal developer
h2 My MIT Crystal shards:
ul.projects ul.projects
li
a(href="https://github.com/vladfaust/stripe.cr")
span.title Stripe
img(src=stars("vladfaust", "stripe.cr"))
span
span.wip (WIP)
| the 
a(href="https://stripe.com/") Stripe
| API wrapper
li li
a(href="https://github.com/vladfaust/migrate.cr") a(href="https://github.com/vladfaust/migrate.cr")
span.title Migrate span.title Migrate
@@ -98,7 +101,7 @@ html
img(src=stars("vladfaust", "tarantool.cr")) img(src=stars("vladfaust", "tarantool.cr"))
span span
| the  | the 
a(href="https://tarantool.io") tarantool a(href="https://tarantool.io") Tarantool
| database driver | database driver
li li
a(href="https://github.com/vladfaust/http-multiserver.cr") a(href="https://github.com/vladfaust/http-multiserver.cr")

View File

@@ -64,6 +64,10 @@ ul
ul.projects ul.projects
list-style: none list-style: none
.wip
font-style: italic
color: gray
a a
display: table-cell display: table-cell