|
| 1 | +{% load static %} |
| 2 | + |
| 3 | +<section |
| 4 | + id="annoucement" |
| 5 | + class="py-20 bg-[#FFF9F2]" |
| 6 | +> |
| 7 | + <div class="w-full max-w-[1160px] mx-auto px-6 flex gap-[30px]"> |
| 8 | + <div class="w-[45%] max-w-[510px]"> |
| 9 | + <div> |
| 10 | + <h2 class="text-[32px] color-[#7C5E3B] leading-[120%]"> |
| 11 | + ano aN+ pykon |
| 12 | + </h2> |
| 13 | + <p class="color-[#F26D1D] text-6xl leading-[120%] tracking-[2%]"> |
| 14 | + Announcement |
| 15 | + </p> |
| 16 | + </div> |
| 17 | + <img |
| 18 | + src="{% static 'img/py_kalinga-pot.png' %}" |
| 19 | + alt="Python Kalinga Pot" |
| 20 | + class="w-full max-w-[350px]" |
| 21 | + /> |
| 22 | + </div> |
| 23 | + <div class="w-[55%] max-w-[620px] flex flex-col gap-4"> |
| 24 | + <div class="flex flex-col gap-4"> |
| 25 | + <div class="bg-[#FFF3E5] rounded-2xl flex gap-5 p-[20px]"> |
| 26 | + <div class="flex flex-col justify-center items-center py-[18px] bg-white rounded-3xl shadow-[0_10px_20px_0_rgba(0,0,0,0.05)] w-full max-w-[127px]"> |
| 27 | + <p class="text-base color-[#7C5E3B] leading-[130%]">2026</p> |
| 28 | + <p class="text-[52px] leading-[120%] color-[#84400F]">21</p> |
| 29 | + <p class="text-base color-[#7C5E3B] leading-[130%]">MAR</p> |
| 30 | + </div> |
| 31 | + <div class="flex flex-col gap-2 justify-center"> |
| 32 | + <h3 class="text-[28px] leading-[130%] color-[#84400F] capitalize">Lorem Ipsum Sit Dolor</h3> |
| 33 | + <p class="color-[#7C5E3B] text-[13px] leading-[150%]"> |
| 34 | + Limit to 5 lines only. <br> Lorem ipsum dolor sit amet, consectetur |
| 35 | + adipiscing elit. Ut et massa mi. Aliquam in hendrerit urna. |
| 36 | + Pellentesque sit amet. Pellentesque sit amet. |
| 37 | + </p> |
| 38 | + </div> |
| 39 | + </div> |
| 40 | + </div> |
| 41 | + <div class="flex flex-col gap-4"> |
| 42 | + <div class="bg-[#FFF3E5] rounded-2xl flex gap-5 p-[20px]"> |
| 43 | + <div class="flex flex-col justify-center items-center py-[18px] bg-white rounded-3xl shadow-[0_10px_20px_0_rgba(0,0,0,0.05)] w-full max-w-[127px]"> |
| 44 | + <p class="text-base color-[#7C5E3B] leading-[130%]">2026</p> |
| 45 | + <p class="text-[52px] leading-[120%] color-[#84400F]">22</p> |
| 46 | + <p class="text-base color-[#7C5E3B] leading-[130%]">MAR</p> |
| 47 | + </div> |
| 48 | + <div class="flex flex-col gap-2 justify-center"> |
| 49 | + <h3 class="text-[28px] leading-[130%] color-[#84400F] capitalize">Lorem Ipsum Sit Dolor</h3> |
| 50 | + <p class="color-[#7C5E3B] text-[13px] leading-[150%]"> |
| 51 | + Limit to 5 lines only. <br> Lorem ipsum dolor sit amet, consectetur |
| 52 | + adipiscing elit. Ut et massa mi. Aliquam in hendrerit urna. |
| 53 | + Pellentesque sit amet. Pellentesque sit amet. |
| 54 | + </p> |
| 55 | + </div> |
| 56 | + </div> |
| 57 | + </div> |
| 58 | + <div class="flex flex-col gap-4"> |
| 59 | + <div class="bg-[#FFF3E5] rounded-2xl flex gap-5 p-[20px]"> |
| 60 | + <div class="flex flex-col justify-center items-center py-[18px] bg-white rounded-3xl shadow-[0_10px_20px_0_rgba(0,0,0,0.05)] w-full max-w-[127px]"> |
| 61 | + <p class="text-base color-[#7C5E3B] leading-[130%]">2026</p> |
| 62 | + <p class="text-[52px] leading-[120%] color-[#84400F]">23</p> |
| 63 | + <p class="text-base color-[#7C5E3B] leading-[130%]">MAR</p> |
| 64 | + </div> |
| 65 | + <div class="flex flex-col gap-2 justify-center"> |
| 66 | + <h3 class="text-[28px] leading-[130%] color-[#84400F] capitalize">Lorem Ipsum Sit Dolor</h3> |
| 67 | + <p class="color-[#7C5E3B] text-[13px] leading-[150%]"> |
| 68 | + Limit to 5 lines only. <br> Lorem ipsum dolor sit amet, consectetur |
| 69 | + adipiscing elit. Ut et massa mi. Aliquam in hendrerit urna. |
| 70 | + Pellentesque sit amet. Pellentesque sit amet. |
| 71 | + </p> |
| 72 | + </div> |
| 73 | + </div> |
| 74 | + </div> |
| 75 | + </div> |
| 76 | + </div> |
| 77 | +</section> |
0 commit comments