From 0dd8bc0e7f10e777013dc93f22cb43a9aafe5a16 Mon Sep 17 00:00:00 2001
From: Marcus Noble <github@marcusnoble.co.uk>
Date: Fri, 24 Jan 2025 14:42:09 +0000
Subject: [PATCH] Added Cloud Native Day Oslo

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
---
 data.yaml     | 7 +++++++
 src/README.md | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/data.yaml b/data.yaml
index 89a7378..abfe94b 100644
--- a/data.yaml
+++ b/data.yaml
@@ -139,6 +139,13 @@ badges:
     url: https://www.credly.com/badges/6eb33d91-c6c9-4b63-9803-1092913a1d95/public_url
 
 events:
+  - date: "2025-03-13"
+    humanDate: "March 13th, 2025"
+    url: https://cloudnativeday.no/
+    eventName: Cloud Native Day Oslo
+    details:
+    - name: "From Fragile to Resilient: Using Admission Policies to Strengthen Kubernetes"
+      type: Talk
   - date: "2025-04-01"
     humanDate: "April 1st - 4th, 2025"
     url: https://events.linuxfoundation.org/kubecon-cloudnativecon-europe/
diff --git a/src/README.md b/src/README.md
index a62e022..32e23c3 100644
--- a/src/README.md
+++ b/src/README.md
@@ -51,7 +51,7 @@ Below are a selection of highlights.
 
 {{ range .badges }}
 <a href="{{ .url }}" target="_blank">
-  <img src="{{ .img }}" />
+  <img src="{{ .img }}" width="110px" />
 </a>
 {{ end }}
 {{ end }}