Skip to content
Snippets Groups Projects
Commit 65683748 authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

mobile flag bg

parent 743ca2ca
Branches
No related tags found
2 merge requests!861Release: New homepage design,!860Mobile carousel background flag, nicer header
Pipeline #15974 passed
main/static/main/images/background-images/bg-flag-mobile.gif

5.84 MiB

...@@ -4,7 +4,19 @@ ...@@ -4,7 +4,19 @@
<div class="header-carousel"> <div class="header-carousel">
<div class="h-[700px] xl:h-screen relative"> <div class="h-[700px] xl:h-screen relative">
<img <img
class="header-carousel--image" class="
header-carousel--image
lg:hidden
"
src="{% static 'main/images/background-images/bg-flag-mobile.gif' %}"
draggable="false"
>
<img
class="
header-carousel--image
hidden lg:block
"
src="{% static 'main/images/background-images/bg-flag.webp' %}" src="{% static 'main/images/background-images/bg-flag.webp' %}"
draggable="false" draggable="false"
> >
......
<div class="flex justify-center"> <div class="flex justify-center">
<div class="container--wide w-full"> <div class="container--wide w-full">
<div class="flex flex-col gap-8 mb-8" id="showMoreTimelineResultsWrapper"> <div
class="flex flex-col gap-8 mb-16"
id="showMoreTimelineResultsWrapper"
>
{% include 'main/includes/organisms/articles/articles_timeline_list.html' with article_timeline_list=article_timeline_list %} {% include 'main/includes/organisms/articles/articles_timeline_list.html' with article_timeline_list=article_timeline_list %}
</div> </div>
......
{% extends 'main/includes/organisms/header/simple_header_with_ui_switch.html' %} {% extends 'main/includes/organisms/header/simple_header_with_ui_switch.html' %}
{% block classes %}xl:pt-32 xl:pb-16{% endblock %} {% block classes %}
bg-black flex items-center w-full mb-20 pt-28 pb-8
xl:pt-32 xl:pb-16
{% endblock %}
{% block description %} {% block description %}
<div <div
......
<header <header
class=" class="
bg-black flex items-center w-full mb-20 pt-28 pb-8 {% block classes %}
bg-black flex items-center w-full mb-20 pt-28 pb-8
xl:pt-48 xl:pb-24 xl:pt-48 xl:pb-24
{% endblock %}
{% block classes %}{% endblock %}
" "
> >
<div class="flex justify-start w-full"> <div class="flex justify-start w-full">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment