Skip to content

Commit

Permalink
fix images
Browse files Browse the repository at this point in the history
  • Loading branch information
Cgognet committed Jan 13, 2022
1 parent 0e52086 commit 91cabbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions db/seeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@

activity5 = { name: "Networking event for tech people in Bairro Alto", category: "Tech", place: "Bairro Alto, Lisbon, Portugal", description: "With my amazing workmates at Softbank,Tokyo, we organize a dev&tech gathering in a bar in Bairro Alto this saturday night. Come join us for a crazy night out !", owner_id: User.find_by_first_name('Caroline').id, capacity_max: "30", start_date: DateTime.new(2021,12,6,20), end_date: DateTime.new(2021,12,6,2), photo: "https://media.istockphoto.com/photos/casual-catering-discussion-meeting-colleagues-concept-picture-id597940046?b=1&k=20&m=597940046&s=170667a&w=0&h=GSqvi2bfqWORR4PUTkzh4j1AcXK3katN4ml5MpkqnWo=" }

activity6 = { name: "Visiting Nara : culture and history", category: "Visiting", place: "Nara, Japan", description: "Come visit Nara with me this weekend !", owner_id: User.find_by_first_name('Yasmine').id, capacity_max: "40", start_date: DateTime.new(2021,12,2,9), end_date: DateTime.new(2021,12,2,21), photo: "https://images.unsplash.com/photo-1537153725174-cba5e5e81ab0?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8bmFyYXxlbnwwfHwwfHw%3D&auto=format&fit=crop&w=800&q=60" }
activity6 = { name: "Visiting Nara : culture and history", category: "Visiting", place: "Nara, Japan", description: "Come visit Nara with me this weekend !", owner_id: User.find_by_first_name('Yasmine').id, capacity_max: "40", start_date: DateTime.new(2021,12,2,9), end_date: DateTime.new(2022,02,2,21), photo: "https://images.unsplash.com/photo-1537153725174-cba5e5e81ab0?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8bmFyYXxlbnwwfHwwfHw%3D&auto=format&fit=crop&w=800&q=60" }

activity7 = { name: "Crazy night in Shibuya : bars !", category: "Bars", place: "Shibuya, Tokyo, Japan", description: "Let's paint the town red. Our challenge tonight ? Have a drink in every bar at Shibuya.", owner_id: User.find_by_first_name('Yasmine').id, capacity_max: "10", start_date: DateTime.new(2021,12,8,18), end_date: DateTime.new(2021,12,9,7), photo: "https://images.unsplash.com/photo-1542052125323-e69ad37a47c2?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mnx8c2hpYnV5YXxlbnwwfHwwfHw%3D&auto=format&fit=crop&w=800&q=60" }
activity7 = { name: "Crazy night in Shibuya : bars !", category: "Bars", place: "Shibuya, Tokyo, Japan", description: "Let's paint the town red. Our challenge tonight ? Have a drink in every bar at Shibuya.", owner_id: User.find_by_first_name('Yasmine').id, capacity_max: "10", start_date: DateTime.new(2022,02,8,18), end_date: DateTime.new(2021,12,9,7), photo: "https://images.unsplash.com/photo-1542052125323-e69ad37a47c2?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mnx8c2hpYnV5YXxlbnwwfHwwfHw%3D&auto=format&fit=crop&w=800&q=60" }

activity8 = { name: "Shopping in Akihabara", category: "Shopping", place: "Akihabara, Tokyo, Japan", description: "Wanna buy some brand new games, Sonic Cosplays, gadgets ? Let's go to Akihabara on sunday :):)", owner_id: User.find_by_first_name('Sam').id, capacity_max: "5", start_date: DateTime.new(2021,12,4,15), end_date: DateTime.new(2021,12,4,19), photo: "https://media.istockphoto.com/photos/akihabara-tokyo-japan-picture-id468356740?b=1&k=20&m=468356740&s=170667a&w=0&h=kLkcA2hevgkassPl_1rWOPbRpLaZuzarV7KHlD3LH2g=" }
activity8 = { name: "Shopping in Akihabara", category: "Shopping", place: "Akihabara, Tokyo, Japan", description: "Wanna buy some brand new games, Sonic Cosplays, gadgets ? Let's go to Akihabara on sunday :):)", owner_id: User.find_by_first_name('Sam').id, capacity_max: "5", start_date: DateTime.new(2022,01,31,15), end_date: DateTime.new(2021,12,4,19), photo: "https://media.istockphoto.com/photos/akihabara-tokyo-japan-picture-id468356740?b=1&k=20&m=468356740&s=170667a&w=0&h=kLkcA2hevgkassPl_1rWOPbRpLaZuzarV7KHlD3LH2g=" }

activity9 = { name: "Samba ! Dance lessons", category: "Dancing", place: "Rio de Janeiro, Brazil", description: "I love dancing and am really excited about learning the basics of Samba with Ricardo and Manuela ! I met them during Carnival and they proposed to teach me some steps. Wanna join ?", owner_id: User.find_by_first_name('Yukio').id, capacity_max: "60", start_date: DateTime.new(2021,12,5,18), end_date: DateTime.new(2021,12,5,22), photo: "https://media.istockphoto.com/photos/couple-dancers-practicing-in-studio-holding-hands-picture-id1264865152?b=1&k=20&m=1264865152&s=170667a&w=0&h=Hd2LdgDMsfhenPsHtAJuv7h4QdbW1qLrcJbQZEV06HA=" }

Expand Down

0 comments on commit 91cabbc

Please sign in to comment.