From 9337b400df5fb188c9dd7bfa9e4a2e78b128374b Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 15 Oct 2023 00:25:48 +0200 Subject: [PATCH] feat(landing-page): add content --- src/pages/index.html | 48 +++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 45 insertions(+), 3 deletions(-) diff --git a/src/pages/index.html b/src/pages/index.html index d30b112..8f7c265 100644 --- a/src/pages/index.html +++ b/src/pages/index.html @@ -4,10 +4,52 @@ McFly: Back to the Basics. Into the Future. + -

McFly

- Demo - GitHub +
+

McFly

+ GitHub +
+
+

+ 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. +

+ +

...all in the same project.

+

Ambitious Goals

+

We want a way to:

+
    +
  1. create web apps with vanilla custom elements
  2. +
  3. write real .HTML files
  4. +
  5. have no frameworks or reactivity libraries on the browser
  6. +
  7. server-side pre-rendering
  8. +
  9. + control on when and where JS is downloaded for interactive elements +
  10. +
+