diff --git a/docs/docs/events/hcmc-oct23.md b/docs/docs/events/hcmc-oct23.md new file mode 100644 index 000000000..34975c1bf --- /dev/null +++ b/docs/docs/events/hcmc-oct23.md @@ -0,0 +1,33 @@ +--- +title: Jan HCMC Hacker House +slug: /events/hcmc-oct23 +--- + +![](/img/hcmc-villa-1.jpeg) + +## Saigon Hacker House + +Jan's Hacker House is a four-day offline event where the Jan team gathers at a hacker house prior to a major release. We use the time to work on the release, bond as a team and get Jan across the finish line. + +Jan hosts a series of talks, workshops and social events at night, inviting the local AI community to join us. + +### Date & Time + +24-27 October 2023 + +### Location + +Thao Dien, District 2, Ho Chi Minh City + +## Agenda + +To help us manage RSVPs, please use the Eventbrite links below to RSVP for each event. + +| Day | Eventbrite Link | +| -------------- | -------------------------- | +| Mon (23 Oct) | Jan Team & Partners Dinner | +| Tues (24 Oct) | AI Talks Day 1 | +| Wed (25 Oct) | AI Talks Day 2 | +| Thurs (26 Oct) | VC Night | +| Fri (27 Oct) | Jan Launch Party | + diff --git a/docs/docs/hardware/examples/4090x2-@dan-jan.md b/docs/docs/hardware/examples/4090x2-@dan-jan.md index 1ba9bca42..3fb3f08a3 100644 --- a/docs/docs/hardware/examples/4090x2-@dan-jan.md +++ b/docs/docs/hardware/examples/4090x2-@dan-jan.md @@ -21,4 +21,4 @@ Jan uses a 2 x 4090 Workstation to run Codellama for internal use.[^1] | **Total cost** | | $8,334 | | -[^1]: https://www.reddit.com/r/LocalLLaMA/comments/16lxt6a/case_for_dual_4090s/. \ No newline at end of file +[^1]: https://www.reddit.com/r/LocalLLaMA/comments/16lxt6a/case_for_dual_4090s/. ideb \ No newline at end of file diff --git a/docs/sidebars.js b/docs/sidebars.js index 679e9f36f..b19f18a7a 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -194,7 +194,7 @@ const sidebars = { type: "category", label: "About Jan", collapsible: true, - collapsed: false, + collapsed: true, link: { type: "doc", id: "about/about" }, items: [ "about/roadmap", @@ -203,14 +203,26 @@ const sidebars = { label: "Careers", href: "https://janai.bamboohr.com/careers", }, - "about/brand-assets", + ], + }, + { + type: "category", + label: "Events", + collapsible: true, + collapsed: true, + items: [ + { + type: "doc", + label: "Ho Chi Minh City (Oct 2023)", + id: "events/hcmc-oct23", + }, ], }, { type: "category", label: "Company Handbook", collapsible: true, - collapsed: false, + collapsed: true, link: { type: "doc", id: "handbook/handbook" }, items: ["handbook/remote-work"], }, diff --git a/docs/static/img/hcmc-villa-1.jpeg b/docs/static/img/hcmc-villa-1.jpeg new file mode 100644 index 000000000..160b53748 Binary files /dev/null and b/docs/static/img/hcmc-villa-1.jpeg differ diff --git a/docs/static/img/hcmc-villa-2.jpeg b/docs/static/img/hcmc-villa-2.jpeg new file mode 100644 index 000000000..68c109ef9 Binary files /dev/null and b/docs/static/img/hcmc-villa-2.jpeg differ