Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Website updates #2

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ description: Some description about us
collections:
- projects
- members
- contributors

# Use a different markdown renderer
markdown: kramdown
Expand Down
File renamed without changes.
File renamed without changes.
24 changes: 18 additions & 6 deletions _includes/header.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
{% include base.html %}
<header>
<nav class="navigation">
<a href="{{ base }}/" class="navigation-item"><span class="link-text">Bitspossessed</span></a>
<a href="{{ base }}/members" class="navigation-item"><span class="link-text">Members</span></a>
<a href="{{ base }}/projects" class="navigation-item"><span class="link-text">Projects</span></a>
<a href="{{ base }}/how-we-work" class="navigation-item"><span class="link-text">How we work</span></a>
<a href="{{ base }}/code-of-conduct" class="navigation-item"><span class="link-text">Code of conduct</span></a>
<a href="{{ base }}/contact" class="navigation-item"><span class="link-text">Contact</span></a>
<a href="{{ base }}/" class="navigation-item"
><span class="link-text">Mission</span></a
>
<a href="{{ base }}/members" class="navigation-item"
><span class="link-text">Members</span></a
>
<a href="{{ base }}/projects" class="navigation-item"
><span class="link-text">Projects</span></a
>
<a href="{{ base }}/how-we-work" class="navigation-item"
><span class="link-text">How we work</span></a
>
<a href="{{ base }}/code-of-conduct" class="navigation-item"
><span class="link-text">Code of conduct</span></a
>
<a href="{{ base }}/contact" class="navigation-item"
><span class="link-text">Contact</span></a
>
</nav>
</header>
15 changes: 9 additions & 6 deletions how-we-work.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,22 @@

<div class="grid-item grid-item-mb">
<h2>Roles</h2>
We created a non-hierarchical structure with clear and healthy roles that are rotated regularly.
To handle expectations and responsibility within the collective we have defined clear roles. We believe that explicitly documented and transparent roles is an efficicient way to handle expectations and reduce stress and conflict.

<ul>
<li>Navigator / Collective Tasks Coordination</li>
<li>Warp drive engineer / Infrastructure / house builder / Collective Dev-Ops</li>
<li>Finances / Pre-post-scarcity planning</li>
<li>Spaceship Counsellor / Spock-Hand</li>
<li>Fun coordinator / dynamisation / "Fun-raising"</li>
<li>Fun coordinator / Dynamisation / "Fun-raising"</li>
<li>External Communication / Social Media / Website / E-Mail</li>
<li>Secretary</li>
<li>Moderator</li>
<li>Librarian / Secretary</li>
<li>Meeting Moderator</li>
<li>Meetup coordinator</li>
<li>Project coordinator</li>
<li>Repository maintainer</li>
<li>Note Taker</li>
<li>Project Coordinator</li>
<li>Project Finances</li>
</ul>
</div>

Expand All @@ -35,7 +38,7 @@ As we work primarily remote-first, we have virtual office with the following spa

<ul>
<li>We host many of the services in a Debian Server provided by <a href="https://maadix.net/en/" target="_blank">Maadix</a>.</li>
<li><a href="https://nextcloud.com/" target="_blank">Nextcloud</a> sharing for files, calendar, contacts, and project borads. We use OnlyOffice for collaborative writting.</li>
<li><a href="https://nextcloud.com/" target="_blank">Nextcloud</a> sharing for files, calendar, contacts, and project boards. We use OnlyOffice for collaborative writting.</li>
<li><a href="https://rocket.chat/" target="_blank">Rocket.Chat</a> for internal communication.</li>
<li><a href="https://jitsi.org/" target="_blank">Jitsi</a> for video calls.</li>
<li><a href="https://hedgedoc.org/" target="_blank">HedgeDoc</a> https://hedgedoc.org/ for collaborative note taking in Markdown.</li>
Expand Down
7 changes: 4 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ permalink: /

{% include base.html %}

# Mission and Vision

<div class="container-medium">
<div class="grid-item">
We are Bitspossessed, a software developers collective. We support people, organizations, and communities to realize technologically-driven ideas.<br><br>
We are bitspossessed, a software developers collective dedicated to fostering an inclusive and enjoyable environment where individuals can learn together and collaboratively realize technologically-driven ideas. Our mission is to empower people, organizations, and communities by building innovative solutions while prioritizing creativity, playfulness, and mutual growth.<br><br>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here :) Let's discuss this change in a meeting

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like the simplicity of the sentence that was before


Bitspossessed provides a healthy, supportive space for our members to build software cooperatively. We strive to contribute to a more just and equitable tech
industry, a sustainable digital commons, and an ecologically-regenerative future that prioritizes care and social responsibility.
At bitspossessed, we strive to create a supportive space that not only promotes professional development but also encourages exploration and joy in our work. We aim to contribute to a just and equitable tech industry, cultivate a sustainable digital commons, and advance an ecologically regenerative future that values care, social responsibility, and fun.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same i think this was ok before


</div>
</div>
19 changes: 19 additions & 0 deletions members.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,22 @@
</div>
{% endfor %}
</div>
<h2 class="h2-margin-top">Contributors</h2>
<div class="grid-container">
{% for member in site.contributors %}
<div class="grid-item">
<div class="container-content">
{{ member.name }}
</div>
<div class="container-content">
{{ member.image }}
</div>
<div class="container-content">
{{ member.sentences }}
</div>
<div class="container-content">
{{ member.links }}
</div>
</div>
{% endfor %}
</div>
11 changes: 10 additions & 1 deletion static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ body {
}

body {
background-image: linear-gradient(180deg, var(--color-purple) 0%, var(--color-blue) 35%, var(--color-black) 100%);
background-image: linear-gradient(
180deg,
var(--color-purple) 0%,
var(--color-blue) 35%,
var(--color-black) 100%
);
background-size: cover;
background-attachment: fixed;
color: var(--color-main);
Expand Down Expand Up @@ -253,3 +258,7 @@ a {
word-wrap: break-word;
word-break: break-word;
}

.h2-margin-top {
margin-top: 50px;
}