File tree 4 files changed +64
-2
lines changed
4 files changed +64
-2
lines changed Original file line number Diff line number Diff line change @@ -436,6 +436,7 @@ <h2 class="wsite-content-title" style="text-align:center;">High Performance</h2>
436
436
437
437
</ div >
438
438
</ div >
439
+
439
440
< div class ="wsite-section-wrap ">
440
441
< div class ="wsite-section wsite-body-section wsite-section-bg-color wsite-background-8 " style ="height: 332px;background-color: #f8f8f8;background-image: none; ">
441
442
< div class ="wsite-section-content ">
@@ -484,6 +485,32 @@ <h2 class="wsite-content-title" style="text-align:center;">
484
485
485
486
</ div >
486
487
</ div >
488
+
489
+ < div class ="wsite-section-wrap ">
490
+ < div class ="wsite-section wsite-body-section wsite-section-bg-color wsite-background-8 " style ="height: 332px;background-color: #f8f8f8;background-image: none; ">
491
+ < div class ="wsite-section-content ">
492
+ < div class ="container ">
493
+ < div class ="wsite-section-elements ">
494
+ < h2 class ="wsite-content-title " style ="text-align:center; ">
495
+ < font size ="6 "> Testimonials</ font >
496
+ </ h2 >
497
+
498
+ < div >
499
+ < div class ="wsite-multicol ">
500
+ < div class ="wsite-multicol-table-wrap " style ="margin:0 -15px; ">
501
+ < dl >
502
+ < dt > Faustino Aguilar - @faustinoaq</ dt >
503
+ < dd > Black hot drink</ dd >
504
+ </ dl >
505
+ </ div >
506
+ </ div >
507
+ </ div >
508
+ </ div >
509
+ </ div >
510
+ </ div >
511
+
512
+ </ div >
513
+ </ div >
487
514
</ div >
488
515
489
516
</ div >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: 1.0
2
2
shards:
3
3
amber:
4
4
github: Amber-Crystal/amber
5
- commit: c5b166e6a4256555c1b468ef06cb2bd698e94b0c
5
+ commit: f3f9e3905b0c8a3d435109d10a09ceffe134d5f0
6
6
7
7
db:
8
8
github: crystal-lang/crystal-db
@@ -36,11 +36,15 @@ shards:
36
36
github: luislavena/radix
37
37
commit: 211418416adba540b594af2260e1b5d0c8877c9e
38
38
39
+ redis:
40
+ github: stefanwille/crystal-redis
41
+ version: 1.8.0
42
+
39
43
singleton:
40
44
github: waterlink/singleton.cr
41
45
version: 1.0.0
42
46
43
47
slang:
44
48
github: jeromegn/slang
45
- commit: 3b657c48791d72c109fa55ce6431d3042efe2f9c
49
+ commit: b817c89c7e5ae39562710c0d6c7f42cee685e14f
46
50
Original file line number Diff line number Diff line change @@ -484,6 +484,37 @@ popular application frameworks.</span>
484
484
485
485
</div >
486
486
</div >
487
+ <div class =" wsite-section-wrap" >
488
+ <div class =" wsite-section wsite-body-section wsite-section-bg-color wsite-background-8" style =" top : -50px ; background-color : #f8f8f8 ;background-image : none ;" >
489
+ <div class =" wsite-section-content" >
490
+ <div class =" container" style =" padding : 0 40px 40px 40px ; background-color : #f9f9f9 " >
491
+ <h2 class =" wsite-content-title" style =" text-align :center ;" >
492
+ <font size =" 6" >Testimonials</font >
493
+ </h2 >
494
+
495
+ <div class =" wsite-multicol-table-wrap" style =" margin :0 -15px ;" >
496
+ <dl >
497
+ <dt style =" text-align : center " >
498
+ <img src =" images/faustino-aguilar.jpeg" style =" height : 80px ; padding-bottom : 15px ;" />
499
+ <h3 >Faustino Aguilar - @faustinoaq</h3 >
500
+ </dt >
501
+ <dd >
502
+ <div class =" paragraph" style =" text-align : center ; color : #515151 " >
503
+ Hi community, Yesterday Amber saved my life , I needed a website as fast as possible for a local
504
+ network to save statistics of students in my university. I haven't use full web frameworks
505
+ like Django or RoR before and Wordpress or Drupal didn't solve the problem. Then, I remembered that
506
+ I started learning Amber a week ago, and it full fit the use case. Then, I installed crystal in the
507
+ local server and installed amber_cmd to do scaffolding, I opened vim and edited some files and whoala!
508
+ my site was running in less that 1 hour, getting students data. Thanks you Amber!
509
+ </div >
510
+ </dd >
511
+ </dl >
512
+ </div >
513
+ </div >
514
+ </div >
515
+
516
+ </div >
517
+ </div >
487
518
</div >
488
519
489
520
</div >
You can’t perform that action at this time.
0 commit comments