Skip to content

Commit

Permalink
fixup kotlin logo and update data
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitropoulos committed Aug 10, 2024
1 parent 7a461bd commit d97b7ca
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 26 deletions.
Binary file removed src/assets/logos/Computer.png
Binary file not shown.
1 change: 1 addition & 0 deletions src/assets/logos/JetBrains.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/logos/Kotlin.png
Binary file not shown.
1 change: 1 addition & 0 deletions src/assets/logos/Kotlin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/logos/icon-extension.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 24 additions & 21 deletions src/components/SessionTag.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { Image } from "astro:assets";
import ChromeDevTools from "~/assets/logos/ChromeDevTools.svg";
import C from "~/assets/logos/C.png";
import Cpp from "~/assets/logos/Cpp.png";
import Computer from "~/assets/logos/Computer.png";
import Go from "~/assets/logos/Go.svg";
import JavaScript from "~/assets/logos/JavaScript.png";
import NodeJSLogo from "~/assets/logos/NodeJS.svg";
Expand All @@ -22,7 +21,8 @@ import OCaml from "~/assets/logos/OCaml.svg";
import Java from "~/assets/logos/Java.svg";
import Perl from "~/assets/logos/Perl.svg";
import PHP from "~/assets/logos/PHP.svg";
import Kotlin from "~/assets/logos/Kotlin.png";
import Kotlin from "~/assets/logos/Kotlin.svg";
import JetBrains from "~/assets/logos/JetBrains.svg";
import Python from "~/assets/logos/Python.svg";
import Ruby from "~/assets/logos/Ruby.svg";
import Elixir from "~/assets/logos/Elixir.svg";
Expand All @@ -39,6 +39,7 @@ import Diversity from "~/assets/logos/icon-diversity.svg";
import Dock from "~/assets/logos/icon-dock.svg";
import Docs from "~/assets/logos/icon-docs.svg";
import Edit from "~/assets/logos/icon-edit.svg";
import Extension from "~/assets/logos/icon-extension.svg";
import Footprint from "~/assets/logos/icon-footprint.svg";
import Forrest from "~/assets/logos/icon-forrest.svg";
import Handyman from "~/assets/logos/icon-handyman.svg";
Expand Down Expand Up @@ -67,6 +68,7 @@ const whiteStrokeIcons = [
Dock,
Docs,
Edit,
Extension,
Footprint,
Forrest,
Handyman,
Expand All @@ -85,19 +87,19 @@ const whiteStrokeIcons = [
const images: Record<string, ImageMetadata> = {
".Net": DotNet,
Haskell: Haskell,
OCaml: OCaml,
Java: Java,
Kotlin: Kotlin,
Perl: Perl,
PHP: PHP,
Python: Python,
Ruby: Ruby,
Elixir: Elixir,
Haskell,
OCaml,
Java,
Kotlin,
Perl,
PHP,
Python,
Ruby,
Elixir,
ASTs: AST,
"Accessibility Tree": Accessibility,
"Build Optimization": Handyman,
C: C,
C,
"C++": Cpp,
CLIs: Terminal,
"CSS Animations Panel": Autoplay,
Expand All @@ -110,11 +112,12 @@ const images: Record<string, ImageMetadata> = {
Debugging: Bug,
Design: Stylus,
"Developer Relations": Headset,
Docs: Docs,
Docs,
Documentation: Docs,
"Editor Extensions": Computer,
"Editor Extensions": Extension,
"Inclusive Design": Inclusive,
JavaScript: JavaScript,
JavaScript,
JetBrains,
"Language Server Protocol": Protocol,
"Launching Software Products": Rocket,
"Monorepo Tooling": Monorepo,
Expand All @@ -123,17 +126,17 @@ const images: Record<string, ImageMetadata> = {
"Open Telemetry": OpenTelemetry,
Parsing: Calculate,
Performance: Lightning,
Rust: Rust,
SVG: SVG,
Rust,
SVG,
"Source Code": Code,
"Technical Writing": Edit,
Tracing: Footprint,
TreeSitter: Forrest,
TypeScript: TypeScript,
TypeScript,
"Web Animations API": AnimationIcon,
WebAssembly: WebAssembly,
Zig: Zig,
Go: Go,
WebAssembly,
Zig,
Go,
"VS Code": VSCode,
};
Expand Down
11 changes: 6 additions & 5 deletions src/data/notion-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ export interface Person {
slug: string;
}

export const peopleBySlug = {
export const peopleBySlug: Record<string, Person> = {
"aakansha-doshi": {
bio: "Aakansha is passionate about Free and open-source software (FOSS) and loves deep diving into the internals of Web and Javascript. She is a core maintainer of excalidraw, react-tags, mermaid-to-excalidraw and more. She also leads the FOSS meetups in Bangalore, India. Beyond her tech interests, she is a big foodie, loves traveling, and spending quality time with her family.",
bio: "Aakansha is passionate about Free and open-source software \\(FOSS\\) and loves deep diving into the internals of Web and Javascript. She is a core maintainer of excalidraw, react-tags, mermaid-to-excalidraw and more. She also leads the FOSS meetups in Bangalore, India. Beyond her tech interests, she is a big foodie, loves traveling, and spending quality time with her family.",
links: {
bluesky: null,
github: "https://github.com/ad1992",
Expand Down Expand Up @@ -60,7 +60,7 @@ export const peopleBySlug = {
slug: "chris-griffing",
},
"corina-murg": {
bio: "I’m a certified accessibility engineer and founder of Web for Everyone, an initiative dedicated to introducing accessibility concepts to frontend developers. I’m also the accessibility specialist for Gridiron Survivor, an open source project building a SaaS application. In my previous career as a high school math teacher, I was regularly concerned with creating learning experiences that were accessible and welcoming to each and everyone of my students. Teaching a legally blind student first introduced me to the concept of digital accessibility. Through my work in frontend development, I want to make sure that everyone, including my former student and other people with disabilities, can easily navigate and understand the products and services we build. Outside coding, I love reading and memorizing poems, as well as taking walks with my cat.",
bio: "I’m a certified accessibility engineer and founder of Web for Everyone, an initiative dedicated to introducing accessibility concepts to frontend developers. I’m also the accessibility specialist for Gridiron Survivor, an open source project building a SaaS application. In my previous career as a high school math teacher, I was regularly concerned with creating learning experiences that were accessible and welcoming to each and everyone of my students. Teaching a legally blind student first introduced me to the concept of digital accessibility. Through my work in frontend development, I want to make sure that everyone, including my former student and other people with disabilities, can easily navigate and understand the products and services we build. Outside coding, I love reading and memorizing poems, as well as taking walks with my cat.",
links: {
bluesky: null,
github: "https://github.com/CorinaMurg",
Expand Down Expand Up @@ -324,7 +324,7 @@ export const peopleBySlug = {
},
name: "Robby Russell",
qualification: "[Oh My Zsh](https://ohmyz.sh/) Creator",
role: "CEO, [Planet Argon](https://www.planetargon.com/), host of [Maintainable](https://maintainable.fm/)",
role: "CEO, [Planet Argon](https://www.planetargon.com/); host of [Maintainable](https://maintainable.fm/)",
slug: "robby-russell",
},
"sylwia-vargas": {
Expand Down Expand Up @@ -385,7 +385,7 @@ export const peopleBySlug = {
role: "Principal Systems Engineer, [Cloudflare](https://www.cloudflare.com/)",
slug: "yagiz-nizipli",
},
} satisfies Record<string, Person>;
};

export type TalkFormat = "Full" | "Lightning" | "Workshop";

Expand Down Expand Up @@ -556,6 +556,7 @@ export const talksBySlug: Record<string, TalkInfo> = {
"TypeScript",
"Kotlin",
"VS Code",
"JetBrains",
],
talkFormat: "Workshop",
title: "Build Editor Extensions with the Makers of Nx Console",
Expand Down

0 comments on commit d97b7ca

Please sign in to comment.