📝 Update products directory
This commit is contained in:
parent
97995004f1
commit
03986bf647
@ -2,11 +2,19 @@
|
||||
slug: "solarpass"
|
||||
icon: "https://id.solsynth.dev/favicon.svg"
|
||||
name: "Solarpass"
|
||||
code: "Hydrogen.Solarpass"
|
||||
description: "The unified identity service for Solar Network."
|
||||
code: "Hydrogen.Identity"
|
||||
description: "Unified Authentication Service and Seamless Access to Solar Network. The All in One Authentication Service for Solar Network."
|
||||
link: "https://id.solsynth.dev"
|
||||
source: "https://git.solsynth.dev/Hydrogen/Identity"
|
||||
date: "2024-03-16T15:50:16.202Z"
|
||||
---
|
||||
|
||||
I have nothing to say.
|
||||
Hydrogen.Identity is a cutting-edge solution designed to streamline user authentication processes across all Hydrogen services. With Hydrogen.Identity, users gain seamless access to various Hydrogen platforms and applications using a single set of credentials.
|
||||
|
||||
Gone are the days of managing multiple accounts and remembering numerous passwords. Hydrogen.Identity simplifies the user experience by providing a centralized authentication system, ensuring convenience and security hand in hand.
|
||||
|
||||
Moreover, Hydrogen.Identity offers developers a hassle-free method to integrate with the Solar Network user ecosystem. Developers can now easily access Solar Network's vast user base and leverage its functionalities without the burden of intricate development processes.
|
||||
|
||||
With Hydrogen.Identity's straightforward integration capabilities, developers can focus on building innovative solutions without being bogged down by complex authentication protocols. By providing a simplified pathway to tap into the Solar Network user network, Hydrogen.Identity empowers developers to create seamless and engaging experiences for their users.
|
||||
|
||||
By bridging the gap between developers and the Solar Network ecosystem, Hydrogen.Identity accelerates the development cycle, fosters innovation, and ultimately enhances the value proposition of applications built on the Hydrogen platform. With Hydrogen.Identity, developers can unlock the full potential of Solar Network's user base with ease and efficiency.
|
||||
|
18
content/products/solarplaza.md
Normal file
18
content/products/solarplaza.md
Normal file
@ -0,0 +1,18 @@
|
||||
---
|
||||
slug: "solarplaza"
|
||||
icon: "https://co.solsynth.dev/favicon.svg"
|
||||
name: "Solarplaza"
|
||||
code: "Hydrogen.Interactive"
|
||||
description: "Elevating Social Media with Quality Content and Developer-Friendly APIs."
|
||||
link: "https://co.solsynth.dev"
|
||||
source: "https://git.solsynth.dev/Hydrogen/Interactive"
|
||||
date: "2024-03-16T15:50:16.202Z"
|
||||
---
|
||||
|
||||
Hydrogen.Interactive emerges as a refreshing take on social media, akin to Twitter, yet with a distinct emphasis on user-generated content quality over low-quality, sensationalist trends. As a social media platform, Hydrogen.Interactive prioritizes meaningful interactions, fostering a community where users can engage in thoughtful discussions, share valuable insights, and showcase their expertise.
|
||||
|
||||
Unlike conventional social media platforms that often succumb to the allure of clickbait and superficial content, Hydrogen.Interactive stands out by curating a space where substance reigns supreme. Users are encouraged to contribute to discussions, share informative content, and connect with like-minded individuals who value authenticity and intellectual discourse.
|
||||
|
||||
Moreover, Hydrogen.Interactive goes beyond offering a user-centric experience; it also extends its functionality to developers through a comprehensive set of RESTful APIs. These APIs empower developers to seamlessly integrate Hydrogen.Interactive's features into their own applications, enabling them to build custom communities and leverage our platform to manage their content effectively. By providing developers with the tools they need, Hydrogen.Interactive accelerates site development and facilitates the creation of vibrant online communities.
|
||||
|
||||
By prioritizing quality content, meaningful interactions, and developer-friendly APIs, Hydrogen.Interactive aims to elevate the social media landscape. Join Hydrogen.Interactive today and be part of a community that values substance over superficiality while offering developers the flexibility to innovate and create tailored experiences for their users.
|
@ -16,7 +16,7 @@
|
||||
<p class="opacity-80">{{ post?.description }}</p>
|
||||
</v-card-text>
|
||||
|
||||
<v-divider class="mx-[-20px] my-3 border-opacity-75" />
|
||||
<v-divider class="mx-[-20px] mt-3 border-opacity-75" />
|
||||
|
||||
<v-card-text tag="article" class="prose max-w-none">
|
||||
<content-renderer :value="post">
|
||||
@ -26,7 +26,7 @@
|
||||
</content-renderer>
|
||||
</v-card-text>
|
||||
|
||||
<v-divider class="mx-[-20px] my-4 border-opacity-75" />
|
||||
<v-divider class="mx-[-20px] mb-4 border-opacity-75" />
|
||||
|
||||
<div class="mt-3 flex justify-between items-center">
|
||||
<p class="ps-3.5 text-sm">
|
||||
|
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<v-container>
|
||||
<div class="max-w-[720px] mx-auto flex flex-col gap-2">
|
||||
<div class="max-w-[720px] mx-auto flex flex-col gap-3">
|
||||
<v-card v-for="item in posts">
|
||||
<v-img
|
||||
v-if="item.thumbnail"
|
||||
|
@ -8,7 +8,7 @@
|
||||
</template>
|
||||
<template #subtitle>{{ product?.description }}</template>
|
||||
|
||||
<v-divider class="mx-[-20px] my-3 border-opacity-75" />
|
||||
<v-divider class="mx-[-20px] mt-3 border-opacity-75" />
|
||||
|
||||
<v-card-text tag="article" class="prose max-w-none">
|
||||
<content-renderer :value="product">
|
||||
@ -18,7 +18,7 @@
|
||||
</content-renderer>
|
||||
</v-card-text>
|
||||
|
||||
<v-divider class="mx-[-20px] my-4 border-opacity-75" />
|
||||
<v-divider class="mx-[-20px] mb-4 border-opacity-75" />
|
||||
|
||||
<div class="mt-3 flex justify-between items-center">
|
||||
<p class="ps-3.5 text-sm">
|
||||
|
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<v-container>
|
||||
<div class="max-w-[720px] mx-auto flex flex-col gap-2">
|
||||
<div class="max-w-[720px] mx-auto flex flex-col gap-3">
|
||||
<v-card v-for="item in products">
|
||||
<v-row class="pa-5">
|
||||
<v-col :xs="12" :md="3">
|
||||
|
Loading…
x
Reference in New Issue
Block a user