1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-29 08:39:58 +02:00

Add feature section to the homepage

This commit is contained in:
Phuoc Nguyen
2019-11-27 22:12:14 +07:00
parent cf9ae9ed51
commit 5f1b3a61b8
4 changed files with 43 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ I usually don't want to include all of them in my project.
So I collect most popular layouts and components that can be built with pure CSS.
They are powered by modern CSS features such as flexbox and grid.
They are great starting points and could be picked and customized easily for each specific need.
They are great starting points to be picked and customized easily for each specific need.
By composing them, you can have any possible layout that exists in the real life.
The entire website is powered by
@@ -33,8 +33,12 @@ this
.then(r => optimizeAndBundle(webpack))
.then(r => exportHtml(react-snap))
.then(r => deploy(Netlify))
.assert([scalableCode, superFastWebsite, seoFriendly])
.finally(/* Give me 1 star */) 🎉
.then(r => {
expect(r).is(scalableCode);
expect(r).is(superFastWebsite);
expect(r).is(seoFriendly);
})
.finally(() => {/* Give me 1 star */}) 🎉
~~~
## Running it on local