Skip to content

Commit

Permalink
fix(website): Add testimonials section to website.
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanieJKS committed Apr 26, 2023
1 parent 79a15d6 commit 848d4b9
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 6 deletions.
5 changes: 3 additions & 2 deletions packages/website/pages/home/home.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ blocks:
- _ref: pages/home/sections/build_uis.yaml
- _ref: pages/home/sections/connect.yaml
- _ref: pages/home/sections/open_source.yaml
- _ref: pages/home/sections/plugins.yaml
- _ref: pages/home/sections/enterprise_features.yaml
- _ref: pages/home/sections/cta_top.yaml
- _ref: pages/home/sections/plugins.yaml
- _ref: pages/home/sections/testimonials.yaml
- _ref: pages/home/sections/examples.yaml
- _ref: pages/home/sections/cta_top.yaml
- _ref: pages/home/sections/create_app.yaml
- _ref: shared/footer/footer.yaml
8 changes: 4 additions & 4 deletions packages/website/pages/home/sections/enterprise_features.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ blocks:
vars:
icon:
name: BsFillCloudArrowUpFill
size: 20
size: 40
color: '#1890ff'
section: deploy
title: Deploy Anywhere
Expand All @@ -43,7 +43,7 @@ blocks:
vars:
icon:
name: AiFillLock
size: 20
size: 40
color: '#1890ff'
section: secure
title: Secured with Auth.js
Expand All @@ -56,7 +56,7 @@ blocks:
vars:
icon:
name: FiCheckCircle
size: 20
size: 40
color: '#1890ff'
section: git_control
title: Git Control for Humans
Expand All @@ -69,7 +69,7 @@ blocks:
vars:
icon:
name: MdPeopleAlt
size: 20
size: 40
color: '#1890ff'
section: user_roles
title: Public, Authed and Roles
Expand Down
70 changes: 70 additions & 0 deletions packages/website/pages/home/sections/testimonials.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
id: testimonials_background_box
type: Box
properties:
style:
backgroundImage: 'linear-gradient(#1890ff, #667eea)'
blocks:
- id: testimonials_box
type: Box
layout:
contentGutter: 8
style:
maxWidth: 90%
margin: 60px auto
blocks:
- id: testimonials_intro
type: Html
style:
textAlign: center
properties:
html: |
<h2 style="color:white">
Loved by Developers
</h2>
- id: carousel
type: Carousel
layout:
justifyContent: center
properties:
autoplay: true
dots: false
slides:
- key: slide_one
- key: slide_two
areas:
slide_one:
blocks:
- id: vrilcod_testimonials
type: Html
style:
maxWidth: 80%
marginLeft: 10%
properties:
html: |
<p style="color:white">
I've considered a lot of low-code tools before and for me - as a "normal" programmer - YAML files all around, was a quite strange approach in the beginning. But I've to say, that I am really convinced by Lowdefy's architecture now, because for me it's not so important to avoid keyboard entry in general (UI is nice to start, but can be annoying for repeating tasks or revision).
</p>
<p style="color:white">
I think most important is to avoid ever repeating coding work for simple CRUD applications. And I think there is no tool outside, which gives you the opportunity to create an app with less configuration than Lowdefy. To summarize: less typing and reusability are the most important factors for me.
</p>
<p>
<b>vrilcod</b>, Github
</p>
slide_two:
blocks:
- id: nair19OP_testimonials
type: Html
style:
maxWidth: 80%
marginLeft: 10%
properties:
html: |
<p style="color:white">
Would also like to appreciate the efforts you guys have put in to build a beautiful product like this!
It has definitely made life much easier for a lot of us. The platform is top notch and I have already been recommending it to many colleagues.
Hope word reaches far and wide about it !
</p>
<p>
<b>nair19OP</b>, Discord
</p>

0 comments on commit 848d4b9

Please sign in to comment.