<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Pionia Project Works</title>
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">

</head>
<body class="d-flex bg-black">
<div class="container align-middle">
    <img src="https://pionia.netlify.app/pionia_hu7bc625304583a71a69e31d56c05815e9_99619_602x0_resize_q85_h2_lanczos_3.webp" class="rounded mx-auto d-block" alt="Pionia Framework" >
    <h1 class="text-light text-center my-5">🚀 Your awesome application is running! 🚀</h1>

    <div class="bg-primary pt-5 rounded w-50 mx-auto">
        <p class="text-center text-light h5 ">Welcome to Pionia Framework</p>
        <p class="m-3 text-center h5 text-bg-primary my-5">The first REST framework that is fully Restful. No controllers, no boring routes, just you and your services.</p>

        <p class="text-center text-light h3">Powered by 🔥moonlight architecture🔥 </p>


        <div class="text-center text-light  py-4">
            <a href="https://pionia.netlify.app" target="_blank" class="h5 text-light">🏄‍♂️ Surf the docs here 👉</a>
        </div>
    </div>

    <div class="bg-dark-subtle w-50 mx-auto rounded my-2 py-2">
        <p class="text-center text-emphasis text-small">You can start by creating your first service with the command:</p>
            <pre class="text-center text-dark h5">php pionia gen:service YourServiceName</pre>
        <p class="text-center text-secondary h6">Then register your service in the associated switch in the switches folder</p>
    </div>

    <div class="text-light mx-auto align-middle w-50 text-center">
           This framework is looking for sponsorship. If you are interested in sponsoring this project, please reach out to me on
        <a href="https://www.linkedin.com/in/jetezra/" class="text-info">LinkedIn</a>.
    </div>
</div>
</body>
</html>
