diff --git a/kibicara-frontend/src/app/dashboard/board/platforms/platforms.component.html b/kibicara-frontend/src/app/dashboard/board/platforms/platforms.component.html index c1512bd..dec4623 100644 --- a/kibicara-frontend/src/app/dashboard/board/platforms/platforms.component.html +++ b/kibicara-frontend/src/app/dashboard/board/platforms/platforms.component.html @@ -9,7 +9,28 @@ -

+

+ Platform connections are the heart of your hood. Since each platform + works differently, the connection will be different. Click the + info icon next to the platform's name to find the + specific setup tutorial. +

+

+ When a platform has been successfully connected, it will show up below + and also your users will see the way to subscribe to in your public hood + page. +

+

+ Link to your hood page: + + open_in_new + +

diff --git a/kibicara-frontend/src/app/dashboard/hoods/faq/faq.component.html b/kibicara-frontend/src/app/dashboard/hoods/faq/faq.component.html index 44391c0..a7f4c49 100644 --- a/kibicara-frontend/src/app/dashboard/hoods/faq/faq.component.html +++ b/kibicara-frontend/src/app/dashboard/hoods/faq/faq.component.html @@ -7,7 +7,26 @@ >I just created an account. How do I proceed? -

+
    +
  1. + Create a hood by clicking on the New hood button and + entering its name. +
  2. +
  3. Click on the created hoods configuration page.
  4. +
  5. + Add platforms according to the info buttons in + the Platforms tab. +
  6. +
  7. + Write a nice text for the public hood page in the + Hoodpage tab. +
  8. +
  9. + (Optional) Add some filters to prevent abuse and spam in the + Filters tab. +
  10. +
  11. Share your public hood page with your community!
  12. +
@@ -15,7 +34,19 @@ >My messages don't not get broadcasted, why? -

+
@@ -23,13 +54,42 @@ >Someone is spamming my hood, how do I stop it? -

+

You have the following options:

+
My hood page is empty, why? -

+

This can have different reasons:

+
diff --git a/kibicara-frontend/src/app/public-pages/homepage/faq/faq.component.html b/kibicara-frontend/src/app/public-pages/homepage/faq/faq.component.html index 328970c..cf422ad 100644 --- a/kibicara-frontend/src/app/public-pages/homepage/faq/faq.component.html +++ b/kibicara-frontend/src/app/public-pages/homepage/faq/faq.component.html @@ -5,25 +5,63 @@ What is a Kibicara hood? -

+

+ Kibicara hoods are community-administrated instances of Kibicara. A hood + can be imagined as a box that takes messages from different messaging + platforms and distributes it to other messaging platforms. +

+

+ You as a hood user can join a hood by searching for its public hood + page. There you will find the information on how to subscribe to this + hood from your favourite platform. Additionally the public hood page + provides information on how to send broadcast messages to the hood. +

+

+ Kibicara hoods are thought to represent a community that exists in real + life. This means for example a neighborhood community that wants to use + technology to communicate but has people who only can use specific + technology and don't want to be excluded (e.g. people who only have + email). +

What is a public hood page? -

+

+ A public hood page provides you with the information about your hood. + This includes how to join, receive messages and send messages. Usually + you receive a link to the hood page of your community, but you can also + use the search to find your hood page. +

What is a hood admin? -

+

+ A hood admin is a person from your community who configures your + Kibicara hood for you to use. They give you a proper introduction and + usually send you the link to your hood page. They take care of the + social networking and the technology to use. +

- How can I use Kibicara? + How can I send a message to a Kibicara hood? -

+
    +
  1. Find your public hood page.
  2. +
  3. + Check the linked platforms. Choose the one you are most familiar with. +
  4. +
  5. + Use your platform's method to subscribe to an account. The account you + have to connect with is also linked there. +
  6. +
@@ -31,19 +69,37 @@ >I want to be included in a Kibicara hood. How? -

+

+ If your community already has a hood, you can + search for its name. If your community + does not have a hood and you want to create a hood, check out the page + for hood admins. +

I want to be a hood admin. How? -

+

+ Check out the page for + hood admins. +

Are my messages anonymous? -

+

+ No, your messages are not generally sent anonymously. Depending on the platform + you use, you can get away with being pseudonymous. We don't + send your user name, but the terms of the platform you use to send the + message still applies. +

+

+ Also: Everyone on the Internet can read the content of your messages. We + disadvice to send sensitive data since everyone on the Internet can read + it. The use case of hoods is broadcasting public messages! +

@@ -51,7 +107,41 @@ >What information do you save about me? -

+

+ The Kibicara server does save different information depending on the + use. If you are a normal user: +

+ +

+ We don't save any messages sent. Still every of your message will be + broadcasted to different platforms, so these platforms of course save + the content of your message. We disadvice to send sensitive data since + everyone on the Internet can read it. The use case of hoods is + broadcasting public messages. +

+

For hood admins:

+
diff --git a/kibicara-frontend/src/app/public-pages/homepage/homepage.component.scss b/kibicara-frontend/src/app/public-pages/homepage/homepage.component.scss index ab290d4..3942c4d 100644 --- a/kibicara-frontend/src/app/public-pages/homepage/homepage.component.scss +++ b/kibicara-frontend/src/app/public-pages/homepage/homepage.component.scss @@ -46,8 +46,3 @@ height: 100%; min-height: 200px; } - -// color can be changed, i just chose a slightly better color than dark blue -a { - color: #673ab7; -} diff --git a/kibicara-frontend/src/assets/hoods1.jpg b/kibicara-frontend/src/assets/hoods1.jpg index d291a61..e1e3f5e 100644 Binary files a/kibicara-frontend/src/assets/hoods1.jpg and b/kibicara-frontend/src/assets/hoods1.jpg differ