Skip to content

Commit

Permalink
Merge pull request #10 from dharamveergit/fix-descriptions-and-sizes
Browse files Browse the repository at this point in the history
Fix descriptions and sizes and Showcase
  • Loading branch information
HoomanDgtl committed Aug 28, 2024
2 parents 90b6888 + a5dece9 commit ab7ffa0
Show file tree
Hide file tree
Showing 14 changed files with 38 additions and 53 deletions.
4 changes: 2 additions & 2 deletions src/components/providers-page/top-pagination.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<p class="inline-flex items-center space-x-[4px]">
<a class="hover:text-primary" href="/#getting-started"> Get Started</a>
<svg
width="32"
height="32"
width="24"
height="24"
viewBox="0 0 32 32"
fill="none"
xmlns="http://www.w3.org/2000/svg"
Expand Down
4 changes: 2 additions & 2 deletions src/content/Ecosystem_Page/aukilabs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ tags:
category: deployed_on_akash

description: Virtual real estate for shared augmented reality, allowing you to manifest your knowledge and imagination in the minds of others. Our unique solutions are powered by The Posemesh, a decentralized and privacy-preserving protocol for collaborative spatial computing.

showcase: true
ctaButton:
label: View Project
link: "https://www.aukilabs.com/"
link: "https://www.aukilabs.com/"
enable: true

websiteLink: "https://www.aukilabs.com/"
Expand Down
2 changes: 1 addition & 1 deletion src/content/Ecosystem_Page/brev/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
projectTitle: Brev.dev (Acq. by NVIDIA)
projectImage: "./project-banner.png"
pubDate: "2021-02-01"

showcase: true
tags:
- AI & ML

Expand Down
2 changes: 1 addition & 1 deletion src/content/Ecosystem_Page/flock.io/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags:
- AI & ML

category: deployed_on_akash

showcase: true
description: Flock.io is advancing open, decentralized AI by integrating with Akash's Supercloud, making it simple for developers to access high-performance compute for training AI models.

ctaButton:
Expand Down
4 changes: 2 additions & 2 deletions src/content/Ecosystem_Page/nousresearch/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ pubDate: "2023-03-04"

tags:
- AI & ML

showcase: true
category: deployed_on_akash

description: The AI Accelerator Company
description: Leveraging the power of Akash's decentralized cloud, Nous Research successfully trained 'Nous Hermes 2,' an advanced AI model built on over 1,000,000 entries of GPT-4 data.

ctaButton:
label: View Project
Expand Down
20 changes: 0 additions & 20 deletions src/content/Ecosystem_Page/presearch/index.md

This file was deleted.

Binary file not shown.
4 changes: 2 additions & 2 deletions src/content/Ecosystem_Page/primeIntellect/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ tags:
category: deployed_on_akash

description: Prime Intellect leverages Akash Supercloud's high-performance GPUs, like NVIDIA H100 and A100, to democratize AI development.

showcase: true
ctaButton:
label: View Project
link: "https://www.primeintellect.ai/"
link: "https://www.primeintellect.ai/"
enable: true

websiteLink: "https://www.primeintellect.ai/"
Expand Down
2 changes: 0 additions & 2 deletions src/content/Ecosystem_Page/sdxl-on-akash/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ category: deployed_on_akash

description: SDXL is a high quality text-to-image model from Stability AI. This application is running on NVIDIA A100s leased from the Akash Supercloud, to achieve high-performing and cost-effective inference of 1024×1024 images.

showcase: true

websiteLink: "https://sdxl.akash.network/"

ctaButton:
Expand Down
6 changes: 3 additions & 3 deletions src/content/Ecosystem_Page/texas-edu/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ tags:
- AI & ML

category: deployed_on_akash

showcase: true
description: The University of Texas at Austin is a bold, ambitious leader, providing a first-class education and the tools of discovery to more than 51,000 students.

ctaButton:
label: View Project
link: "https://www.utexas.edu/"
link: "https://www.utexas.edu/"
enable: true

websiteLink: "https://www.utexas.edu/"
websiteLink: "https://www.utexas.edu/"
twitterLink: "https://twitter.com/UTAustin"
featured: true
---
4 changes: 2 additions & 2 deletions src/content/Ecosystem_Page/venice.ai/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ tags:
category: deployed_on_akash

description: Venice is the easy app for private, uncensored AI conversations and image generation. Try for free with no log-in needed.

showcase: true
ctaButton:
label: View Project
link: "https://venice.ai/home"
link: "https://venice.ai/home"
enable: true

websiteLink: "https://venice.ai/home"
Expand Down
2 changes: 1 addition & 1 deletion src/content/Homepage/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ aiModelsAndAppsSection:

- title: "Nous Research"
image: "./assets/tools/nous.png"
description: "The AI Accelerator Company"
description: "Leveraging the power of Akash's decentralized cloud, Nous Research successfully trained 'Nous Hermes 2,' an advanced AI model built on over 1,000,000 entries of GPT-4 data."
link : "https://nousresearch.com/"
darkImage : "./assets/tools/nous.png"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export async function getStaticPaths({
projects.forEach((project) => {
// Loop through the tags in each blog post
project.data.tags.forEach((tag) => {
project.data.tags.forEach((tag: any) => {
// Capitalize the first letter of the tag
const lowerCasedTag = tag.toLowerCase();
// Check if the tag is not already in the allTags array
Expand Down
35 changes: 21 additions & 14 deletions src/pages/ecosystem/showcase/latest/[...page].astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import TagsSortDropDown from "@/components/ecosystem-pages/tags-sort-dropdown";
import TopMargin from "@/components/ui/top-margin.astro";
import TopHeader from "@/components/ecosystem-pages/top-header.astro";
import Categories from "@/components/ecosystem-pages/categories.astro";
import { getPriorityIndex } from "@/utils/sequences/deployedOnAkash";
type Project = CollectionEntry<"Ecosystem_Page">;
// Define a function to generate static paths
Expand Down Expand Up @@ -129,20 +130,26 @@ const pathName = astroUrl.pathname.split("/");
class="mt-4 grid flex-shrink-0 grid-cols-1 gap-y-[24px] sm:grid-cols-2 sm:gap-x-8 md:gap-y-8 lg:grid-cols-3 lg:gap-x-[36px] lg:gap-y-[32px]"
>
{
page.data.map((project: Project, i: number) => {
return (
<ProjectCard
title={project.data.projectTitle}
description={project.data.description}
image={project.data.projectImage}
button={project.data.ctaButton}
githubLink={project.data.githubLink}
twitterLink={project.data.twitterLink}
websiteLink={project.data.websiteLink}
discordLink={project.data.discordLink}
/>
);
})
[...page.data]
.sort(
(a, b) =>
getPriorityIndex(a.data.projectTitle) -
getPriorityIndex(b.data.projectTitle),
)
?.map((project: Project, i: number) => {
return (
<ProjectCard
title={project.data.projectTitle}
description={project.data.description}
image={project.data.projectImage}
button={project.data.ctaButton}
githubLink={project.data.githubLink}
twitterLink={project.data.twitterLink}
websiteLink={project.data.websiteLink}
discordLink={project.data.discordLink}
/>
);
})
}
</div>

Expand Down

0 comments on commit ab7ffa0

Please sign in to comment.