Skip to content

Commit

Permalink
Merge pull request #124 from janzenfaidiban/main
Browse files Browse the repository at this point in the history
added: TechShare poster 14
  • Loading branch information
janzenfaidiban authored Nov 12, 2024
2 parents 6062d0d + 8552068 commit f707b19
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions database/seeders/TechShareSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,22 @@ public function run(): void
{
collect([

[
'id' => 14,
'title' => 'Fetch API JavaScript: Panduan untuk Pemula',
'slug' => 'fetch-api-javascript-panduan-untuk-pemula',
'description' => 'Kegiatan TechShare oleh SaCode Community secara online menggunakan Google Meet.',
'date' => '2024-11-13',
'time' => '18:00',
'poster' => 'techshare/2024/14.png',
'speaker_id' => 1,
'moderator_id' => 2,
'wa_link' => 'https://chat.whatsapp.com/GYsZ5l8FOy59OHgfTudTQA',
'user_id' => fake()->numberBetween(1, 5),
'published_at' => now(),
// 'published_at' => null,
],

[
'id' => 13,
'title' => 'Belajar Desain UI (User Interface) Menggunakan Aplikasi Figma',
Expand Down
Binary file added public/techshare/2024/14.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f707b19

Please sign in to comment.