Création initiale du projet Amber
This commit is contained in:
9
src/views/home/index.slang
Normal file
9
src/views/home/index.slang
Normal file
@ -0,0 +1,9 @@
|
||||
.row
|
||||
#logo
|
||||
.col-sm-12.col-md-6
|
||||
h2 = t "welcome_to_amber"
|
||||
p Thank you for trying out the Amber Framework. We are working hard to provide a super fast and reliable framework that provides all the productivity tools you are used to without sacrificing the speed.
|
||||
.list-group
|
||||
a.list-group-item.list-group-item-action target="_blank" href="https://docs.amberframework.org" Getting Started with Amber Framework
|
||||
a.list-group-item.list-group-item-action target="_blank" href="https://github.com/veelenga/awesome-crystal" List of Awesome Crystal projects and shards
|
||||
a.list-group-item.list-group-item-action target="_blank" href="https://crystalshards.xyz" What's hot in Crystal right now
|
Reference in New Issue
Block a user