-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* wip * Add header to meetups page * Work on search bar and buttons * wip * Design of meetups table * Design of SortButton * Separate check icon * Design headers * wip * Design of filter and sort buttons * Design of filter and sort buttons * Padding :) * Expand clickable button area on mobile * wip * Rounded buttons * Add 24 meetup data * Add new speaker * Add minimalized images * #78 - fix typo and add links to YouTube --------- Co-authored-by: EwelinaSkrzypacz <[email protected]>
- Loading branch information
1 parent
9847fd2
commit 9575d72
Showing
57 changed files
with
135 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
55 changes: 55 additions & 0 deletions
55
resources/meetups/2023-06-06-laravel-poland-meetup-24.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
{ | ||
"name": "Laravel Poland Meetup #24", | ||
"date": "2023-06-06 18:00:00", | ||
"location": "online", | ||
"organizers": ["@blumilk", "@amsterdamstandard"], | ||
"facebook": "https://www.facebook.com/events/189043327381947", | ||
"signUpLink": "https://subscribepage.io/UrOF0T", | ||
"presentations": [ | ||
{ | ||
"title": "Coupling w Laravelu - jak odzyskać zdrowe relacje ze swoim kodem?", | ||
"youtube": "https://www.youtube.com/watch?v=4ZxuEN6VFA8", | ||
"slideshare": "", | ||
"slideshareEmbed": "", | ||
"blurb": "Marcin przybliży Wam temat couplingu w Laravelu, czyli jak odzyskać zdrowe relacje ze swoim kodem. Przybliży Wam, czym jest coupling i dlaczego Twój kod może być trudny w rozwijaniu. Nauczy, jak pracować z parametrami i jak tworzyć kod niezależny od frameworka, nadal będąc w dobrej relacji z Laravelem.", | ||
"speakers": [ | ||
{ | ||
"person": "@marcinlenkowski", | ||
"company": "@escola" | ||
} | ||
], | ||
"links": [], | ||
"tags": ["coupling", "architektura"] | ||
}, | ||
{ | ||
"title": "Saloon - integracja z API nigdy nie była tak prosta", | ||
"youtube": "https://www.youtube.com/watch?v=HbPNKbbaMgU", | ||
"slideshare": "", | ||
"slideshareEmbed": "", | ||
"blurb": "Prezentacja Kamila będzie o Saloon - paczce dla Laravela, która sprawia, że integracja z API nigdy nie była tak prosta. Kamil opowie Wam, jak Saloon może ułatwić tworzenie integracji z zewnętrznymi API i jakie podstawowe funkcjonalności nam dostarcza.", | ||
"speakers": [ | ||
{ | ||
"person": "@kamilpiech", | ||
"company": "@blumilk" | ||
} | ||
], | ||
"links": [], | ||
"tags": ["saloon", "integracja", "api"] | ||
}, | ||
{ | ||
"title": "Budowa nowoczesnego monolitu z wykorzystaniem Inertia.js i TypeScript", | ||
"youtube": "https://www.youtube.com/watch?v=lmvaVmVYY0w", | ||
"slideshare": "", | ||
"slideshareEmbed": "", | ||
"blurb": "Aleksander opowie o wykorzystaniu Inertii i TypeScriptu w budowaniu nowoczesnej apki.", | ||
"speakers": [ | ||
{ | ||
"person": "@aleksandertabor", | ||
"company": "@amsterdamstandard" | ||
} | ||
], | ||
"links": [], | ||
"tags": ["inertiajs", "typescript"] | ||
} | ||
] | ||
} |
Oops, something went wrong.