\ No newline at end of file
diff --git a/src/_includes/partials/components/timeline-item.liquid b/src/_includes/partials/components/timeline-item.liquid
new file mode 100644
index 0000000..334aac1
--- /dev/null
+++ b/src/_includes/partials/components/timeline-item.liquid
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/src/_includes/partials/socials.liquid b/src/_includes/partials/socials.liquid
deleted file mode 100644
index f1ede2c..0000000
--- a/src/_includes/partials/socials.liquid
+++ /dev/null
@@ -1,10 +0,0 @@
-
- {% if author.socials %}
- {% for social in author.socials %}
-
- {% endfor %}
- {% if author.mail %}
-
- {% endif %}
- {% endif %}
-
\ No newline at end of file
diff --git a/src/pages/subpages/experiences.liquid b/src/pages/subpages/experiences.liquid
index f680604..b231391 100644
--- a/src/pages/subpages/experiences.liquid
+++ b/src/pages/subpages/experiences.liquid
@@ -5,4 +5,4 @@ classes: 'experiences-section'
---
{% assign experiences = collections.experiences %}
-{% include 'partials/experience.liquid' %}
\ No newline at end of file
+{% render 'partials/components/timeline', timeline: experiences %}
\ No newline at end of file