Skip to content

Commit caa6afc

Browse files
Updated Academy partners list
Updated the Academy partners list to include new partners, correct categories, and restore previously removed ones. X-Lovable-Edit-ID: edt-8a3e7262-1433-4625-ae52-f1520d89ba13 Co-authored-by: Alien69Flow <111972684+Alien69Flow@users.noreply.github.com>
2 parents f52a0d3 + ff2bde4 commit caa6afc

2 files changed

Lines changed: 18 additions & 47 deletions

File tree

.lovable/plan.md

Lines changed: 1 addition & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,2 @@
11

2-
3-
# Academy Partners: Restore, Expand & Correct Categories
4-
5-
## Current State
6-
7 categories with some partners removed and some miscategorized. User wants:
7-
- Restore removed partners (Meslo Ltd, Motus DAO, My DNA Bank from HEALTHFLOW)
8-
- Add MIT OpenCourseWare, Stanford Online, Khan Academy
9-
- Fix: **Explore** belongs in ECOFLOW not GAMEFLOW
10-
- Add more partners to GAMEFLOW, CASHFLOW, DATAFLOW
11-
12-
## Changes to `src/pages/Academy.tsx`
13-
14-
### ACADEMY PARTNERS — Add 3 new
15-
- **Khan Academy**`https://www.khanacademy.org/` (Wikipedia SVG logo)
16-
- **MIT OpenCourseWare**`https://ocw.mit.edu/` (Wikipedia SVG logo)
17-
- **Stanford Online**`https://online.stanford.edu/` (Wikipedia SVG logo)
18-
19-
### CASHFLOW — Add 2
20-
- **CoinGecko** → local logo `/lovable-uploads/CoinGeckoLogo.svg`
21-
- **CoinMarketCap** → local logo `/lovable-uploads/CoinMarketCapLogo.jpeg`
22-
23-
### DATAFLOW — Add 2
24-
- **DappRadar** → local logo `/lovable-uploads/DappRadarLogo.jpeg`
25-
- **GitBook** → Wikipedia SVG
26-
27-
### ECOFLOW — Move Explore here (from GAMEFLOW)
28-
- Add **Explore** to ECOFLOW (nature/wildlife → ecology fit)
29-
30-
### GAMEFLOW — Remove Explore, add proper gaming partners
31-
- **ArenaGG** → local logo `/lovable-uploads/Clubs/ArenaGG.png`
32-
- **Battlefy** → local logo `/lovable-uploads/Clubs/Battlefy.svg`
33-
- **BlitzGG** → local logo `/lovable-uploads/Clubs/BlitzGG.svg`
34-
- **ESL** → local logo `/lovable-uploads/Clubs/ESL.svg`
35-
- **Unity Learn** stays
36-
37-
### HEALTHFLOW — Restore removed + keep existing
38-
- Restore **Meslo Ltd**, **Motus DAO**, **My DNA Bank** (with text-initial fallback via onError)
39-
- **Proton** and **WHO** stay
40-
- Add **Yazio**`https://www.yazio.com/` (Wikipedia logo)
41-
42-
### SPACEFLOW — Keep as-is (already robust with 10 partners)
43-
44-
## Single file change
45-
Only `src/pages/Academy.tsx` — update the `partnerCategories` array.
46-
2+
Aquí tienes el plan de acción corregido y ultra-detallado. He inyectado tus instrucciones de jerarquía, la nueva categoría estratégica CashFlow, el orden alfabético y la restauración estética del día 23.Copia este texto y pégalo directamente en el botón "Edit Plan" de Lovable antes de darle a "Approve".Academy Page Redesign Plan: Quantum Restoration & Strategic Expansion1. Hero Header: 23rd Jan RestorationPriority: Restore the high-tech visual identity exactly as it was on January 23rd.Circular Logo Frame: Restore the double-ring circular frame with depth shadows and the "Quantum Glow" (pulsating animation).Typography: Reset title to 'Nasalization' font with the original green/gold gradient and drop-shadow.Subtitle/Quote: Restore the italicized, wide-spaced subtitle with the original golden-muted color palette.Spacing: Do not over-compact. Maintain the original vertical breathing room that felt premium.2. Partners: Logical & Institutional RestructuringOrganize all partners ALPHABETICALLY within these specific categories:CategoryIncluded PartnersACADEMY PARTNERSAcademia, AulaFacil, Coursera, Cursa, edX, GrowGoogle, Hotmart, MasterClass, Mooc, SkillShare, Udacity, UNED.CASHFLOWAzrael Codex (Bitget), Predik.HEALTHFLOWMeslo Ltd, Motus DAO, My DNA Bank, Proton, Yazio.DATAFLOWAlchemy, HackMD, HackerRank.ECOFLOWClimateReanalyzer, OEGlobal, OpenUpEd.GAMEFLOWExplore, Unity Learn.SPACEFLOWESA, KAGRA, LIGO, LSC, NASA, UNESCO, UNSSC, Virgo.3. Asset & Logo IntegrityPriority 1: Use all files from /lovable-uploads/Academy/ (matching the GitHub repository).Priority 2: For missing official logos (NASA, Coursera, Proton, etc.), use high-resolution official Wiki/External URLs as previously implemented.Visuals: Maintain the grayscale to color filter on hover.Links: Ensure every partner has its functional external link.4. UI/UX Polish (Contact Us & Global)Contact Page: Fix the H1 separator by adding horizontal gradient lines (transparent -> alien-green -> transparent) to the sides of the center dot.Chat Bubble: Add the triangular "comic-style" pointer to the message bubble in the Contact section to make it look like a real chat.Interactions: Ensure all cards use the scale-[1.01] transition with a 300ms duration.5. Technical ImplementationUpdate src/pages/Academy.tsx as a single, clean file.Ensure the partnerCategories constant reflects the alphabetical order and the new CashFlow category.6. Proactive ExpansionIntegrate 2 or 3 additional high-prestige institutions in SpaceFlow or HealthFlow (e.g., SpaceX, CERN, or major BioTech labs) if high-quality logos are available, to enhance institutional weight.

src/pages/Academy.tsx

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,12 @@ const partnerCategories = [
6363
{ name: "edX", url: "https://www.edx.org/", logo: "/lovable-uploads/Academy/edX.png" },
6464
{ name: "GrowGoogle", url: "https://grow.google/", logo: "/lovable-uploads/Academy/GrowGoogle.png" },
6565
{ name: "Hotmart", url: "https://www.hotmart.com/", logo: "/lovable-uploads/Academy/Hotmart.png" },
66+
{ name: "Khan Academy", url: "https://www.khanacademy.org/", logo: "https://upload.wikimedia.org/wikipedia/commons/1/15/Khan_Academy_Logo_Old_version_2015.svg" },
6667
{ name: "MasterClass", url: "https://www.masterclass.com/", logo: "/lovable-uploads/Academy/MasterClass.jpeg" },
68+
{ name: "MIT OCW", url: "https://ocw.mit.edu/", logo: "https://upload.wikimedia.org/wikipedia/commons/a/ab/MIT_OpenCourseWare_logo.svg" },
6769
{ name: "Mooc", url: "https://www.mooc.org/", logo: "/lovable-uploads/Academy/Mooc.png" },
6870
{ name: "SkillShare", url: "https://www.skillshare.com/", logo: "/lovable-uploads/Academy/SkillShare.jpeg" },
71+
{ name: "Stanford Online", url: "https://online.stanford.edu/", logo: "https://upload.wikimedia.org/wikipedia/commons/b/b5/Seal_of_Leland_Stanford_Junior_University.svg" },
6972
{ name: "Udacity", url: "https://www.udacity.com/", logo: "/lovable-uploads/Academy/Udacity.svg" },
7073
{ name: "UNED", url: "https://www.uned.es/", logo: "/lovable-uploads/Academy/UNED.png" }
7174
]
@@ -74,13 +77,17 @@ const partnerCategories = [
7477
label: 'CASHFLOW',
7578
partners: [
7679
{ name: "Azrael Codex", url: "https://www.bitget.com/", logo: "/lovable-uploads/Clubs/Bitget.png" },
80+
{ name: "CoinGecko", url: "https://www.coingecko.com/", logo: "/lovable-uploads/CoinGeckoLogo.svg" },
81+
{ name: "CoinMarketCap", url: "https://coinmarketcap.com/", logo: "/lovable-uploads/CoinMarketCapLogo.jpeg" },
7782
{ name: "Predik", url: "https://predik.io/", logo: "https://predik.io/assets/images/logo-predik.svg" }
7883
]
7984
},
8085
{
8186
label: 'DATAFLOW',
8287
partners: [
8388
{ name: "Alchemy", url: "https://www.alchemy.com/", logo: "/lovable-uploads/Academy/Alchemy.png" },
89+
{ name: "DappRadar", url: "https://dappradar.com/", logo: "/lovable-uploads/DappRadarLogo.jpeg" },
90+
{ name: "GitBook", url: "https://www.gitbook.com/", logo: "https://upload.wikimedia.org/wikipedia/commons/9/91/Gitbook.svg" },
8491
{ name: "HackMD", url: "https://hackmd.io/", logo: "/lovable-uploads/Academy/HackMD.svg" },
8592
{ name: "HackerRank", url: "https://www.hackerrank.com/", logo: "/lovable-uploads/Academy/HackerRank.svg" }
8693
]
@@ -89,22 +96,30 @@ const partnerCategories = [
8996
label: 'ECOFLOW',
9097
partners: [
9198
{ name: "ClimateReanalyzer", url: "https://climatereanalyzer.org/", logo: "/lovable-uploads/Academy/ClimateReanalyzer.svg" },
99+
{ name: "Explore", url: "https://explore.org/", logo: "/lovable-uploads/Academy/Explore.png" },
92100
{ name: "OEGlobal", url: "https://www.oeglobal.org/", logo: "/lovable-uploads/Academy/OEGlobal.jpeg" },
93101
{ name: "OpenUpEd", url: "https://www.openuped.eu/", logo: "/lovable-uploads/Academy/OpenUpEd.jpeg" }
94102
]
95103
},
96104
{
97105
label: 'GAMEFLOW',
98106
partners: [
99-
{ name: "Explore", url: "https://explore.org/", logo: "/lovable-uploads/Academy/Explore.png" },
107+
{ name: "ArenaGG", url: "https://arenagg.com/", logo: "/lovable-uploads/Clubs/ArenaGG.png" },
108+
{ name: "Battlefy", url: "https://battlefy.com/", logo: "/lovable-uploads/Clubs/Battlefy.svg" },
109+
{ name: "BlitzGG", url: "https://blitz.gg/", logo: "/lovable-uploads/Clubs/BlitzGG.svg" },
110+
{ name: "ESL", url: "https://www.eslgaming.com/", logo: "/lovable-uploads/Clubs/ESL.svg" },
100111
{ name: "Unity Learn", url: "https://learn.unity.com/", logo: "/lovable-uploads/Academy/UnityLearn.svg" }
101112
]
102113
},
103114
{
104115
label: 'HEALTHFLOW',
105116
partners: [
117+
{ name: "Meslo Ltd", url: "https://meslo.com/", logo: "https://meslo.com/logo.svg" },
118+
{ name: "Motus DAO", url: "https://motusdao.io/", logo: "https://motusdao.io/logo.svg" },
119+
{ name: "My DNA Bank", url: "https://mydnabank.com/", logo: "https://mydnabank.com/logo.svg" },
106120
{ name: "Proton", url: "https://proton.me/", logo: "https://upload.wikimedia.org/wikipedia/commons/4/4a/Proton_Technologies_AG_logo.svg" },
107-
{ name: "WHO", url: "https://www.who.int/", logo: "https://upload.wikimedia.org/wikipedia/commons/2/26/World_Health_Organization_Logo.svg" }
121+
{ name: "WHO", url: "https://www.who.int/", logo: "https://upload.wikimedia.org/wikipedia/commons/2/26/World_Health_Organization_Logo.svg" },
122+
{ name: "Yazio", url: "https://www.yazio.com/", logo: "https://upload.wikimedia.org/wikipedia/commons/5/5e/Yazio-app-logo.svg" }
108123
]
109124
},
110125
{

0 commit comments

Comments
 (0)