diff options
author | Matthew Lemon <y@yulqen.org> | 2024-12-10 16:53:30 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-12-10 16:53:30 +0000 |
commit | dfbb7e1868d2adf8ed4a2d7cb73b54d0652b1a4b (patch) | |
tree | 896bb85dcf7d76a5468a68b4fd4c18a448f4e6c9 /alphabetlearning/templates/pages/home.html | |
parent | b896eb2fcfe34667c5ff7d5e0783fe6b2080ae50 (diff) |
Added links and changed order of images
Diffstat (limited to 'alphabetlearning/templates/pages/home.html')
-rw-r--r-- | alphabetlearning/templates/pages/home.html | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/alphabetlearning/templates/pages/home.html b/alphabetlearning/templates/pages/home.html index 64c9972..536cbb4 100644 --- a/alphabetlearning/templates/pages/home.html +++ b/alphabetlearning/templates/pages/home.html @@ -136,25 +136,26 @@ <div class="row justify-content-center"> <div class="col-md-4 mb-5 mb-md-0"> <img - src="{% static 'images/funnel4.png' %}" + src="{% static 'images/funnel1.png' %}" class="img-fluid rotated-image" alt="Funnel 1" /> </div> <div class="col-md-4 mb-5 mb-md-0"> <img - src="{% static 'images/funnel5.png' %}" + src="{% static 'images/funnel2.png' %}" class="img-fluid rotated-image" alt="Funnel 2" /> </div> <div class="col-md-4 mb-5 mb-md-0"> <img - src="{% static 'images/funnel6.png' %}" + src="{% static 'images/funnel3.png' %}" class="img-fluid rotated-image" alt="Funnel 3" /> </div> + </div> <div class="row my-5 d-flex align-items-stretch"> @@ -186,21 +187,21 @@ <div class="row justify-content-center my-5"> <div class="col-md-4 mb-5 mb-md-0"> <img - src="{% static 'images/funnel1.png' %}" + src="{% static 'images/funnel4.png' %}" class="img-fluid rotated-image" alt="Funnel 1" /> </div> <div class="col-md-4 mb-5 mb-md-0"> <img - src="{% static 'images/funnel2.png' %}" + src="{% static 'images/funnel5.png' %}" class="img-fluid rotated-image" alt="Funnel 2" /> </div> <div class="col-md-4 mb-5 mb-md-0"> <img - src="{% static 'images/funnel3.png' %}" + src="{% static 'images/funnel6.png' %}" class="img-fluid rotated-image" alt="Funnel 3" /> |