Skip to content

Commit

Permalink
updated TWC Portland chapter page (#403)
Browse files Browse the repository at this point in the history
This PR replaces #402, please merge this one.
  • Loading branch information
swampcop authored Jan 26, 2025
1 parent 0cc091a commit 6bb0efe
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 16 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ ruby RUBY_VERSION
gem "jekyll", "~> 4.3"
gem 'html-proofer'
gem 'deep_merge'
gem 'csv'
gem 'logger'
gem 'base64'
# gem 'pry'

gem 'tzinfo'
Expand Down
27 changes: 15 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,26 @@ GEM
fiber-annotation
io-event (~> 1.1)
timers (~> 4.1)
base64 (0.2.0)
bigdecimal (3.1.8)
colorator (1.1.0)
concurrent-ruby (1.3.4)
console (1.23.3)
fiber-annotation
fiber-local
csv (3.3.2)
deep_merge (1.2.2)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
ethon (0.16.0)
ffi (>= 1.15.0)
eventmachine (1.2.7)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
ffi (1.17.0)
fiber-annotation (0.2.0)
fiber-local (1.0.0)
forwardable-extended (2.6.0)
google-protobuf (4.28.2-arm64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.28.2-x86_64-linux)
google-protobuf (4.28.2)
bigdecimal
rake (>= 13)
hashery (2.1.2)
Expand Down Expand Up @@ -86,10 +84,11 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.5)
mercenary (0.4.0)
nokogiri (1.16.6-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.6-x86_64-linux)
mini_portile2 (2.8.8)
nokogiri (1.16.6)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
Expand All @@ -110,9 +109,10 @@ GEM
rouge (4.4.0)
ruby-rc4 (0.1.5)
safe_yaml (1.0.5)
sass-embedded (1.78.0)
sass-embedded (1.78.0-arm64-darwin)
google-protobuf (~> 4.27)
sass-embedded (1.78.0-x86_64-linux-gnu)
google-protobuf (~> 4.27)
rake (>= 13)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
timers (4.3.5)
Expand All @@ -131,17 +131,20 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
base64
csv
deep_merge
html-proofer
jekyll (~> 4.3)
jekyll-feed (~> 0.11)
jekyll-multiple-languages-plugin!
logger
rake (~> 13.1)
tzinfo
webrick (~> 1.7)

RUBY VERSION
ruby 3.3.0p0
ruby 3.4.1p0

BUNDLED WITH
2.5.4
3 changes: 3 additions & 0 deletions _data/chapters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ chapters:
twitter: techworkerscony
meetup: Tech-Workers-Coalition-NYC/
activity_level: active
- text: Portland
url: /pdx
activity_level: active
- text: San Diego
url: https://twcsandiego.org/
twitter: twcsandiego
Expand Down
7 changes: 3 additions & 4 deletions chapter_local/pdx/pdx.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ This is the Portland, OR chapter of the TWC.
## About
- We are a coalition of workers in and around the tech industry, labor organizers, community organizers, and friends.

## Connect With Us
- Visit our [Google Calendar](https://calendar.google.com/calendar/b/1?cid=dHdjcGR4QGdtYWlsLmNvbQ) to find the latest events.
- You may also browse the [twc-pdx](https://calagator.org/events/tag/twc-pdx) tag on Calagator.
- Follow us on Twitter at [@twc_pdx](https://twitter.com/twc_pdx).
## Organize With Us
- Sign up to [join our chapter](https://techworkerscoalition.org/subscribe/)!
- Visit the [Tech Workers Coalition Instagram](https://www.instagram.com/techworkerscoalition/) or the [global events page](https://techworkerscoalition.org/events/) for updates on our actions and events!

## Code of Conduct
All meetings and communications are covered under the [TWC Code of Conduct](/community-guide/). The privacy and safety of our members is important to us. Sharing the identity of members and or taking/sharing photos are strictly forbidden unless express consent is given.

0 comments on commit 6bb0efe

Please sign in to comment.