From eb63ee1d6bd6f51c48193b946df295d3b44076b5 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 15 Oct 2023 01:10:55 +0200 Subject: [PATCH] chore: update readme and landing-page content --- README.md | 10 +++++++--- src/pages/index.html | 7 +++++-- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 37c966f..353f4b6 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,17 @@ -McFly +McFly - Back to the Basics. Into the Future. --- -McFly is a framework that grows with you. Start at the very basic of writing HTML files and enhance with standard web technologies or go advanced as you like, at your own pace. +McFly is a framework that grows with you. + +Start at the very basic of writing HTML files and enhance with standard web technologies or go advanced as you like, at your own pace. + +It will never get in the way between you and the web platform. - HTML pages - Server-Side Rendering logic - Custom Elements - REST APIs -- Universal Deployment +- Deployment Anywhere ...all in the same project. diff --git a/src/pages/index.html b/src/pages/index.html index 807ccc5..1e651d4 100644 --- a/src/pages/index.html +++ b/src/pages/index.html @@ -49,22 +49,25 @@

McFly

+ + Back to the Basics. Into the Future.

- McFly is a web framework that grows with you. + McFly is a full-stack web framework that grows with you.

Start at the very basic of writing HTML files and enhance with standard web technologies or go advanced as you like, at your own pace.

+

It will never get in the way between you and the web platform.

...all in the same project.

Read more on GitHub.