-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #63 from arturo-lang/more-website-enhancements
More website enhancements
- Loading branch information
Showing
10 changed files
with
213 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<||= read "website/components/header.html" ||> | ||
|
||
<||= read "website/components/hero.html" ||> | ||
<section class="main-section"> | ||
<div class="container package-listing"> | ||
<div class="columns"> | ||
<div class="column is-12 has-text-centered"> | ||
<h2 class="title package-listing-header"><||= enumerate entries => [not? null? &]||> packages found</h2> | ||
</div> | ||
</div> | ||
<div class="columns" style="margin-top:0.5rem"> | ||
<div class="column is-8-tablet is-offset-2-tablet is-10-mobile is-offset-1-mobile"> | ||
<!-- <p class="subtitle has-text-black">Latest packages</p> --> | ||
<|| loop entries [entryLeft, entryRight][||> | ||
<||= getPackageBox entryLeft ||> | ||
<|| unless null? entryRight [||> | ||
<||= getPackageBox entryRight ||> | ||
<|| ] ||> | ||
<|| ] ||> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="container has-text-centered"> | ||
<div class="columns"> | ||
<div class="column is-12" style="padding:4rem; font-size: 1.2rem"> | ||
<p class="has-text-grey"> | ||
<a class="simple-link" href="https://github.com/arturo-lang/pkgr.art?tab=readme-ov-file#using-packages" target="_blank">How do I use a package?</a> · | ||
<a class="simple-link" href="https://github.com/arturo-lang/pkgr.art?tab=readme-ov-file#creating-packages" target="_blank">How do I create a new package?</a> | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<||= read "website/components/footer.html" ||> |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.