|
| 1 | +{{ define "main" }} |
| 2 | +{{/* Hero Section */}} |
| 3 | +<section class="hero teamSect d-flex justify-content-center align-items-center position-relative" |
| 4 | + style="background: radial-gradient(#063053e5, #062e52e5), url('/images/essentials/aboutBg.png');"> |
| 5 | + <h1 class="inter-700 text-48 text-white text-center z-4">{{ .Title | markdownify }}</h1> |
| 6 | + <div class="position-absolute ellipses"> |
| 7 | + <img src="/images/essentials/ellipses.png" alt="" class="ellipseW"> |
| 8 | + </div> |
| 9 | +</section> |
| 10 | +{{/* End Hero Section */}} |
| 11 | + |
| 12 | +{{/* Project Websites Section */}} |
| 13 | +{{ with .Params.resources_section }} |
| 14 | +{{ if .enable }} |
| 15 | +<section class="section bg-dark-100"> |
| 16 | + <div class="container-lg"> |
| 17 | + <h3 class="inter-700 text-40 dark-900 mb-3">{{ .title | markdownify }}</h3> |
| 18 | + <p class="inter-400 text-16 dark-700 lh-base">{{ .content | markdownify }}</p> |
| 19 | + <div class="row g-4 justify-content-center pt-4"> |
| 20 | + {{ range .boxes }} |
| 21 | + <a href="{{ .url }}" class="col-12 col-sm-6 col-md-4 col-lg-4" target="_blank"> |
| 22 | + <div class="bg-white h-100 rounded-3 p-4 shadow-sm"> |
| 23 | + <div class="d-flex flex-column row-gap-4"> |
| 24 | + <img src="{{ .image }}" alt="" width="40"> |
| 25 | + <div class=""> |
| 26 | + <h5 class="inter-700 text-18 dark-900 mb-2">{{ .title | markdownify }}</h5> |
| 27 | + <p class="inter-400 text-14 dark-700">{{ .content | markdownify }}</p> |
| 28 | + </div> |
| 29 | + </div> |
| 30 | + </div> |
| 31 | + </a> |
| 32 | + {{ end }} |
| 33 | + </div> |
| 34 | + </div> |
| 35 | +</section> |
| 36 | +{{ end }} |
| 37 | +{{ end }} |
| 38 | +{{/* End Project Websites Section */}} |
| 39 | + |
| 40 | +{{/* Support and Social Media Section */}} |
| 41 | +{{ with .Params.support_section }} |
| 42 | +{{ if .enable }} |
| 43 | +<section class="section bg-white"> |
| 44 | + <div class="container-lg"> |
| 45 | + <h3 class="inter-700 text-40 dark-900 mb-3">{{ .title | markdownify }}</h3> |
| 46 | + <p class="inter-400 text-16 dark-700 lh-base">{{ .content | markdownify }}</p> |
| 47 | + <div class="row g-4 justify-content-center pt-4"> |
| 48 | + {{ range .boxes }} |
| 49 | + <a href="{{ .url }}" class="col-12 col-sm-6 col-md-4 col-lg-4" target="_blank"> |
| 50 | + <div class="bg-dark-100 h-100 rounded-3 p-4 shadow-sm"> |
| 51 | + <div class="d-flex flex-column row-gap-4"> |
| 52 | + <img src="{{ .image }}" alt="" width="40"> |
| 53 | + <div class=""> |
| 54 | + <h5 class="inter-700 text-18 dark-900 mb-2">{{ .title | markdownify }}</h5> |
| 55 | + <p class="inter-400 text-14 dark-700">{{ .content | markdownify }}</p> |
| 56 | + </div> |
| 57 | + </div> |
| 58 | + </div> |
| 59 | + </a> |
| 60 | + {{ end }} |
| 61 | + </div> |
| 62 | + </div> |
| 63 | +</section> |
| 64 | +{{ end }} |
| 65 | +{{ end }} |
| 66 | +{{/* End Support and Social Media Section */}} |
| 67 | + |
| 68 | +{{/* Training Section */}} |
| 69 | +{{ with .Params.training_section }} |
| 70 | +{{ if .enable }} |
| 71 | +<section class="section bg-dark-100"> |
| 72 | + <div class="container-lg"> |
| 73 | + <h3 class="inter-700 text-40 dark-900 mb-3">{{ .title | markdownify }}</h3> |
| 74 | + <p class="inter-400 text-16 dark-700 lh-base">{{ .content | markdownify }}</p> |
| 75 | + <div class="row g-4 justify-content-center pt-4"> |
| 76 | + {{ range .boxes }} |
| 77 | + <a href="{{ .url }}" class="col-12 col-sm-6 col-md-4 col-lg-4" target="_blank"> |
| 78 | + <div class="bg-white h-100 rounded-3 p-4 shadow-sm"> |
| 79 | + <div class="d-flex flex-column row-gap-4"> |
| 80 | + <img src="{{ .image }}" alt="" width="40"> |
| 81 | + <div class=""> |
| 82 | + <h5 class="inter-700 text-18 dark-900 mb-2">{{ .title | markdownify }}</h5> |
| 83 | + <p class="inter-400 text-14 dark-700">{{ .content | markdownify }}</p> |
| 84 | + </div> |
| 85 | + </div> |
| 86 | + </div> |
| 87 | + </a> |
| 88 | + {{ end }} |
| 89 | + </div> |
| 90 | + </div> |
| 91 | +</section> |
| 92 | +{{ end }} |
| 93 | +{{ end }} |
| 94 | +{{/* End Training Section */}} |
| 95 | + |
| 96 | +{{/* Documentation Section */}} |
| 97 | +{{ with .Params.docs_section }} |
| 98 | +{{ if .enable }} |
| 99 | +<section class="section bg-white"> |
| 100 | + <div class="container-lg"> |
| 101 | + <h3 class="inter-700 text-40 dark-900 mb-3">{{ .title | markdownify }}</h3> |
| 102 | + <p class="inter-400 text-16 dark-700 lh-base">{{ .content | markdownify }}</p> |
| 103 | + <div class="row g-4 justify-content-center pt-4"> |
| 104 | + {{ range .boxes }} |
| 105 | + <a href="{{ .url }}" class="col-12 col-sm-6 col-md-4 col-lg-4" target="_blank"> |
| 106 | + <div class="bg-dark-100 h-100 rounded-3 p-4 shadow-sm"> |
| 107 | + <div class="d-flex flex-column row-gap-4"> |
| 108 | + <img src="{{ .image }}" alt="" width="40"> |
| 109 | + <div class=""> |
| 110 | + <h5 class="inter-700 text-18 dark-900 mb-2">{{ .title | markdownify }}</h5> |
| 111 | + <p class="inter-400 text-14 dark-700">{{ .content | markdownify }}</p> |
| 112 | + </div> |
| 113 | + </div> |
| 114 | + </div> |
| 115 | + </a> |
| 116 | + {{ end }} |
| 117 | + </div> |
| 118 | + </div> |
| 119 | +</section> |
| 120 | +{{ end }} |
| 121 | +{{ end }} |
| 122 | +{{/* End Documentation Section */}} |
| 123 | +{{ end }} |
0 commit comments