diff options
author | 2020-10-12 01:48:36 +0100 | |
---|---|---|
committer | 2020-10-12 01:48:36 +0100 | |
commit | 53e1a6465dba8252011cf743b630a52020a8e83b (patch) | |
tree | 625e961c69d5f44a22cc1caa135fa1b038cc099a | |
parent | Use different colours for each category (diff) |
Add Ves joining timeline itemm
-rw-r--r-- | pydis_site/static/css/home/timeline.css | 2 | ||||
-rw-r--r-- | pydis_site/templates/home/timeline.html | 15 |
2 files changed, 16 insertions, 1 deletions
diff --git a/pydis_site/static/css/home/timeline.css b/pydis_site/static/css/home/timeline.css index 62b4834f..13a6e0ca 100644 --- a/pydis_site/static/css/home/timeline.css +++ b/pydis_site/static/css/home/timeline.css @@ -54,7 +54,7 @@ button, input, textarea, select { } .pastel-lime { - background-color: #c7f835 !important; + background-color: #b6df3a !important; } .pastel-dark-blue { diff --git a/pydis_site/templates/home/timeline.html b/pydis_site/templates/home/timeline.html index 1459b432..5c71f3a7 100644 --- a/pydis_site/templates/home/timeline.html +++ b/pydis_site/templates/home/timeline.html @@ -278,6 +278,21 @@ </div> <div class="cd-timeline__block"> + <div class="cd-timeline__img cd-timeline__img--picture"> + <img src={% static "images/timeline/cd-icon-picture.svg" %} alt="Picture"> + </div> + + <div class="cd-timeline__content text-component"> + <h2>Ves Zappa becomes an owner</h2> + <p class="color-contrast-medium">After being a long time active contributor to our projects and the driving force behind our events, Ves Zappa joined the Owners team alongside joe & lemon.</p> + + <div class="flex justify-between items-center"> + <span class="cd-timeline__date">Sept 22nd, 2019</span> + </div> + </div> + </div> + + <div class="cd-timeline__block"> <div class="cd-timeline__img pastel-dark-blue cd-timeline__img--picture"> <i class="fa fa-users"></i> </div> |