diff --git a/.DS_Store b/.DS_Store index 68ea2f3..98a9225 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/font/.DS_Store b/font/.DS_Store new file mode 100644 index 0000000..4c06a62 Binary files /dev/null and b/font/.DS_Store differ diff --git a/font/Arial.ttf b/font/Arial.ttf new file mode 100644 index 0000000..3d6805d Binary files /dev/null and b/font/Arial.ttf differ diff --git a/font/Times New Roman.ttf b/font/Times New Roman.ttf new file mode 100644 index 0000000..d67e102 Binary files /dev/null and b/font/Times New Roman.ttf differ diff --git a/index.html b/index.html index a6b9e02..287688e 100644 --- a/index.html +++ b/index.html @@ -43,7 +43,7 @@

What kind of communities are present on Mastodon, and what brought them there?

-

As a starting point, I focused on Mastodon. A self-hosted online social media, that allows anyone to host their own server and to be a small node in the network. Mastodon is separately operated and divided into different instances but also federated while it can communicate between all these nodes. It seemed the perfect training ground to collect data across the fediverse, while still being big enough to host different communities with diversified goals.

+

I focused my research on Mastodon. A self-hosted online social media, that allows anyone to host their own server and to be a small node in the network. Mastodon is separately operated and divided into different instances but also federated while it can communicate between all these nodes. It seemed the perfect case studie to collect data across the fediverse, hosting different communities with diversified goals.

One can see Mastodon has a place for internet refugees, and I guess I could agree. I started this experience with the idea that it was the perfect safe space, where people were here for a greater good, being marginalized groups that found it as a safe place, or free open source enthusiasts that gathered in an instance to talk about their own concerns. But I guess that it was not only it.

@@ -591,7 +591,7 @@

https://mastodont.cat/

-

mastodont.cat is a Catalan instance in Mastodon, that states that is for the community of Catalan language and culture throughout the internet.
It is also interesting to see these bullet points that they have set:
Mastodon is made of humans and not of algorithms nor of the interests of corporations.
Mastodon is for humans, rather than advertisers and collectors of data. +

Mastodont.cat is a Catalan instance in Mastodon, that states that is for the community of Catalan language and culture throughout the internet.
It is also interesting to see these bullet points that they have set:
Mastodon is made of humans and not of algorithms nor of the interests of corporations.
Mastodon is for humans, rather than advertisers and collectors of data.

READ MORE!

@@ -646,7 +646,7 @@

https://mastodon.gamedev.place/

-

this is an instance for discussions about game development and related fields, and/or by game developers and related professions. +

This is an instance for discussions about game development and related fields, and/or by game developers and related professions.

READ MORE!

@@ -783,7 +783,7 @@

https://post.lurk.org/

-

"Post.lurk.org, an instance for discussions around cultural freedom, experimental, new media art, net and computational culture, ..." +

"Post.lurk.org, an instance for discussions around cultural freedom, experimental, new media art, net and computational culture, and things like that. This is part of a family of services that include mailing lists, group chat, and XMPP."

READ MORE!

diff --git a/style.css b/style.css index 099f599..149714b 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,18 @@ +@font-face { + font-family: "Arial"; + src: url("font/Arial.ttf"); + font-weight: 400; + font-style: normal; +} + +@font-face { + font-family: "Times New Roman"; + src: url("font/Times New Roman.ttf"); + font-weight: 400; + font-style: normal; +} + + body{ width: 99%; background-color: #FFF;