Skip to content

Commit

Permalink
fix: Update website tagline.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gervwyk committed Jul 16, 2023
1 parent 58ee889 commit cce91df
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 13 deletions.
8 changes: 8 additions & 0 deletions packages/website/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-rc.9](https://github.com/lowdefy/lowdefy/compare/v4.0.0-rc.8...v4.0.0-rc.9) (2023-05-31)

**Note:** Version bump only for package @lowdefy/website





# [4.0.0-rc.8](https://github.com/lowdefy/lowdefy/compare/v4.0.0-rc.7...v4.0.0-rc.8) (2023-05-19)

**Note:** Version bump only for package @lowdefy/website
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lowdefy/website",
"version": "4.0.0-rc.8",
"version": "4.0.0-rc.9",
"license": "Apache-2.0",
"description": "",
"homepage": "https://lowdefy.com",
Expand Down
4 changes: 2 additions & 2 deletions packages/website/pages/home/sections/build_uis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ blocks:
Build <span style="color:#29D3CA;">web UIs</span> with config
</h2>
<p>
Lowdefy config is easy to read, write, copy, paste or template. <br/>
Just like code, but simpler.
Lowdefy config is easy to read, write, copy, paste, template, version control and review — Just like code, but simpler.
</p>
<ul class="checks">
<li>+70 Blocks and +150 logic operators to get started fast.</li>
<li>+30K <a href="https://react-icons.github.io/react-icons/">React Icons</a> to choose from.</li>
<li>Dynamic UIs with effortless state management.</li>
<li>Responsive layouts out of the box.</li>
<li>Extend with custom React components.</li>
Expand Down
4 changes: 3 additions & 1 deletion packages/website/pages/home/sections/customers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ blocks:
padding: 8px
properties:
html: |
<p style="color:#D3D3D3;">Customer apps powered by Lowdefy</p>
<p style="color:#D3D3D3;">Customers that trust Lowdefy to power their business apps</p>
- id: marquee
type: Html
Expand All @@ -31,6 +31,7 @@ blocks:
<img src="/images/customers/logo-lexus.png" alt="Lexus" class="marqueelogo" >
<img src="/images/customers/logo-mrmsupport.png" alt="MRM" class="marqueelogo">
<img src="/images/customers/logo-courierit.png" alt="Courierit" class="marqueelogo"">
<img src="/images/customers/logo-flava.png" alt="Flava" class="marqueelogo"">
</div>
<div class="marquee" style="animation-duration: 57s; display: inline-block; white-space: nowrap; position: relative; transform: translate3d(0%, 0, 0); animation-name: marquee; animation-timing-function: linear; animation-iteration-count: infinite;">
<img src="/images/customers/logo-ingrain.png" alt="Ingrain" class="marqueelogo" style="filter: invert(100%) grayscale(100%) opacity(40%)">
Expand All @@ -40,6 +41,7 @@ blocks:
<img src="/images/customers/logo-lexus.png" alt="Lexus" class="marqueelogo" >
<img src="/images/customers/logo-mrmsupport.png" alt="MRM" class="marqueelogo">
<img src="/images/customers/logo-courierit.png" alt="Courierit" class="marqueelogo"">
<img src="/images/customers/logo-flava.png" alt="Flava" class="marqueelogo"">
</div>
</div>
</div>
Expand Down
8 changes: 3 additions & 5 deletions packages/website/pages/home/sections/hero.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@ blocks:
type: Html
properties:
html: |
<p class="gray-text">Open-Source - Self Hosted - NPM Plugins - For Developers</p>
<p class="gray-text">Open-Source - Self Hosted - Next.js - NPM Plugins - For Developers</p>
<h1>
The
<span class="gradient-text">easiest</span>
config web stack on top of
<span class="gradient-text">Next.js</span>
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, BI dashboards, and CRUD apps with YAML or JSON config.</h5>
Expand Down
6 changes: 3 additions & 3 deletions packages/website/pages/home/sections/testimonials.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ blocks:
margin: 60px 0
properties:
html: |
<h3 style="color: white;">
Helping <span style="color: #000;">All Kinds</span> of Developers get Stuff on the Web
</h3>
<h2 style="color: white;">
Helping <span style="color: #000;">all kinds</span> of developers build web apps
</h2>
- id: cards
type: Box
layout:
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/website/public/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,6 @@ hr {
transform: translate3d(0, 0, 0);
z-index: 3;
border-radius: 100%;
opacity: .8;
opacity: .6;
pointer-events: none;
}

0 comments on commit cce91df

Please sign in to comment.