@@ -8,11 +8,40 @@ layout: base.njk
88 }
99 </style >
1010
11- <main id =" {{ title }}" class =" w-full flex flex-col justify-center items-center" >
12- <div class =" self-center w-full sm:w-2/3 xl:w-1/2 px-4 sm:px-0 pt-16" >
13- <h1 class =" font-bold uppercase tracking-widest text-gray-800 text-2xl mb-4" >{{ title }} </h1 >
14- <div class =" font-light text-black text-lg" >
15- {{ content | safe }}
11+ {% from " components/button.njk" import button %}
12+ {% from " components/card.njk" import card %}
13+ {% from " components/flat-card.njk" import flatCard %}
14+
15+ <div class =" w-full h-auto bg-pycon-blue -mb-24 px-[6%] flex flex-col md:flex-row" >
16+ <div class =" pt-32 pb-8 md:pb-32 w-full lg:w-[70%]" >
17+ <div class =" black-han-sans-regular font-normal text-3xl md:text-5xl md:text-center text-[#FFFFFF] text-center lg:text-left" >
18+ {{ title }}
19+ </div >
20+ <div class =" text-md lg:text-xl pt-12 text-[#FFFFFF] lg:pr-10 text-justify" >
21+ <p >{{ description }} </p >
22+ </div >
23+ </div >
24+ <div class =" lg:w-[30%] w-[80%] lg:mt-60 flex items-center justify-center mx-auto" >
25+ <img src =" {{ env.baseUrl }}img/assets/laptop.svg" alt =" Guide" class =" w-[40%] lg:w-[60%] transition-transform duration-100" style =" animation : floating 2s ease-in-out infinite ;" >
26+ <img src =" {{ env.baseUrl }}img/assets/filter-coffee.svg" alt =" Guide" class =" w-[40%] lg:w-[60%] transition-transform duration-100" style =" animation : floating 2s ease-in-out infinite ;" >
27+ </div >
28+ </div >
29+
30+ <div class =" absolute top-2/5 right-4 md:block" >
31+ <img src =" {{ env.baseUrl }}img/assets/star-lime-vector.svg" alt =" Groovy star" class =" md:w-16 md:h-16 w-10 h-10" >
32+ </div >
33+
34+ <div class =" absolute md:top-3/4 pt-52 md:right-20 right-12 md:block" >
35+ <img src =" {{ env.baseUrl }}img/assets/star-pink-vector.svg" alt =" Groovy star" class =" md:w-16 md:h-16 w-10 h-10" >
36+ </div >
37+
38+
39+ <div class =" main-container pt-16 md:pt-48 bg-lavender w-full h-auto px-[6%]" >
40+ <div class =" pb-40 md:pb-60 lg:pb-[20%] w-full text-justify lg:w-[70%]" >
41+ <div class =" mt-24 md:-mt-32 lg:-mt-20 text-md lg:text-xl font-light" >
42+ <div class =" font-light text-black text-lg" >
43+ {{ content | safe }}
44+ </div >
45+ </div >
1646 </div >
17- </div >
18- </main >
47+ </div >
0 commit comments