Skip to content

Commit

Permalink
Implement new community overview page (#2605)
Browse files Browse the repository at this point in the history
* update tailwind with new colors

* add new assets/icons

* update tailwind utils with new class

* add ability to pass html to hero_button

* update event card to match new designs

* change event data model

* update jobs with new company logos

* update community page to match new design

* group upcoming_events/event_types and jobs/job_count in a tuple

* fmt

* Update data/events/recurring.yml

Co-authored-by: Christine Rose <[email protected]>

* remove unused icon and change cdn link in jobs.yml

* Added event script to render date on card

* correction

* more corrections

* corrections

* small rename of css class

---------

Co-authored-by: sabine <[email protected]>
Co-authored-by: Christine Rose <[email protected]>
  • Loading branch information
3 people authored Jul 26, 2024
1 parent 6814392 commit 900cf36
Show file tree
Hide file tree
Showing 28 changed files with 489 additions and 283 deletions.
3 changes: 3 additions & 0 deletions asset/img/community/camel.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion data/events/2024-02-09-oups.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: "OCaml Users in Paris (OUPS)"
event_type: meetup
textual_location: Paris, France
country: "France"
city: "Paris"
location:
lat: 48.8566
long: 2.3522
Expand Down
3 changes: 2 additions & 1 deletion data/events/2024-03-08-s-repls.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: "S-REPLS 14"
event_type: seminar
textual_location: "London, United Kingdom"
country: "United Kingdom"
city: "London"
url: https://www.cl.cam.ac.uk/events/s-repls14/
recurring_event_slug: s-repls-programming-languages-seminar
starts:
Expand Down
3 changes: 2 additions & 1 deletion data/events/2024-03-10-ocaml-retreat-auroville.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: "OCaml Retreat"
event_type: retreat
textual_location: "Auroville, India"
country: "India"
city: "Auroville"
url: https://ocamlretreat.org/
recurring_event_slug: ocaml-retreat
starts:
Expand Down
3 changes: 2 additions & 1 deletion data/events/2024-04-04-ocaml-manila.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: "OCaml Manila: Inaugural Hackathon Night"
event_type: meetup
textual_location: Manila, Philippines
country: "Philippines"
city: "Manila"
url: https://www.meetup.com/ocaml-manila/events/299786391/
recurring_event_slug: ocaml-manila-meetup
starts:
Expand Down
3 changes: 2 additions & 1 deletion data/events/2024-04-22-mirageos-retreat.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: "MirageOS hack retreat"
event_type: retreat
textual_location: "Marrakesh, Morocco"
country: "Morocco"
city: "Marrakesh"
location:
lat: 31.628674
long: -7.992047
Expand Down
3 changes: 2 additions & 1 deletion data/events/2024-04-25-oups.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: "OCaml Users in Paris (OUPS)"
event_type: meetup
textual_location: Paris, France
country: "France"
city: "Paris"
location:
lat: 48.8566
long: 2.3522
Expand Down
3 changes: 2 additions & 1 deletion data/events/2024-09-07-ocaml-workshop.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: "OCaml Users and Developers Workshop 2024"
event_type: conference
textual_location: "Milan, Italy"
country: "Italy"
city: "Milan"
url: https://icfp24.sigplan.org/home/ocaml-2024#Call-for-Papers
starts:
yyyy_mm_dd: "2024-09-07"
Expand Down
29 changes: 19 additions & 10 deletions data/events/recurring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,60 +2,69 @@ recurring:
- title: "OCaml Users in Paris (OUPS)"
slug: "ocaml-users-paris-oups"
event_type: meetup
textual_location: Paris, France
country: "France"
city: "Paris"
location:
lat: 48.8566
long: 2.3522
url: https://www.meetup.com/ocaml-paris/
- title: "NYC OCaml Meetup"
slug: "nyc-ocaml-meetup"
event_type: meetup
textual_location: New York City, New York, USA
country: "USA"
city: "New York City"
location:
lat: 40.7128
long: 74.0060
url: https://www.meetup.com/NYC-OCaml
- title: "Silicon Valley OCaml Meetup"
slug: "silicon-valley-ocaml-meetup"
event_type: meetup
textual_location: San Francisco, California, USA
country: "USA"
city: "San Francisco"
location:
lat: 37.7749
long: 122.4194
url: https://www.meetup.com/sv-ocaml/
- title: "Cambridge NonDysFunctional Programmers"
slug: "cambridge-nondysfunctional-programmers"
event_type: meetup
textual_location: Cambridge, United Kingdom
country: "United Kingdom"
city: "Cambridge"
location:
lat: 52.2053
long: 0.1218
url: https://www.meetup.com/Cambridge-NonDysFunctional-Programmers/
- title: "MirageOS hack retreat"
- title: "MirageOS Hack Retreat"
slug: "mirageos-hack-retreat"
event_type: retreat
textual_location: "Marrakesh, Morocco"
country: "Morocco"
city: "Marrakesh"
location:
lat: 31.628674
long: -7.992047
url: https://retreat.mirage.io/
- title: "South of England Regional Programming Language Seminar"
slug: "s-repls-programming-languages-seminar"
event_type: seminar
textual_location: "London, United Kingdom"
country: "United Kingdom"
city: "London"
url: https://srepls.github.io/
- title: "OCaml Retreat"
slug: "ocaml-retreat"
event_type: retreat
textual_location: "Auroville, India"
country: "India"
city: "Auroville"
url: https://ocamlretreat.org/
- title: "OCaml Manila Meetup"
slug: "ocaml-manila-meetup"
event_type: meetup
textual_location: "Manila, Philippines"
country: "Philippines"
city: "Manila"
url: https://www.meetup.com/ocaml-manila/
- title: "ReasonSTHLM Meetup"
slug: "reason-stockholm-meetup"
event_type: meetup
textual_location: "Stockholm, Sweden"
country: "Sweden"
city: "Stockholm"
url: https://www.meetup.com/ReasonSTHLM/
Loading

0 comments on commit 900cf36

Please sign in to comment.