[site]: Move scripts stuff into the site/public folder and integrate into site

This commit is contained in:
virgoaugustine
2022-01-13 11:54:11 +00:00
parent 97e0bc2496
commit d140ac4d49
8 changed files with 35 additions and 17 deletions

View File

@@ -52,9 +52,24 @@ export default function Home() {
>
<h3 className="text-2xl font-semibold"> Contribute</h3>
<p className="mt-4 text-xl">
Checkout the Portal.js repository on github
Checkout the Portal.js repository on Github.
</p>
</a>
<a
href="/publish/"
className="p-6 mt-6 text-left border w-96 rounded-xl hover:text-blue-600 focus:text-blue-600"
>
<h3 className="text-2xl font-semibold"> Publish</h3>
<p className="mt-4 text-xl">
Learn how to publish data stored on Github using Portal.js and Github Pages.
</p>
</a>
{/* Use code below to create an invisible dummy box on the right of Publish box for a good UI look. */}
<a
className="p-6 mt-6 text-left w-96 rounded-xl hover:text-blue-600 focus:text-blue-600"
>
</a>
</div>
</main>
</Layout>