Skip to content
Merged
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 .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ _site/

# Other
.env
ai-prompts/

# VS Code
.vscode/
15 changes: 15 additions & 0 deletions _includes/bingo-card/bingo-card.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<main id="bingo-main" class="fullColor">
<section class="bingo-card full-bg" aria-label="Bingo Card">
<img src="/assets/bingo-assets/bingo-title.svg" alt="Workplace AI Implementation Bingo" class="bingo-title">
<div class="bingo-letters-container">
{% include bingo-card/bingo-letters.svg %}
{% include bingo-card/bingo-letters-bgs.svg %}
</div>
<table role="grid" aria-label="Bingo Grid" class="bingo-grid">
<tbody>
<!-- JS will fill in the bingo squares -->
</tbody>
</table>
<img src="/assets/bingo-assets/bingo-footer.svg" alt="Bingo Card Footer" class="bingo-footer">
</section>
</main>
7 changes: 7 additions & 0 deletions _includes/bingo-card/bingo-letters-bgs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions _includes/bingo-card/bingo-letters.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion _includes/navbar.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="navbar">
<div class="logos">
<a href="https://www.workersdecide.tech/" target="_blank" rel="noopener">
<a href="{{ site.url }}{{ site.baseurl}}/" target="_blank" rel="noopener">
<img class="nav-logo" src="/assets/hammer-logo.png" alt="WorkersDecide.tech Logo" />
</a>
</div>
Expand Down
21 changes: 11 additions & 10 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@
<html lang="en">

{% include head.html %}

<body>
<div class="container">
{% include navbar.html %}
<div class="page-title">
{{page.title}}
</div>
<div class="content">
{{ content }}
<div class="wrapper">
<div class="container">
{% include navbar.html %}
<div class="page-title">
{{page.title}}
</div>
<div class="content">
{{ content }}
</div>
{% include footer.html %}
</div>
{% include footer.html %}
</div>
</body>
</body>
20 changes: 11 additions & 9 deletions _layouts/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
{% include head.html %}

<body>
<div class="container">
{% include navbar.html %}
<div class="page-title">
{{page.subtitle}}
</div>
{% include highlighted-post.html %}
{{ content }}
{% include footer.html %}
<div class="wrapper">
<div class="container">
{% include navbar.html %}
<div class="page-title">
{{page.subtitle}}
</div>
{% include highlighted-post.html %}
{{ content }}
{% include footer.html %}
</div>
</div>
</body>
</body>
8 changes: 6 additions & 2 deletions _resources/2025-09-18-bingo.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ highlight-promo: An organizing exercise to help raise awareness among your cowor
tagline: Play online or print up to 30 randomized bingo cards and compete with your colleagues. This fun game should help keep you grounded while your managers and leadership parrot their coercive AI policies and talking points.
---

[<img id="bingo-card" src="{{ "/assets/bingo.png" | relative_url }}" alt="Bingo Card" />](/assets/bingocard.pdf)
[<img id="bingo-card" src="{{ "/assets/bingo.png" | relative_url }}" alt="Bingo Card" />](/bingo)
Every manager will tell you their policies and arguments come from
their own unique analysis of your particular workplace. But in truth,
the bosses aren’t very creative, and draw from the same few linkedin
Expand All @@ -21,7 +21,11 @@ tool to recognize what the same tired talking points are, and to
prepare to answer them. Like any organizing tool, what matters is not
the tool, but the organizing around it, and how it helps you to bring
people together and have discussions to build resolve, solidarity and
confidence. Here's the [card](/assets/bingocard.pdf), and some ideas how to use it!
confidence.

<b>[Choose your card style and print some out!](/bingo)</b>

Then check out the various play styles below.

<!--end_excerpt-->

Expand Down
Loading