Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit eedecc8

Browse files
feat: what's DeckDeckGo instead of popular
1 parent 7209ab3 commit eedecc8

File tree

3 files changed

+26
-21
lines changed

3 files changed

+26
-21
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
app-popular {
2+
ion-card[class*="sc-ion-card"] {
3+
--background: white;
4+
}
5+
}

studio/src/app/components/feed/app-popular/app-popular.tsx

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,23 @@ import {Component} from '@stencil/core';
77
})
88
export class AppPopular {
99

10+
// TODO: For the time being, display what's DeckDeckGo. In the future present dynamic content, like the popular or trending presentations
11+
1012
render() {
1113
return [
12-
<h1 padding>Popular</h1>,
14+
<h1 padding>What the heck is DeckDeckGo?</h1>,
1315
<ion-card>
14-
<ion-item href="#" class="activated">
15-
<ion-icon name="wifi" slot="start"></ion-icon>
16-
<ion-label>Card Link Item 1 .activated</ion-label>
17-
</ion-item>
18-
19-
<ion-item href="#">
20-
<ion-icon name="wine" slot="start"></ion-icon>
21-
<ion-label>Card Link Item 2</ion-label>
22-
</ion-item>
23-
24-
<ion-item class="activated">
25-
<ion-icon name="warning" slot="start"></ion-icon>
26-
<ion-label>Card Button Item 1 .activated</ion-label>
27-
</ion-item>
28-
29-
<ion-item>
30-
<ion-icon name="walk" slot="start"></ion-icon>
31-
<ion-label>Card Button Item 2</ion-label>
32-
</ion-item>
16+
<ion-card-content>
17+
<p>DeckDeckGo aims to be the <strong>open source</strong> editor for <strong>PWA presentations</strong>.</p>
18+
19+
<p padding-top>What does that mean 🤔?</p>
20+
21+
<p padding-top>It means that every presentations you write, present and publish with DeckDeckGo are themselves also <strong>apps</strong> for desktop and mobile 🤪</p>
22+
23+
<p padding-top>DeckDeckGo aims to be an online community for sharing presentations, slides and talks about your interests and ideas too.</p>
24+
25+
<p padding-top><strong>Edit anywhere, display everywhere</strong></p>
26+
</ion-card-content>
3327
</ion-card>
3428

3529
];

studio/src/app/pages/core/about/app-about/app-about.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,13 @@ export class AppAbout {
1616

1717
<h3 padding-top>Edit anywhere, display everywhere</h3>
1818

19-
<p padding-top>DeckDeckGo aims to be the open source editor for PWA presentations. It's also an online community for sharing presentations, slides and talks about your interests and ideas. It has for goal to be simple and therefore hopefully to be usable by anyone.</p>
19+
<p padding-top>DeckDeckGo aims to be the open source editor for PWA presentations.</p>
20+
21+
<p>What does that mean 🤔? It means that every presentations you write, present and publish with DeckDeckGo are themselves also <strong>apps</strong> for desktop and mobile 🤪</p>
22+
23+
<p>DeckDeckGo aims to be an online community for sharing presentations, slides and talks about your interests and ideas too.</p>
24+
25+
<p>It has for goal to be simple and therefore hopefully to be usable by anyone.</p>
2026

2127
<h1 class="ion-text-center ion-padding-top">Team</h1>
2228

0 commit comments

Comments
 (0)