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

View file

@ -49,22 +49,25 @@
<a href="https://ayco.io/gh/mcfly">
<h1>McFly</h1>
</a>
<span>Back to the Basics. Into the Future.</span>
</header>
<main>
<p>
McFly is a web framework that grows with you.
McFly is a full-stack web framework that grows with you.
</p>
<p>
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.
</p>
<p>It will never get in the way between you and the web platform.</p>
<ul>
<li>HTML pages</li>
<li>Server-Side Rendering logic</li>
<li>Custom Elements</li>
<li>REST APIs</li>
<li>Universal Deployment</li>
<li>Deploy Anywhere</li>
</ul>
<p>...all in the same project.</p>
<p>Read more on <a href="https://github.com/ayoayco/mcfly">GitHub</a>.</p>