Skip to content

Commit

Permalink
Update for Framework X v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Mar 5, 2024
1 parent 27defaa commit b006e32
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
<div class="px-4 sm:px-6 sm:text-center md:max-w-2xl md:mx-auto lg:col-span-6 lg:text-left lg:flex lg:items-center">
<div>
<span class="inline-flex items-center text-white bg-black rounded-full p-1 pr-3 sm:text-base lg:text-sm xl:text-base">
<span class="px-3 py-0.5 text-white text-xs font-semibold leading-5 uppercase tracking-wide bg-indigo-500 rounded-full cursor-help" title="Framework X is ready for PHP 8.1, but also supports PHP 7.1+ with no extensions required">PHP 8.1 ready</span>
<span class="ml-4 text-sm">Be among the first to take advantage of async fibers!</span>
<span class="px-3 py-0.5 text-white text-xs font-semibold leading-5 uppercase tracking-wide bg-indigo-500 rounded-full cursor-help" title="Framework X is ready for PHP 8.3+, but also supports PHP 7.1+ with no extensions required">PHP 8.3+ ready</span>
<span class="ml-4 text-sm">Ready to take advantage of async fibers!</span>
</span>
<h1 class="mt-4 text-4xl tracking-tight font-extrabold text-white sm:mt-5 sm:leading-none lg:mt-6 lg:text-5xl xl:text-6xl">
<span class="md:block">Framework X</span>
Expand Down Expand Up @@ -113,7 +113,7 @@ <h1 class="mt-4 text-4xl tracking-tight font-extrabold text-white sm:mt-5 sm:lea
<div class="pr-16 sm:text-center sm:px-16">
<p class="font-medium text-white">
<span>
Big news! We're excited to announce our public beta!
Big news! We're excited to announce our v0.16.0 release!
</span>
<span class="block sm:ml-2 sm:inline-block">
<a href="https://github.com/clue/framework-x" class="text-white font-bold underline"> Framework X on GitHub <span aria-hidden="true">&rarr;</span></a>
Expand Down Expand Up @@ -631,7 +631,7 @@ <h3 class="text-2xl font-extrabold text-gray-900 tracking-tight sm:text-3xl">
<p class="mt-3 text-lg text-gray-500">
Framework X is scalable from the ground up.
We provide a simple API that is easy to get started with for the smallest of projects, yet allow to grow to complex, production-ready setups.
We're ready for PHP 8.1, but also support PHP 7.1+ with no extensions required!
We're ready for PHP 8.3+, but also support PHP 7.1+ with no extensions required!
</p>

<dl class="mt-10 space-y-10">
Expand Down Expand Up @@ -840,7 +840,7 @@ <h2 class="text-base font-semibold tracking-wider text-indigo-600 uppercase">Qui
Next, simply install Framework X with a single command:
</p>
</div>
<pre class="text-left mt-12 col-span-full shadow-2xl"><code class="php rounded-md">$ composer require clue/framework-x:dev-main
<pre class="text-left mt-12 col-span-full shadow-2xl"><code class="php rounded-md">$ composer require clue/framework-x:^0.16
</code></pre>
</section>

Expand Down
Binary file modified public/src/og-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/src/og-image.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
hide nav + span text-base + #main margin: 8rem 0 20em 2em;

0 comments on commit b006e32

Please sign in to comment.