-
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.
* Update astro v2 to v4 * Update Hero section to tailwind * Update Navbar component style to tailwind * Remove old Navbar code * Refactor Mindplex section in Astro file * our ai page update * our ai section ui edit * mindplex token ui edit * our team ui update * slider remove * ui cleanup * mindplex ui fix * ui clean up * ui cleanup card responsiveness * ui cleanup * roadmap new ui * navbar for roadmap * roadmap content * roadmap section deleted * road map responsiveness * joinus section responsiveness * md files for version content * road map pages * added helper function to load the appropriate quarter data * Refactor version_id validation and update roadmapContent assignment * Update roadmap link to include "/roadmap/" prefix * Add @splinetool/runtime and @splinetool/viewer dependencies and 3d animation * ui clean up on roadmap page * version content match with the document * removing Q2 and fix tabs --------- Co-authored-by: dave <[email protected]> Co-authored-by: Dawit Mekonnen <[email protected]>
- Loading branch information
1 parent
46bbe4d
commit 9f51662
Showing
35 changed files
with
434 additions
and
219 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -43,6 +43,19 @@ import GlowingBtn from "./GlowingBtn.astro"; | |
</div> | ||
</div> | ||
<div class="w-full max-w-[270px] md:max-w-[715px]"> | ||
<img src="/hero_main.png" alt="Image description" class="w-full" /> | ||
<canvas id="canvas3d" class="w-full h-full" width="100%" height="100%" | ||
></canvas> | ||
</div> | ||
</section> | ||
<script | ||
type="module" | ||
src="https://unpkg.com/@splinetool/[email protected]/build/spline-viewer.js" | ||
></script> | ||
|
||
<script> | ||
import { Application } from "@splinetool/runtime"; | ||
|
||
const canvas = document.getElementById("canvas3d"); | ||
const app = new Application(canvas); | ||
app.load("https://prod.spline.design/VEuho3NWmFQK-bnv/scene.splinecode"); | ||
</script> |
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 |
---|---|---|
@@ -1,27 +0,0 @@ | ||
<!-- <div class="roadmap"> | ||
<h1>Roadmap</h1> | ||
<img src="/line.svg" alt="line" /> | ||
<img src="/Roadmap-min.png" alt="Roadmap" /> | ||
</div> | ||
<style> | ||
.roadmap, | ||
.card_grid_section__header { | ||
text-align: center; | ||
} | ||
.roadmap { | ||
margin-top: 40px; | ||
margin-bottom: 40px; | ||
} | ||
.roadmap h1 { | ||
font-size: 26px; | ||
font-style: normal; | ||
font-weight: 700; | ||
line-height: normal; | ||
text-transform: uppercase; | ||
text-align: initial; | ||
margin-bottom: 15px; | ||
} | ||
</style> --> | ||
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,7 @@ | ||
--- | ||
title: Bias Detector | ||
description: A powerful AI tool that can detect bias in a content by identifying logical fallacies, cognitive biases, origin of content, and the motive of the content creator. This will also evolve as a plugin and a webextension in later phases. | ||
color: bg-[#529890] | ||
sectionTitle: Beta Version | ||
sectionColor: 83E9FF | ||
--- |
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,8 @@ | ||
--- | ||
title: Automatic Comment Approval Tool via Sentiment Analysis | ||
description: With this AI, Mindplex will be able to rate posts, publications, and comments more accurately and make them easier to find. Initially, the tool will approve publication of comments automatically, and later on it will be used for content publication. | ||
color: bg-[#62AABA] | ||
sectionColor: 83E9FF | ||
--- | ||
|
||
|
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,6 @@ | ||
--- | ||
title: Enhanced Reputation Engine | ||
description: Mindplex will include an enhanced, generalized Reputation calculator that can be shared across other media networks. It will be released as a plugin. | ||
color: bg-[#529890] | ||
sectionColor: 83E9FF | ||
--- |
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,8 @@ | ||
--- | ||
title: Enhanced Recommendation AI | ||
description: This engine’s AI will be more powerful and more accurate, so it can be shared with other media networks. It will be released as a plugin. It will introduce new concepts like ‘Balance’ in the content ranking and distribution business. | ||
color: bg-[#62AABA] | ||
sectionColor: 83E9FF | ||
--- | ||
|
||
|
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,9 @@ | ||
--- | ||
title: Mindplex Android and iOS application | ||
description: This application will mirror the website and the social media with a mobile-friendly interface. | ||
color: bg-[#529890] | ||
sectionColor: 83E9FF | ||
--- | ||
|
||
|
||
|
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,9 @@ | ||
--- | ||
title: MindplexGo (Generative AI tool) | ||
description: This engine’s AI will be more powerful and more accurate, so it can be shared with other media networks. It will be released as a plugin. It will introduce new concepts like ‘Balance’ in the content ranking and distribution business. | ||
color: bg-[#62AABA] | ||
sectionColor: 83E9FF | ||
--- | ||
|
||
|
||
|
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,7 @@ | ||
--- | ||
title: VR Podcast | ||
description: Released on the beta version. This platform will include a virtual 3D studio where interviews and other similar content will be published on a regular basis in VR format. | ||
color: bg-[#529890] | ||
sectionColor: 83E9FF | ||
--- | ||
|
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,8 @@ | ||
--- | ||
title: Website and Social Media on Mastodon | ||
description: The main channels of Mindplex. | ||
color: bg-[#6D649F] | ||
sectionTitle: Alpha (MVP) Version | ||
sectionColor: EE83FF | ||
--- | ||
|
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,8 @@ | ||
--- | ||
title: Reputation Engine | ||
description: Mindplex community members and users' reputations are managed by the main engine. | ||
color: bg-[#A562AF] | ||
sectionColor: A562AF | ||
--- | ||
|
||
|
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,6 @@ | ||
--- | ||
title: Content Factory | ||
description: This is the reputation-based matchmaking engine where Mindplex Community members build their network and control the flow of content in a decentralized and democratic manner. | ||
color: bg-[#6D649F] | ||
sectionColor: A562AF | ||
--- |
Oops, something went wrong.