diff --git a/README.md b/README.md
index a85b16c..54119ca 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,35 @@
-# 2023-talks
\ No newline at end of file
+# 2023-talks
+
+---
+
+## EXPRESSION LANGUAGE IN SYMFONY: Beyond the Framework
+
+
+ - Description
+ - Expression Language (EL) is a powerful tool that can be used to dynamically evaluate expressions in Symfony applications. However, EL is often overlooked for use in the business domain.
+
+In this talk, we will explore how EL can be used to:
+
+Increase flexibility and extensibility in your applications
+Avoid the need to redeploy your application every time you need to make a change
+Implement complex business logic in a clear and concise way
+We will also discuss some of the best practices for using EL in the business domain.
+
+Whether you are a Symfony developer who is looking to learn more about EL, or a business analyst who is looking for a way to implement complex business logic in your applications, this talk is for you.
+
+Here are some specific examples of how EL can be used in the business domain:
+- Calculating discounts based on customer loyalty
+- Determining the eligibility for a promotion
+- Validating user input
+- Generating dynamic content
+
+
+
+[Slides](https://rjanot.github.io/expression-language-sfcon2023/)
+~~Video~~
+
+By [Rémi JANOT](https://connect.symfony.com/profile/rjanot)
+ [@rjanot](https://github.com/rjanot)
+ [@rjanot](https://www.linkedin.com/in/rjanot/)
+
+---
diff --git a/icon/github.png b/icon/github.png
new file mode 100644
index 0000000..f8611db
Binary files /dev/null and b/icon/github.png differ
diff --git a/icon/linkedin.png b/icon/linkedin.png
new file mode 100644
index 0000000..8d74c6c
Binary files /dev/null and b/icon/linkedin.png differ
diff --git a/icon/mastodon.png b/icon/mastodon.png
new file mode 100644
index 0000000..8ea1932
Binary files /dev/null and b/icon/mastodon.png differ
diff --git a/icon/twitter.png b/icon/twitter.png
new file mode 100644
index 0000000..d26dc75
Binary files /dev/null and b/icon/twitter.png differ