diff --git a/changelog.md b/changelog.md index cd8e86a..abb4e60 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,7 @@ - Improve UI - Change the structure of cookie consent banner +- Split experience timeline template into different cotton components ## 0.6.0 diff --git a/src/home/templates/cotton/experience_timeline.html b/src/home/templates/cotton/experience_timeline.html deleted file mode 100644 index 4bcec0d..0000000 --- a/src/home/templates/cotton/experience_timeline.html +++ /dev/null @@ -1,272 +0,0 @@ -{% load i18n %} -{% load filters %} - -
diff --git a/src/home/templates/cotton/experience_timeline/card.html b/src/home/templates/cotton/experience_timeline/card.html new file mode 100644 index 0000000..ae7d3ea --- /dev/null +++ b/src/home/templates/cotton/experience_timeline/card.html @@ -0,0 +1,73 @@ +{% load i18n %} + +