Skip to content

Commit

Permalink
Merge pull request #4 from hschne/main
Browse files Browse the repository at this point in the history
Add Ruby Tuesday Tallinn, Ruby Belgium and Ruby Banitsa
  • Loading branch information
pstrzalk authored Oct 14, 2024
2 parents 9ee0ff4 + 50a9826 commit 3db4e05
Show file tree
Hide file tree
Showing 4 changed files with 397 additions and 0 deletions.
27 changes: 27 additions & 0 deletions db/seeds.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
locations = {
meetups: [
{
slug: 'ruby-tuesday-tallinn',
name: 'Ruby Tuesday Tallinn',
description: 'Ruby User Group meeting every last Tuesday of the month from 18:00 onward.',
latitude: 59.398279,
longitude: 24.659693,
link: 'https://www.facebook.com/events/785659903522120',
img: '/logos/ruby-tuesday-tallinn.jpg'
},
{
slug: 'ruby-belgium',
name: 'Ruby Belgium',
description: 'Ruby Belgium is a community of programming enthusiasts using ruby as a tool to connect, build and share knowledge',
latitude: 50.84792799176271,
longitude: 4.3534307855468235,
link: 'https://rubybelgium.be/',
img: '/logos/ruby-belgium.svg'
},
{
slug: 'ruby-banitsa',
name: 'Ruby Banitsa',
description: 'We get together in Sofia, Bulgaria, nom some fresh pastry and talk about tech. All this in a casual setting.',
latitude: 42.66169767743095,
longitude: 23.317954446819098,
link: 'https://rubybanitsa.com',
img: '/logos/ruby-banitsa.svg'
},
{
slug: 'plrug-warsaw',
name: 'PLRUG Warsaw',
Expand Down
50 changes: 50 additions & 0 deletions public/logos/ruby-banitsa.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3db4e05

Please sign in to comment.