Skip to content

Commit

Permalink
feat: Website add tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gervwyk committed Jul 18, 2023
1 parent 438a519 commit 07ae642
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- - name: Jon Bennetts
avatar: /images/profiles/jon_bennetts.webp
extra: Community Engineer at n8n
extra: 86-88 Solutions
link: https://twitter.com/JoffCom
info: |
<p >Lowdefy has allowed me to quickly test new product ideas without having to write any code, I have even recreated older PHP tools which are now easier to maintain and update. The team are always available to chat if needed and have some big ideas for the future ❤️ </p>
Expand Down
1 change: 1 addition & 0 deletions packages/website/pages/home/home.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ blocks:
# - _ref: pages/home/sections/examples.yaml
- _ref: pages/home/sections/cta.yaml
- _ref: shared/footer/footer.yaml
- _ref: shared/built_with_lowdefy.yaml
2 changes: 1 addition & 1 deletion packages/website/pages/home/sections/hero.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ blocks:
The <span class="gradient-text">config</span> web stack for
<span class="gradient-text">business apps</span>
</h1>
<h5 class="gray-text">Create web apps, internal tools, admin panels, dashboards, and CRUD apps with YAML or JSON config.</h5>
<h5 class="gray-text">Create web apps, internal tools, client portals, admin panels and dashboards with YAML or JSON config.</h5>
- id: get_started_button
type: Button
Expand Down
Binary file added packages/website/public/images/logo_white_120.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/website/public/images/logo_white_40.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 45 additions & 0 deletions packages/website/shared/built_with_lowdefy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
id: built_with_lowdefy
type: Affix
properties:
offsetBottom: 0
layout:
contentDirection: row-reverse
blocks:
- id: tag
type: Box
layout:
flex: 0 1 auto
contentAlign: middle
style:
padding: 2px 4px
background: '#1990FF'
borderRadius: 6px
margin: 4
blocks:
- id: logo
type: Img
layout:
flex: 1 0 auto
style:
padding: 2
marginRight: 4
properties:
src: /images/logo_white_40.png
height: 16
- id: tag
type: Html
layout:
flex: 1 0 auto
style:
fontSize: 0.75em
color: white
line-height: 1.2rem
properties:
html: Built with Lowdefy
events:
onClick:
- id: link_repo
type: Link
params:
newTab: true
url: https://github.com/lowdefy/lowdefy/tree/main/packages/website

0 comments on commit 07ae642

Please sign in to comment.