Skip to content

Commit 7f8ac09

Browse files
authored
Merge pull request #6 from cd88/design-updates
Randomized Printable Bingo Cards
2 parents 17825eb + c1eb8db commit 7f8ac09

22 files changed

Lines changed: 10343 additions & 59 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ _site/
1313

1414
# Other
1515
.env
16+
ai-prompts/
1617

1718
# VS Code
1819
.vscode/
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<main id="bingo-main" class="fullColor">
2+
<section class="bingo-card full-bg" aria-label="Bingo Card">
3+
<img src="/assets/bingo-assets/bingo-title.svg" alt="Workplace AI Implementation Bingo" class="bingo-title">
4+
<div class="bingo-letters-container">
5+
{% include bingo-card/bingo-letters.svg %}
6+
{% include bingo-card/bingo-letters-bgs.svg %}
7+
</div>
8+
<table role="grid" aria-label="Bingo Grid" class="bingo-grid">
9+
<tbody>
10+
<!-- JS will fill in the bingo squares -->
11+
</tbody>
12+
</table>
13+
<img src="/assets/bingo-assets/bingo-footer.svg" alt="Bingo Card Footer" class="bingo-footer">
14+
</section>
15+
</main>
Lines changed: 7 additions & 0 deletions
Loading
Lines changed: 9 additions & 0 deletions
Loading

_includes/navbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="navbar">
22
<div class="logos">
3-
<a href="https://www.workersdecide.tech/" target="_blank" rel="noopener">
3+
<a href="{{ site.url }}{{ site.baseurl}}/" target="_blank" rel="noopener">
44
<img class="nav-logo" src="/assets/hammer-logo.png" alt="WorkersDecide.tech Logo" />
55
</a>
66
</div>

_layouts/default.html

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@
22
<html lang="en">
33

44
{% include head.html %}
5-
65
<body>
7-
<div class="container">
8-
{% include navbar.html %}
9-
<div class="page-title">
10-
{{page.title}}
11-
</div>
12-
<div class="content">
13-
{{ content }}
6+
<div class="wrapper">
7+
<div class="container">
8+
{% include navbar.html %}
9+
<div class="page-title">
10+
{{page.title}}
11+
</div>
12+
<div class="content">
13+
{{ content }}
14+
</div>
15+
{% include footer.html %}
1416
</div>
15-
{% include footer.html %}
1617
</div>
17-
</body>
18+
</body>

_layouts/homepage.html

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
44
{% include head.html %}
55

66
<body>
7-
<div class="container">
8-
{% include navbar.html %}
9-
<div class="page-title">
10-
{{page.subtitle}}
11-
</div>
12-
{% include highlighted-post.html %}
13-
{{ content }}
14-
{% include footer.html %}
7+
<div class="wrapper">
8+
<div class="container">
9+
{% include navbar.html %}
10+
<div class="page-title">
11+
{{page.subtitle}}
12+
</div>
13+
{% include highlighted-post.html %}
14+
{{ content }}
15+
{% include footer.html %}
16+
</div>
1517
</div>
16-
</body>
18+
</body>

_resources/2025-09-18-bingo.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ highlight-promo: An organizing exercise to help raise awareness among your cowor
1212
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.
1313
---
1414

15-
[<img id="bingo-card" src="{{ "/assets/bingo.png" | relative_url }}" alt="Bingo Card" />](/assets/bingocard.pdf)
15+
[<img id="bingo-card" src="{{ "/assets/bingo.png" | relative_url }}" alt="Bingo Card" />](/bingo)
1616
Every manager will tell you their policies and arguments come from
1717
their own unique analysis of your particular workplace. But in truth,
1818
the bosses aren’t very creative, and draw from the same few linkedin
@@ -21,7 +21,11 @@ tool to recognize what the same tired talking points are, and to
2121
prepare to answer them. Like any organizing tool, what matters is not
2222
the tool, but the organizing around it, and how it helps you to bring
2323
people together and have discussions to build resolve, solidarity and
24-
confidence. Here's the [card](/assets/bingocard.pdf), and some ideas how to use it!
24+
confidence.
25+
26+
<b>[Choose your card style and print some out!](/bingo)</b>
27+
28+
Then check out the various play styles below.
2529

2630
<!--end_excerpt-->
2731

0 commit comments

Comments
 (0)