Skip to content

Commit

Permalink
Merge branch 'main' of github.com:gdgbari/2024-web-devfest
Browse files Browse the repository at this point in the history
  • Loading branch information
domysh committed Oct 17, 2024
2 parents ba01073 + 4907ce0 commit 1ee3558
Show file tree
Hide file tree
Showing 6 changed files with 152 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .astro/astro/content.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,13 @@ declare module 'astro:content' {
collection: "externals";
data: InferEntrySchema<"externals">
} & { render(): Render[".md"] };
"droidcon.md": {
id: "droidcon.md";
slug: "droidcon";
body: string;
collection: "externals";
data: InferEntrySchema<"externals">
} & { render(): Render[".md"] };
"google.md": {
id: "google.md";
slug: "google";
Expand All @@ -200,13 +207,27 @@ declare module 'astro:content' {
collection: "externals";
data: InferEntrySchema<"externals">
} & { render(): Render[".md"] };
"link.md": {
id: "link.md";
slug: "link";
body: string;
collection: "externals";
data: InferEntrySchema<"externals">
} & { render(): Render[".md"] };
"nextome.md": {
id: "nextome.md";
slug: "nextome";
body: string;
collection: "externals";
data: InferEntrySchema<"externals">
} & { render(): Render[".md"] };
"randstad.md": {
id: "randstad.md";
slug: "randstad";
body: string;
collection: "externals";
data: InferEntrySchema<"externals">
} & { render(): Render[".md"] };
"si.md": {
id: "si.md";
slug: "si";
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
113 changes: 113 additions & 0 deletions public/assets/images/partner-sponsor/ranstad.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/content/externals/droidcon.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
name: Droidcon Italy
image: /assets/images/partner-sponsor/droidcon_italy.png
type: partner
url: https://it.droidcon.com/2024/
---
6 changes: 6 additions & 0 deletions src/content/externals/link.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
name: LINK
image: /assets/images/partner-sponsor/link.png
type: partner
url: https://www.facebook.com/linkpoliba/
---
6 changes: 6 additions & 0 deletions src/content/externals/randstad.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
name: Randstad
image: /assets/images/partner-sponsor/ranstad.svg
type: sponsor_silver
url: https://www.randstad.it/
---

0 comments on commit 1ee3558

Please sign in to comment.