diff --git a/kibicara-frontend/src/app/homepage/homepage.component.html b/kibicara-frontend/src/app/homepage/homepage.component.html index ba4e982..e52887b 100644 --- a/kibicara-frontend/src/app/homepage/homepage.component.html +++ b/kibicara-frontend/src/app/homepage/homepage.component.html @@ -12,24 +12,28 @@
-

Cross-platform

+

Cross-platform

- Kibicara provides a connection to your community, without the need to - install new software. This minimizes the barrier of entry for new users. + Kibicara is a bridge between multiple messaging platforms with the goal of + providing real-time broadcast messages for real-life communities. Kibicara + distributes your message to all subscribers of a Kibicara hood on + different platforms.

-

Anonymous

+

Community-driven

- Messages sent with Kibicara are anonymous - perfect for news tickers, - activism or disaster warnings + Kibicara provides a connection to your (local) community, without the need + to install new software or to create new accounts. Just use the platforms + you already know and love and subscribe to your Kibicara hood!

-

Community-driven

+

Inclusive and easy

- Hoods aren't centrally administrated - Admins can customize the behavior - of their hoods to their hearts content. + Messages sent with Kibicara reach people via Telegram, Twitter and even + E-Mail - perfect for announcing the next neighborhood meetings, creating + news tickers or even providing disaster warnings.

@@ -39,21 +43,28 @@

Kibicara is a bridge between multiple messaging platforms with the goal of - providing anoymous communication for (local) communities. Hoods are - community-administrated instances of kibicara, being able to blacklist or - whitelist certain phrases. You subscribe to a hood through your service of - choice. This can either be a E-Mail, Telegram or Twitter. + providing broadcast communication for (local) communities. Hoods are + community-administrated instances of Kibicara, being able to customize + different platform accounts and filters. You subscribe to a Kibicara hood + through your service of choice. This can either be E-Mail, Telegram or + Twitter.

Discover hoods!
+

Gather a new hood!

If you want to create your own hood for your community, you can read our - FAQ for hood-admins. + FAQ for hood-admins. As a hood admin + you can create a new real-life social network by sharing the + public page of your hood and start + networking with your real life neighbors.
- If you want to contribute to the development of Kibicara check out our +

Contribute!

+ Kibicara is Free and Open Source software (FOSS). If you want to contribute + to the development of Kibicara or report a bug check out our Github.
diff --git a/kibicara-frontend/src/app/homepage/homepage.component.scss b/kibicara-frontend/src/app/homepage/homepage.component.scss index c6d886e..9fd4100 100644 --- a/kibicara-frontend/src/app/homepage/homepage.component.scss +++ b/kibicara-frontend/src/app/homepage/homepage.component.scss @@ -83,7 +83,7 @@ line-height: 1.875rem; } -h3 { +h2 { font-weight: bold; font-size: 1.6375rem; } @@ -91,4 +91,4 @@ h3 { // color can be changed, i just chose a slightly better color than dark blue a { color: #673ab7; -} \ No newline at end of file +}