chore: update readme and landing-page content

This commit is contained in:
Ayo 2023-10-15 01:10:55 +02:00
parent fb5fb9f81a
commit eb63ee1d6b
2 changed files with 12 additions and 5 deletions

View file

@ -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 - HTML pages
- Server-Side Rendering logic - Server-Side Rendering logic
- Custom Elements - Custom Elements
- REST APIs - REST APIs
- Universal Deployment - Deployment Anywhere
...all in the same project. ...all in the same project.

View file

@ -49,22 +49,25 @@
<a href="https://ayco.io/gh/mcfly"> <a href="https://ayco.io/gh/mcfly">
<h1>McFly</h1> <h1>McFly</h1>
</a> </a>
<span>Back to the Basics. Into the Future.</span>
</header> </header>
<main> <main>
<p> <p>
McFly is a web framework that grows with you. McFly is a full-stack web framework that grows with you.
</p> </p>
<p> <p>
Start at the very basic of Start at the very basic of
writing HTML files and enhance with standard web technologies or go writing HTML files and enhance with standard web technologies or go
advanced as you like, at your own pace. advanced as you like, at your own pace.
</p> </p>
<p>It will never get in the way between you and the web platform.</p>
<ul> <ul>
<li>HTML pages</li> <li>HTML pages</li>
<li>Server-Side Rendering logic</li> <li>Server-Side Rendering logic</li>
<li>Custom Elements</li> <li>Custom Elements</li>
<li>REST APIs</li> <li>REST APIs</li>
<li>Universal Deployment</li> <li>Deploy Anywhere</li>
</ul> </ul>
<p>...all in the same project.</p> <p>...all in the same project.</p>
<p>Read more on <a href="https://github.com/ayoayco/mcfly">GitHub</a>.</p> <p>Read more on <a href="https://github.com/ayoayco/mcfly">GitHub</a>.</p>