t('An open source project is its contributors. Over 1000 people have code in Nextcloud while about a 10th of those are part of our GitHub organization, meaning they have direct access to the code, working with it following our development process. Besides coders, there are designers, Nextcloud advocates, translators, forum admins and many others who are part of our awesome community. Below you see many, but not all of our awesome members, in random order. If you want to be listed just set yourself as public in our GitHub organization. If you want to take part in our community, learn more about the different ways to contribute');?>

'); foreach($users as $user) { $data = CONTRIBOOK_USER::getuser($user); $image_src = CONTRIBOOK_PHOTO_URL.blogger_200.png; if(in_array($data['userid'], $forbiddenUsers, true)) { continue; } echo('
'); if($data['picture_200'] !== ''){ $image_src = CONTRIBOOK_PHOTO_URL.$data['picture_200']; // echo(''); } elseif($data['githubId']) { $image_src = 'https://avatars2.githubusercontent.com/u/'.$data['githubId'].'?v=3&s=200'; // echo(''); } echo('
'); echo(''); echo('
'); } echo('
'); } ?>