slidesgo.com Open in urlscan Pro
2606:4700:10::6816:192  Public Scan

Submitted URL: https://slidesgo.com/theme/agricultural-technician-cv#search-green&position-18&results-666
Effective URL: https://slidesgo.com/theme/agricultural-technician-cv
Submission: On March 27 via manual from US — Scanned from DE

Form analysis 33 forms found in the DOM

https://slidesgo.com/search#rs=search

<form action="https://slidesgo.com/search#rs=search" x-ref="form" x-on:scroll-over-home-search.window="!isMinimal ? hideSearch() : ''" @mousedown.away="hideSearch" x-data="searcher(&quot;en&quot;, &quot;1&quot;, &quot;&quot;)"
  class="relative w-full ">
  <div class="relative group bg-gray-150 sm:bg-purple-500 sm:focus-within:bg-white focus-within:placeholder-gray-600 focus-within:text-gray-600 overflow-hidden rounded text-gray-600 sm:text-purple-200 hover:text-gray-600">
    <input id="search-input" x-ref="searchinput" @focus="focused" @keyup.debounce.500="search($event)" @keydown.down.prevent="selectNext($event)" @keydown.up.prevent="selectPrev($event)" x-model="searchText" type="text" name="q"
      placeholder="Search a template" autocomplete="off" required="required"
      class="focus:ring-0 w-full outline-none appearance-none caret-purple-400 pl-4 pr-5 h-10 xl:max-w-4xl placeholder-gray-600 sm:placeholder-purple-200 bg-transparent sm:group-hover:bg-white rounded hover:placeholder-gray-600 focus:placeholder-gray-600">
    <label for="search-input"></label>
    <button type="submit" class="absolute top-0 right-0 bottom-0 mx-5 flex items-center focus:outline-none" aria-label="Search button">
      <svg alt="Search" loading="lazy" class="fill-current h-4 w-4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57 57">
        <path d="M55.1 51.9L41.6 37.8A23 23 0 0024 0a23 23 0 1013.2 41.8L50.8 56a3 3 0 004.3.1 3 3 0 000-4.2zM24 6a17 17 0 110 34 17 17 0 010-34z"></path>
      </svg> </button>
    <template x-if="searchText.length > 0">
      <button @click="resetSearch" type="button" title="Clear the search query." class="searchbox__reset absolute top-0 right-10 h-full w-8 flex justify-center items-center">
        <svg alt="Close" class="fill-current h-3 w-3" viewBox="0 0 375 375" xmlns="http://www.w3.org/2000/svg">
          <path d="M368.7 339.4L35.9 6.6A20.7 20.7 0 006.6 36l332.8 332.8a20.7 20.7 0 1029.3-29.3z"></path>
          <path d="M339.4 6.6L6.6 339.4A20.7 20.7 0 1036 368.7L368.7 35.9a20.7 20.7 0 10-29.3-29.3z"></path>
        </svg> </button>
    </template>
  </div>
  <template x-if="showResults">
    <div class="search-bar">
      <template x-if="searchText.length > 1 &amp;&amp; results.length">
        <div class="absolute bg-white shadow-lg left-0 right-0 py-4 sm:-mt-2 rounded-bl-lg rounded-br-lg -ml-4 sm:ml-0 w-screen sm:w-auto">
          <div>
            <template x-for="(result, key) in results">
              <div x-html="result.highlightResult" @mouseover="resetOptionNavigation" @click="selectOption(result.search)" @keyup.enter="selectOption(result.search)" :class="key === selectedOption ? 'bg-gray-150' : ''"
                class="autocomplete-terms text-left py-3 px-4 text-gray-600 hover:bg-gray-150 hover:cursor-pointer">
              </div>
            </template>
            <template x-if="templates.length">
              <div class="hidden sm:block border-t border-gray-150 mt-3 pt-3 px-4">
                <h3 class="text-left font-bold text-gray-800 mb-2">Templates</h3>
                <div class="grid sm:grid-cols-3 lg:grid-cols-2 gap-4 py-2">
                  <template x-for="(article, key) in templates">
                    <div class="last:hidden lg:last:flex flex justify-between">
                      <div class="w-full lg:w-4/12">
                        <a :href="article.url" class="block relative aspect-w-16 aspect-h-9">
                                                        <template x-if="article.premium &amp;&amp; !article.xl">
                                                            <span class="h-4 w-4 rounded-sm bg-darkblue-500 bg-opacity-75 flex items-center justify-center z-10 mb-1 absolute top-0 left-0 mt-1 ml-1">
                                                                <img src="/images/icons/premium.svg" class="h-2 w-2">
                                                            </span>
                                                        </template>
                                                        <template x-if="article.xl">
                                                            <span class="h-4 w-4 rounded-sm bg-darkblue-500 bg-opacity-75 flex items-center justify-center z-10 mb-1 absolute top-0 left-0 mt-1 ml-1">
                                                                <img src="/images/icons/premium-xl.svg" class="h-2 w-2">
                                                            </span>
                                                        </template>
                                                        <img :src="article.thumb" class="absolute top-0 left-0 w-full h-full object-contain rounded" alt="related">
                                                    </a>
                      </div>
                      <div class="hidden lg:flex pl-2 w-8/12 flex-col justify-center">
                        <h3 class="truncate font-bold text-sm text-left">
                          <a :href="article.url" x-text="article.name" class="text-gray-700 no-underline hover:text-purple-400"></a>
                        </h3>
                        <p x-text="article.total_images +' slides'" class="text-gray-600 text-xs text-left"></p>
                      </div>
                    </div>
                  </template>
                </div>
              </div>
            </template>
          </div>
        </div>
      </template>
      <template x-if="searchText.length === 0">
        <div class="bg-white shadow-lg w-full p-4 fixed sm:absolute top-28 sm:top-auto left-0 w-screen sm:w-full sm:mt-2 sm:rounded">
          <p class="text-left font-bold mb-2 text-gray-800">Top searches</p>
          <div class="flex items-center mb-4 overflow-auto sm:flex-wrap">
            <a onclick="trackAnalytic(&quot;search-suggested&quot;, &quot;Click-top-search&quot;, &quot;travel&quot;)" href="https://slidesgo.com/search?q=travel#rs=topsearches" class="cursor-pointer text-xs flex items-center px-3 py-1 mr-2 mb-2 text-gray-700 rounded border border-gray-300 hover:bg-gray-600 hover:text-white hover:border-gray-600">
                travel
            </a>
            <a onclick="trackAnalytic(&quot;search-suggested&quot;, &quot;Click-top-search&quot;, &quot;history&quot;)" href="https://slidesgo.com/search?q=history#rs=topsearches" class="cursor-pointer text-xs flex items-center px-3 py-1 mr-2 mb-2 text-gray-700 rounded border border-gray-300 hover:bg-gray-600 hover:text-white hover:border-gray-600">
                history
            </a>
            <a onclick="trackAnalytic(&quot;search-suggested&quot;, &quot;Click-top-search&quot;, &quot;nature&quot;)" href="https://slidesgo.com/search?q=nature#rs=topsearches" class="cursor-pointer text-xs flex items-center px-3 py-1 mr-2 mb-2 text-gray-700 rounded border border-gray-300 hover:bg-gray-600 hover:text-white hover:border-gray-600">
                nature
            </a>
            <a onclick="trackAnalytic(&quot;search-suggested&quot;, &quot;Click-top-search&quot;, &quot;science&quot;)" href="https://slidesgo.com/search?q=science#rs=topsearches" class="cursor-pointer text-xs flex items-center px-3 py-1 mr-2 mb-2 text-gray-700 rounded border border-gray-300 hover:bg-gray-600 hover:text-white hover:border-gray-600">
                science
            </a>
            <a onclick="trackAnalytic(&quot;search-suggested&quot;, &quot;Click-top-search&quot;, &quot;math&quot;)" href="https://slidesgo.com/search?q=math#rs=topsearches" class="cursor-pointer text-xs flex items-center px-3 py-1 mr-2 mb-2 text-gray-700 rounded border border-gray-300 hover:bg-gray-600 hover:text-white hover:border-gray-600">
                math
            </a>
            <a onclick="trackAnalytic(&quot;search-suggested&quot;, &quot;Click-top-search&quot;, &quot;war&quot;)" href="https://slidesgo.com/search?q=war#rs=topsearches" class="cursor-pointer text-xs flex items-center px-3 py-1 mr-2 mb-2 text-gray-700 rounded border border-gray-300 hover:bg-gray-600 hover:text-white hover:border-gray-600">
                war
            </a>
            <a onclick="trackAnalytic(&quot;search-suggested&quot;, &quot;Click-top-search&quot;, &quot;school&quot;)" href="https://slidesgo.com/search?q=school#rs=topsearches" class="cursor-pointer text-xs flex items-center px-3 py-1 mr-2 mb-2 text-gray-700 rounded border border-gray-300 hover:bg-gray-600 hover:text-white hover:border-gray-600">
                school
            </a>
            <a onclick="trackAnalytic(&quot;search-suggested&quot;, &quot;Click-top-search&quot;, &quot;education&quot;)" href="https://slidesgo.com/search?q=education#rs=topsearches" class="cursor-pointer text-xs flex items-center px-3 py-1 mr-2 mb-2 text-gray-700 rounded border border-gray-300 hover:bg-gray-600 hover:text-white hover:border-gray-600">
                education
            </a>
            <a onclick="trackAnalytic(&quot;search-suggested&quot;, &quot;Click-top-search&quot;, &quot;business&quot;)" href="https://slidesgo.com/search?q=business#rs=topsearches" class="cursor-pointer text-xs flex items-center px-3 py-1 mr-2 mb-2 text-gray-700 rounded border border-gray-300 hover:bg-gray-600 hover:text-white hover:border-gray-600">
                business
            </a>
          </div>
          <p class="text-left font-bold text-gray-800">Trending searches</p>
          <div class="flex overflow-auto sm:grid gap-x-2 gap-y-6 sm:grid-cols-2 mt-2 pb-2 sm:pb-0 pt-2 2xl:grid-cols-3">
            <a onclick="trackAnalytic(&quot;search-suggested&quot;, &quot;Click-trending&quot;, &quot;Theater&quot;)" class="shrink-0 w-2/3 sm:w-auto flex items-center group cursor-pointer mr-3 sm:mr-0" href="https://slidesgo.com/theater?order=recent#rs=collections-trending-searches">
                <div class="w-1/2 pr-2 mr-1 shrink-0 sm:w-2/5">
                    <div class="aspect-w-16 aspect-h-9">
                        <img class="rounded absolute left-0 top-0 z-20" src="https://media.slidesgo.com/storage/17450849/world-puppetry-day-at-school1645092654.jpg">
                        <div class="absolute -top-1 scale-95 h-full bg-gray-200 rounded z-10 overflow-hidden">
                            <img class="absolute top-0 left-0 w-full h-full transition-all duration-300 rounded blur-lg" src="https://media.slidesgo.com/storage/17450849/world-puppetry-day-at-school1645092654.jpg">
                        </div>
                        <div class="absolute -top-2 scale-90 h-full bg-gray-150 rounded overflow-hidden">
                            <img class="absolute top-0 left-0 w-full h-full transition-all duration-300 rounded opacity-50 blur-lg" src="https://media.slidesgo.com/storage/17450849/world-puppetry-day-at-school1645092654.jpg">
                        </div>
                    </div>
                </div>
                <div class="w-1/2 sm:w-auto">
                    <h3 class="font-bold text-gray-700 mb-1 text-sm text-left group-hover:text-purple-400">Theater</h3>
                    <p class="text-gray-600 text-left text-xs">25 templates</p>
                </div>
            </a>
            <a onclick="trackAnalytic(&quot;search-suggested&quot;, &quot;Click-trending&quot;, &quot;PowerPoint Exclusive&quot;)" class="shrink-0 w-2/3 sm:w-auto flex items-center group cursor-pointer mr-3 sm:mr-0" href="https://slidesgo.com/powerpoint-exclusive?order=recent#rs=collections-trending-searches">
                <div class="w-1/2 pr-2 mr-1 shrink-0 sm:w-2/5">
                    <div class="aspect-w-16 aspect-h-9">
                        <img class="rounded absolute left-0 top-0 z-20" src="https://media.slidesgo.com/storage/18788745/video-pixel-vr-app-pitch-deck1647872949.jpg">
                        <div class="absolute -top-1 scale-95 h-full bg-gray-200 rounded z-10 overflow-hidden">
                            <img class="absolute top-0 left-0 w-full h-full transition-all duration-300 rounded blur-lg" src="https://media.slidesgo.com/storage/18788745/video-pixel-vr-app-pitch-deck1647872949.jpg">
                        </div>
                        <div class="absolute -top-2 scale-90 h-full bg-gray-150 rounded overflow-hidden">
                            <img class="absolute top-0 left-0 w-full h-full transition-all duration-300 rounded opacity-50 blur-lg" src="https://media.slidesgo.com/storage/18788745/video-pixel-vr-app-pitch-deck1647872949.jpg">
                        </div>
                    </div>
                </div>
                <div class="w-1/2 sm:w-auto">
                    <h3 class="font-bold text-gray-700 mb-1 text-sm text-left group-hover:text-purple-400">PowerPoint Exclusive</h3>
                    <p class="text-gray-600 text-left text-xs">13 templates</p>
                </div>
            </a>
            <a onclick="trackAnalytic(&quot;search-suggested&quot;, &quot;Click-trending&quot;, &quot;Book&quot;)" class="shrink-0 w-2/3 sm:w-auto flex items-center group cursor-pointer mr-3 sm:mr-0" href="https://slidesgo.com/book?order=recent#rs=collections-trending-searches">
                <div class="w-1/2 pr-2 mr-1 shrink-0 sm:w-2/5">
                    <div class="aspect-w-16 aspect-h-9">
                        <img class="rounded absolute left-0 top-0 z-20" src="https://media.slidesgo.com/storage/18631037/international-book-and-copyright-day1647504848.jpg">
                        <div class="absolute -top-1 scale-95 h-full bg-gray-200 rounded z-10 overflow-hidden">
                            <img class="absolute top-0 left-0 w-full h-full transition-all duration-300 rounded blur-lg" src="https://media.slidesgo.com/storage/18631037/international-book-and-copyright-day1647504848.jpg">
                        </div>
                        <div class="absolute -top-2 scale-90 h-full bg-gray-150 rounded overflow-hidden">
                            <img class="absolute top-0 left-0 w-full h-full transition-all duration-300 rounded opacity-50 blur-lg" src="https://media.slidesgo.com/storage/18631037/international-book-and-copyright-day1647504848.jpg">
                        </div>
                    </div>
                </div>
                <div class="w-1/2 sm:w-auto">
                    <h3 class="font-bold text-gray-700 mb-1 text-sm text-left group-hover:text-purple-400">Book</h3>
                    <p class="text-gray-600 text-left text-xs">112 templates</p>
                </div>
            </a>
            <a onclick="trackAnalytic(&quot;search-suggested&quot;, &quot;Click-trending&quot;, &quot;Indonesia&quot;)" class="shrink-0 w-2/3 sm:w-auto flex items-center group cursor-pointer mr-3 sm:mr-0" href="https://slidesgo.com/indonesia?order=recent#rs=collections-trending-searches">
                <div class="w-1/2 pr-2 mr-1 shrink-0 sm:w-2/5">
                    <div class="aspect-w-16 aspect-h-9">
                        <img class="rounded absolute left-0 top-0 z-20" src="https://media.slidesgo.com/storage/15788451/imlek-chinese-new-year-in-indonesia1640778854.jpg">
                        <div class="absolute -top-1 scale-95 h-full bg-gray-200 rounded z-10 overflow-hidden">
                            <img class="absolute top-0 left-0 w-full h-full transition-all duration-300 rounded blur-lg" src="https://media.slidesgo.com/storage/15788451/imlek-chinese-new-year-in-indonesia1640778854.jpg">
                        </div>
                        <div class="absolute -top-2 scale-90 h-full bg-gray-150 rounded overflow-hidden">
                            <img class="absolute top-0 left-0 w-full h-full transition-all duration-300 rounded opacity-50 blur-lg" src="https://media.slidesgo.com/storage/15788451/imlek-chinese-new-year-in-indonesia1640778854.jpg">
                        </div>
                    </div>
                </div>
                <div class="w-1/2 sm:w-auto">
                    <h3 class="font-bold text-gray-700 mb-1 text-sm text-left group-hover:text-purple-400">Indonesia</h3>
                    <p class="text-gray-600 text-left text-xs">6 templates</p>
                </div>
            </a>
            <a onclick="trackAnalytic(&quot;search-suggested&quot;, &quot;Click-trending&quot;, &quot;Asia&quot;)" class="shrink-0 w-2/3 sm:w-auto flex items-center group cursor-pointer mr-3 sm:mr-0" href="https://slidesgo.com/asia?order=recent#rs=collections-trending-searches">
                <div class="w-1/2 pr-2 mr-1 shrink-0 sm:w-2/5">
                    <div class="aspect-w-16 aspect-h-9">
                        <img class="rounded absolute left-0 top-0 z-20" src="https://media.slidesgo.com/storage/18776431/showa-day1647858871.jpg">
                        <div class="absolute -top-1 scale-95 h-full bg-gray-200 rounded z-10 overflow-hidden">
                            <img class="absolute top-0 left-0 w-full h-full transition-all duration-300 rounded blur-lg" src="https://media.slidesgo.com/storage/18776431/showa-day1647858871.jpg">
                        </div>
                        <div class="absolute -top-2 scale-90 h-full bg-gray-150 rounded overflow-hidden">
                            <img class="absolute top-0 left-0 w-full h-full transition-all duration-300 rounded opacity-50 blur-lg" src="https://media.slidesgo.com/storage/18776431/showa-day1647858871.jpg">
                        </div>
                    </div>
                </div>
                <div class="w-1/2 sm:w-auto">
                    <h3 class="font-bold text-gray-700 mb-1 text-sm text-left group-hover:text-purple-400">Asia</h3>
                    <p class="text-gray-600 text-left text-xs">200 templates</p>
                </div>
            </a>
            <a onclick="trackAnalytic(&quot;search-suggested&quot;, &quot;Click-trending&quot;, &quot;Movie&quot;)" class="shrink-0 w-2/3 sm:w-auto flex items-center group cursor-pointer mr-3 sm:mr-0" href="https://slidesgo.com/movie?order=recent#rs=collections-trending-searches">
                <div class="w-1/2 pr-2 mr-1 shrink-0 sm:w-2/5">
                    <div class="aspect-w-16 aspect-h-9">
                        <img class="rounded absolute left-0 top-0 z-20" src="https://media.slidesgo.com/storage/18527015/sci-fi-short-film-pitch-deck1647339009.jpg">
                        <div class="absolute -top-1 scale-95 h-full bg-gray-200 rounded z-10 overflow-hidden">
                            <img class="absolute top-0 left-0 w-full h-full transition-all duration-300 rounded blur-lg" src="https://media.slidesgo.com/storage/18527015/sci-fi-short-film-pitch-deck1647339009.jpg">
                        </div>
                        <div class="absolute -top-2 scale-90 h-full bg-gray-150 rounded overflow-hidden">
                            <img class="absolute top-0 left-0 w-full h-full transition-all duration-300 rounded opacity-50 blur-lg" src="https://media.slidesgo.com/storage/18527015/sci-fi-short-film-pitch-deck1647339009.jpg">
                        </div>
                    </div>
                </div>
                <div class="w-1/2 sm:w-auto">
                    <h3 class="font-bold text-gray-700 mb-1 text-sm text-left group-hover:text-purple-400">Movie</h3>
                    <p class="text-gray-600 text-left text-xs">67 templates</p>
                </div>
            </a>
          </div>
        </div>
      </template>
    </div>
  </template>
</form>

POST https://slidesgo.com/auth/login

<form method="POST" action="https://slidesgo.com/auth/login" id="login" class="flex text-gray-200 items-center ml-2">
  <input type="hidden" name="_token" value="kQeoGofVnHX3CIYhNqLyBWoqWnBpeUysmVT2dWzr"> <input type="hidden" value="sign-in-button" name="login-from">
  <input type="hidden" value="en" name="language">
  <input type="hidden" value="en.article" name="login-route">
  <button type="submit" class="font-semibold border sm:border-2 h-8 sm:h-10 px-3 sm:px-4 rounded text-sm sm:text-base text-white hover:text-purple-400 border-white hover:bg-white"> Log in</button>
</form>

POST

<form x-ref="download_form" method="post" target="_blank" action="" class="flex flex-row justify-evenly sm:justify-center sm:flex-col lg:grid w-full relative mt-4 sm:mt-auto lg:grid-cols-2">
  <input type="hidden" name="_token" value="kQeoGofVnHX3CIYhNqLyBWoqWnBpeUysmVT2dWzr">
  <button @click="setDownloadType(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;7582&quot;, &quot;Agricultural Technician CV&quot;, &quot;https://slidesgo.com/theme/agricultural-technician-cv&quot;, &quot;Business&quot;);" type="button"
    aria-label="Google slides" name="action" value="google"
    class="bg-yellow-500 hover:bg-yellow-400 font-bold sm:font-medium text-white h-12 text-sm sm:text-base px-5 rounded text-center relative flex flex-1 items-center justify-center sm:flex-auto lg:flex-1 sm:mb-2 lg:mb-0 lg:mr-2">
    <svg alt="Google Slides" class="fill-current h-5 w-5 shrink-0" viewBox="0 0 33 33" xmlns="http://www.w3.org/2000/svg">
      <g fill-rule="evenodd">
        <path d="M28.3 0H4a4 4 0 00-4 4.2v24.5a4 4 0 004 4.1h24.2a4 4 0 004-4V4.1a4 4 0 00-4-4.1z"></path>
        <path d="M7.4 10.4v12.2h17.4V10.4H7.4zM6 7.7h20.2c.7 0 1.3.6 1.3 1.3v15c0 .7-.6 1.3-1.3 1.3H6c-.7 0-1.3-.6-1.3-1.3V9c0-.7.6-1.3 1.3-1.3z" fill="#ffb229" fill-rule="nonzero"></path>
        <path fill="#ffb229" d="M6.8 9.9h18.3v13.2H6.8z"></path>
      </g>
    </svg> <span class="flex-1 text-center pl-2 leading-4">Google Slides</span>
  </button>
  <button @click="setDownloadType(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;7582&quot;, &quot;Agricultural Technician CV&quot;, &quot;https://slidesgo.com/theme/agricultural-technician-cv&quot;, &quot;Business&quot;);"
    type="button" aria-label="Powerpoint" name="action" value="download"
    class="bg-red-700 hover:bg-red-400 font-bold sm:font-medium text-white h-12 text-sm sm:text-base px-5 rounded text-center relative flex flex-1 items-center justify-center sm:flex-auto lg:flex-1 sm:mb-2 lg:mb-0 mx-2 sm:mx-0 lg:mr-2">
    <svg alt="PowerPoint" class="fill-current text-white h-5 w-5 shrink-0" viewBox="0 0 34 33" xmlns="http://www.w3.org/2000/svg">
      <g fill-rule="nonzero">
        <path d="M24.8 7.2c-.4 0-.7.3-.7.7v4.3c0 .4.3.7.7.7H29c.4 0 .8-.3.8-.7a5 5 0 00-5-5z"></path>
        <path d="M24.8 14.4c-1.2 0-2.1-1-2.1-2.2V8.7a5 5 0 00-4.2 5.7 5 5 0 005.6 4.2 5 5 0 004.2-4.2h-3.5z"></path>
        <path
          d="M19.6.2l.2.6V32.4c0 .3-.4.6-.8.5L.6 30.1a.7.7 0 01-.6-.7V5c0-.4.2-.7.5-.7L19 0l.6.1zM6.4 22.9c.4 0 .7-.3.7-.7v-3.6h2.1c2 0 3.6-1.6 3.6-3.5v-1.5c0-2-1.6-3.5-3.6-3.5H6.4c-.4 0-.7.3-.7.7v11.4c0 .4.3.7.7.7zm.7-5.7v-5.7h2.1c1.2 0 2.1 1 2.1 2.1v1.5c0 1.2-1 2.1-2 2.1H7z">
        </path>
        <path d="M33.3 30.1H19a.7.7 0 01-.7-.7c0-.4.3-.7.7-.7h13.5V4.3H19a.7.7 0 01-.7-.7c0-.4.3-.7.7-.7h14.2c.4 0 .7.3.7.7v25.8c0 .4-.3.7-.7.7z"></path>
        <path d="M29 25.8h-9.9a.7.7 0 01-.7-.7c0-.4.3-.7.7-.7h10c.3 0 .6.3.6.7 0 .4-.3.7-.7.7zM29 21.5h-9.9a.7.7 0 01-.7-.7c0-.4.3-.7.7-.7h10c.3 0 .6.3.6.7 0 .4-.3.7-.7.7z"></path>
      </g>
    </svg> <span class="flex-1 text-center pl-2 leading-4">Power<span class="block sm:inline lg:block xl:inline">Point</span></span>
  </button>
  <template x-if="(hasXlRestrictions &amp;&amp; isXl)">
    <div :class="!(hasXlRestrictions &amp;&amp; isXl &amp;&amp; downloadOption) ? 'hidden' : ''" class="fixed sm:absolute bottom-0 sm:bottom-auto sm:top-0 left-0 w-full bg-white shadow-lg border border-gray-150 rounded p-4 modal-xl z-20 lg:z-10">
      <div class="flex items-start justify-between">
        <h3 class="text-gray-800 font-medium text-lg mb-2">Download Premium template</h3>
        <button type="button" aria-label="Close button" class="hover:opacity-50 close" @click="downloadOption = null">
          <svg alt="Close icon" class="fill-current h-3 w-3 fill-current mb-2" viewBox="0 0 375 375" xmlns="http://www.w3.org/2000/svg">
            <path d="M368.7 339.4L35.9 6.6A20.7 20.7 0 006.6 36l332.8 332.8a20.7 20.7 0 1029.3-29.3z"></path>
            <path d="M339.4 6.6L6.6 339.4A20.7 20.7 0 1036 368.7L368.7 35.9a20.7 20.7 0 10-29.3-29.3z"></path>
          </svg> </button>
      </div>
      <p class="text-gray-600 mb-2 text-sm leading-snug">
        <strong>0 extra slides</strong> in this template and Premium graphic resources
      </p>
      <a href="https://slidesgo.com/pricing?slide=agricultural-technician-cv&amp;utm_source=Freemium&amp;utm_medium=template&amp;utm_campaign=freemium-slides-microfunnel&amp;utm_term=Go-Premium&amp;utm_content=Agricultural+Technician+CV" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white py-3 block text-center">Go Premium</a>
      <hr class="my-4 border-t border-gray-200">
      <h3 class="text-gray-800 font-medium text-lg mb-2">Download free template</h3>
      <button @click="downloadSlide()" type="button" :value="downloadOption" aria-label="Free download" name="action" class="bg-green-500 hover:bg-green-600 w-full rounded font-medium text-white py-3 block text-center">Free download</button>
    </div>
  </template>
</form>

POST

<form x-ref="download_form" method="post" target="_blank" class="h-full" action="">
  <input type="hidden" name="_token" value="kQeoGofVnHX3CIYhNqLyBWoqWnBpeUysmVT2dWzr">
  <template x-if="(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col sm:flex-col w-full relative h-full justify-center">
      <div class="mb-2 sm:mb-3">
        <p class="text-white font-semibold text-center mb-2">Download Premium template</p>
        <a href="https://slidesgo.com/pricing?slide=electronic-circuit-style-cv&amp;utm_source=Freemium&amp;utm_medium=template&amp;utm_campaign=freemium-slides-microfunnel&amp;utm_term=Go-Premium&amp;utm_content=Electronic+Circuit+Style+CV" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white h-10 px-3 flex items-center justify-center">
                                        Go Premium                                    </a>
      </div>
      <div>
        <p class="text-white font-semibold text-center mb-2">Download free template</p>
        <div class="flex">
          <button @click="downloadSlide('google')" type="button" aria-label="Google slides" name="action" value="google"
            class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="Google Slides" class="h-5 w-5">
              <use xlink:href="#icon-googleslides"></use>
            </svg>
          </button>
          <button @click="downloadSlide('powerpoint')" type="button" aria-label="Powerpoint" name="action" value="download"
            class="bg-red-500 hover:bg-red-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="PowerPoint" class="text-white h-5 w-5">
              <use xlink:href="#icon-powerpoint"></use>
            </svg>
          </button>
        </div>
      </div>
    </div>
  </template>
  <template x-if="!(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col justify-center w-full h-full relative">
      <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;6120&quot;, &quot;Electronic Circuit Style CV&quot;, &quot;https://slidesgo.com/theme/electronic-circuit-style-cv&quot;, &quot;&quot;);" type="button"
        aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="Google Slides" class="h-5 w-5">
          <use xlink:href="#icon-googleslides"></use>
        </svg>
        <span class="flex-1 text-center pl-2">Google Slides</span>
      </button>
      <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;6120&quot;, &quot;Electronic Circuit Style CV&quot;, &quot;https://slidesgo.com/theme/electronic-circuit-style-cv&quot;, &quot;&quot;);" type="button"
        aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="PowerPoint" class="text-white h-5 w-5">
          <use xlink:href="#icon-powerpoint"></use>
        </svg>
        <span class="flex-1 text-center pl-2">PowerPoint</span>
      </button>
    </div>
  </template>
  <div class="flex flex-col justify-center w-full h-full relative">
    <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;6120&quot;, &quot;Electronic Circuit Style CV&quot;, &quot;https://slidesgo.com/theme/electronic-circuit-style-cv&quot;, &quot;&quot;);" type="button"
      aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="Google Slides" class="h-5 w-5">
        <use xlink:href="#icon-googleslides"></use>
      </svg>
      <span class="flex-1 text-center pl-2">Google Slides</span>
    </button>
    <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;6120&quot;, &quot;Electronic Circuit Style CV&quot;, &quot;https://slidesgo.com/theme/electronic-circuit-style-cv&quot;, &quot;&quot;);" type="button"
      aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="PowerPoint" class="text-white h-5 w-5">
        <use xlink:href="#icon-powerpoint"></use>
      </svg>
      <span class="flex-1 text-center pl-2">PowerPoint</span>
    </button>
  </div>
</form>

POST

<form x-ref="download_form" method="post" target="_blank" class="h-full" action="">
  <input type="hidden" name="_token" value="kQeoGofVnHX3CIYhNqLyBWoqWnBpeUysmVT2dWzr">
  <template x-if="(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col sm:flex-col w-full relative h-full justify-center">
      <div class="mb-2 sm:mb-3">
        <p class="text-white font-semibold text-center mb-2">Download Premium template</p>
        <a href="https://slidesgo.com/pricing?slide=botanical-garden-mk-plan&amp;utm_source=Freemium&amp;utm_medium=template&amp;utm_campaign=freemium-slides-microfunnel&amp;utm_term=Go-Premium&amp;utm_content=Botanical+Garden+MK+Plan" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white h-10 px-3 flex items-center justify-center">
                                        Go Premium                                    </a>
      </div>
      <div>
        <p class="text-white font-semibold text-center mb-2">Download free template</p>
        <div class="flex">
          <button @click="downloadSlide('google')" type="button" aria-label="Google slides" name="action" value="google"
            class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="Google Slides" class="h-5 w-5">
              <use xlink:href="#icon-googleslides"></use>
            </svg>
          </button>
          <button @click="downloadSlide('powerpoint')" type="button" aria-label="Powerpoint" name="action" value="download"
            class="bg-red-500 hover:bg-red-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="PowerPoint" class="text-white h-5 w-5">
              <use xlink:href="#icon-powerpoint"></use>
            </svg>
          </button>
        </div>
      </div>
    </div>
  </template>
  <template x-if="!(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col justify-center w-full h-full relative">
      <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;7731&quot;, &quot;Botanical Garden MK Plan&quot;, &quot;https://slidesgo.com/theme/botanical-garden-mk-plan&quot;, &quot;&quot;);" type="button"
        aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="Google Slides" class="h-5 w-5">
          <use xlink:href="#icon-googleslides"></use>
        </svg>
        <span class="flex-1 text-center pl-2">Google Slides</span>
      </button>
      <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;7731&quot;, &quot;Botanical Garden MK Plan&quot;, &quot;https://slidesgo.com/theme/botanical-garden-mk-plan&quot;, &quot;&quot;);" type="button"
        aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="PowerPoint" class="text-white h-5 w-5">
          <use xlink:href="#icon-powerpoint"></use>
        </svg>
        <span class="flex-1 text-center pl-2">PowerPoint</span>
      </button>
    </div>
  </template>
  <div class="flex flex-col justify-center w-full h-full relative">
    <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;7731&quot;, &quot;Botanical Garden MK Plan&quot;, &quot;https://slidesgo.com/theme/botanical-garden-mk-plan&quot;, &quot;&quot;);" type="button"
      aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="Google Slides" class="h-5 w-5">
        <use xlink:href="#icon-googleslides"></use>
      </svg>
      <span class="flex-1 text-center pl-2">Google Slides</span>
    </button>
    <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;7731&quot;, &quot;Botanical Garden MK Plan&quot;, &quot;https://slidesgo.com/theme/botanical-garden-mk-plan&quot;, &quot;&quot;);" type="button"
      aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="PowerPoint" class="text-white h-5 w-5">
        <use xlink:href="#icon-powerpoint"></use>
      </svg>
      <span class="flex-1 text-center pl-2">PowerPoint</span>
    </button>
  </div>
</form>

POST

<form x-ref="download_form" method="post" target="_blank" class="h-full" action="">
  <input type="hidden" name="_token" value="kQeoGofVnHX3CIYhNqLyBWoqWnBpeUysmVT2dWzr">
  <template x-if="(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col sm:flex-col w-full relative h-full justify-center">
      <div class="mb-2 sm:mb-3">
        <p class="text-white font-semibold text-center mb-2">Download Premium template</p>
        <a href="https://slidesgo.com/pricing?slide=biochemical-technician-cv&amp;utm_source=Freemium&amp;utm_medium=template&amp;utm_campaign=freemium-slides-microfunnel&amp;utm_term=Go-Premium&amp;utm_content=Biochemical+Technician+CV" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white h-10 px-3 flex items-center justify-center">
                                        Go Premium                                    </a>
      </div>
      <div>
        <p class="text-white font-semibold text-center mb-2">Download free template</p>
        <div class="flex">
          <button @click="downloadSlide('google')" type="button" aria-label="Google slides" name="action" value="google"
            class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="Google Slides" class="h-5 w-5">
              <use xlink:href="#icon-googleslides"></use>
            </svg>
          </button>
          <button @click="downloadSlide('powerpoint')" type="button" aria-label="Powerpoint" name="action" value="download"
            class="bg-red-500 hover:bg-red-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="PowerPoint" class="text-white h-5 w-5">
              <use xlink:href="#icon-powerpoint"></use>
            </svg>
          </button>
        </div>
      </div>
    </div>
  </template>
  <template x-if="!(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col justify-center w-full h-full relative">
      <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;7761&quot;, &quot;Biochemical Technician CV&quot;, &quot;https://slidesgo.com/theme/biochemical-technician-cv&quot;, &quot;&quot;);" type="button"
        aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="Google Slides" class="h-5 w-5">
          <use xlink:href="#icon-googleslides"></use>
        </svg>
        <span class="flex-1 text-center pl-2">Google Slides</span>
      </button>
      <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;7761&quot;, &quot;Biochemical Technician CV&quot;, &quot;https://slidesgo.com/theme/biochemical-technician-cv&quot;, &quot;&quot;);" type="button"
        aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="PowerPoint" class="text-white h-5 w-5">
          <use xlink:href="#icon-powerpoint"></use>
        </svg>
        <span class="flex-1 text-center pl-2">PowerPoint</span>
      </button>
    </div>
  </template>
  <div class="flex flex-col justify-center w-full h-full relative">
    <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;7761&quot;, &quot;Biochemical Technician CV&quot;, &quot;https://slidesgo.com/theme/biochemical-technician-cv&quot;, &quot;&quot;);" type="button"
      aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="Google Slides" class="h-5 w-5">
        <use xlink:href="#icon-googleslides"></use>
      </svg>
      <span class="flex-1 text-center pl-2">Google Slides</span>
    </button>
    <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;7761&quot;, &quot;Biochemical Technician CV&quot;, &quot;https://slidesgo.com/theme/biochemical-technician-cv&quot;, &quot;&quot;);" type="button"
      aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="PowerPoint" class="text-white h-5 w-5">
        <use xlink:href="#icon-powerpoint"></use>
      </svg>
      <span class="flex-1 text-center pl-2">PowerPoint</span>
    </button>
  </div>
</form>

POST

<form x-ref="download_form" method="post" target="_blank" class="h-full" action="">
  <input type="hidden" name="_token" value="kQeoGofVnHX3CIYhNqLyBWoqWnBpeUysmVT2dWzr">
  <template x-if="(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col sm:flex-col w-full relative h-full justify-center">
      <div class="mb-2 sm:mb-3">
        <p class="text-white font-semibold text-center mb-2">Download Premium template</p>
        <a href="https://slidesgo.com/pricing?slide=happy-stars-cv&amp;utm_source=Freemium&amp;utm_medium=template&amp;utm_campaign=freemium-slides-microfunnel&amp;utm_term=Go-Premium&amp;utm_content=Happy+Stars+CV" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white h-10 px-3 flex items-center justify-center">
                                        Go Premium                                    </a>
      </div>
      <div>
        <p class="text-white font-semibold text-center mb-2">Download free template</p>
        <div class="flex">
          <button @click="downloadSlide('google')" type="button" aria-label="Google slides" name="action" value="google"
            class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="Google Slides" class="h-5 w-5">
              <use xlink:href="#icon-googleslides"></use>
            </svg>
          </button>
          <button @click="downloadSlide('powerpoint')" type="button" aria-label="Powerpoint" name="action" value="download"
            class="bg-red-500 hover:bg-red-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="PowerPoint" class="text-white h-5 w-5">
              <use xlink:href="#icon-powerpoint"></use>
            </svg>
          </button>
        </div>
      </div>
    </div>
  </template>
  <template x-if="!(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col justify-center w-full h-full relative">
      <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;5571&quot;, &quot;Happy Stars CV&quot;, &quot;https://slidesgo.com/theme/happy-stars-cv&quot;, &quot;&quot;);" type="button" aria-label="Google slides"
        name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="Google Slides" class="h-5 w-5">
          <use xlink:href="#icon-googleslides"></use>
        </svg>
        <span class="flex-1 text-center pl-2">Google Slides</span>
      </button>
      <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;5571&quot;, &quot;Happy Stars CV&quot;, &quot;https://slidesgo.com/theme/happy-stars-cv&quot;, &quot;&quot;);" type="button" aria-label="Powerpoint"
        name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="PowerPoint" class="text-white h-5 w-5">
          <use xlink:href="#icon-powerpoint"></use>
        </svg>
        <span class="flex-1 text-center pl-2">PowerPoint</span>
      </button>
    </div>
  </template>
  <div class="flex flex-col justify-center w-full h-full relative">
    <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;5571&quot;, &quot;Happy Stars CV&quot;, &quot;https://slidesgo.com/theme/happy-stars-cv&quot;, &quot;&quot;);" type="button" aria-label="Google slides"
      name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="Google Slides" class="h-5 w-5">
        <use xlink:href="#icon-googleslides"></use>
      </svg>
      <span class="flex-1 text-center pl-2">Google Slides</span>
    </button>
    <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;5571&quot;, &quot;Happy Stars CV&quot;, &quot;https://slidesgo.com/theme/happy-stars-cv&quot;, &quot;&quot;);" type="button" aria-label="Powerpoint"
      name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="PowerPoint" class="text-white h-5 w-5">
        <use xlink:href="#icon-powerpoint"></use>
      </svg>
      <span class="flex-1 text-center pl-2">PowerPoint</span>
    </button>
  </div>
</form>

POST

<form x-ref="download_form" method="post" target="_blank" class="h-full" action="">
  <input type="hidden" name="_token" value="kQeoGofVnHX3CIYhNqLyBWoqWnBpeUysmVT2dWzr">
  <template x-if="(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col sm:flex-col w-full relative h-full justify-center">
      <div class="mb-2 sm:mb-3">
        <p class="text-white font-semibold text-center mb-2">Download Premium template</p>
        <a href="https://slidesgo.com/pricing?slide=biotechnologist-cv&amp;utm_source=Freemium&amp;utm_medium=template&amp;utm_campaign=freemium-slides-microfunnel&amp;utm_term=Go-Premium&amp;utm_content=Biotechnologist+CV" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white h-10 px-3 flex items-center justify-center">
                                        Go Premium                                    </a>
      </div>
      <div>
        <p class="text-white font-semibold text-center mb-2">Download free template</p>
        <div class="flex">
          <button @click="downloadSlide('google')" type="button" aria-label="Google slides" name="action" value="google"
            class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="Google Slides" class="h-5 w-5">
              <use xlink:href="#icon-googleslides"></use>
            </svg>
          </button>
          <button @click="downloadSlide('powerpoint')" type="button" aria-label="Powerpoint" name="action" value="download"
            class="bg-red-500 hover:bg-red-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="PowerPoint" class="text-white h-5 w-5">
              <use xlink:href="#icon-powerpoint"></use>
            </svg>
          </button>
        </div>
      </div>
    </div>
  </template>
  <template x-if="!(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col justify-center w-full h-full relative">
      <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;5622&quot;, &quot;Biotechnologist CV&quot;, &quot;https://slidesgo.com/theme/biotechnologist-cv&quot;, &quot;&quot;);" type="button"
        aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="Google Slides" class="h-5 w-5">
          <use xlink:href="#icon-googleslides"></use>
        </svg>
        <span class="flex-1 text-center pl-2">Google Slides</span>
      </button>
      <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;5622&quot;, &quot;Biotechnologist CV&quot;, &quot;https://slidesgo.com/theme/biotechnologist-cv&quot;, &quot;&quot;);" type="button"
        aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="PowerPoint" class="text-white h-5 w-5">
          <use xlink:href="#icon-powerpoint"></use>
        </svg>
        <span class="flex-1 text-center pl-2">PowerPoint</span>
      </button>
    </div>
  </template>
  <div class="flex flex-col justify-center w-full h-full relative">
    <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;5622&quot;, &quot;Biotechnologist CV&quot;, &quot;https://slidesgo.com/theme/biotechnologist-cv&quot;, &quot;&quot;);" type="button"
      aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="Google Slides" class="h-5 w-5">
        <use xlink:href="#icon-googleslides"></use>
      </svg>
      <span class="flex-1 text-center pl-2">Google Slides</span>
    </button>
    <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;5622&quot;, &quot;Biotechnologist CV&quot;, &quot;https://slidesgo.com/theme/biotechnologist-cv&quot;, &quot;&quot;);" type="button"
      aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="PowerPoint" class="text-white h-5 w-5">
        <use xlink:href="#icon-powerpoint"></use>
      </svg>
      <span class="flex-1 text-center pl-2">PowerPoint</span>
    </button>
  </div>
</form>

POST

<form x-ref="download_form" method="post" target="_blank" class="h-full" action="">
  <input type="hidden" name="_token" value="kQeoGofVnHX3CIYhNqLyBWoqWnBpeUysmVT2dWzr">
  <template x-if="(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col sm:flex-col w-full relative h-full justify-center">
      <div class="mb-2 sm:mb-3">
        <p class="text-white font-semibold text-center mb-2">Download Premium template</p>
        <a href="https://slidesgo.com/pricing?slide=lawyer-cv&amp;utm_source=Freemium&amp;utm_medium=template&amp;utm_campaign=freemium-slides-microfunnel&amp;utm_term=Go-Premium&amp;utm_content=Lawyer+CV" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white h-10 px-3 flex items-center justify-center">
                                        Go Premium                                    </a>
      </div>
      <div>
        <p class="text-white font-semibold text-center mb-2">Download free template</p>
        <div class="flex">
          <button @click="downloadSlide('google')" type="button" aria-label="Google slides" name="action" value="google"
            class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="Google Slides" class="h-5 w-5">
              <use xlink:href="#icon-googleslides"></use>
            </svg>
          </button>
          <button @click="downloadSlide('powerpoint')" type="button" aria-label="Powerpoint" name="action" value="download"
            class="bg-red-500 hover:bg-red-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="PowerPoint" class="text-white h-5 w-5">
              <use xlink:href="#icon-powerpoint"></use>
            </svg>
          </button>
        </div>
      </div>
    </div>
  </template>
  <template x-if="!(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col justify-center w-full h-full relative">
      <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;1946&quot;, &quot;Lawyer CV&quot;, &quot;https://slidesgo.com/theme/lawyer-cv&quot;, &quot;&quot;);" type="button" aria-label="Google slides"
        name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="Google Slides" class="h-5 w-5">
          <use xlink:href="#icon-googleslides"></use>
        </svg>
        <span class="flex-1 text-center pl-2">Google Slides</span>
      </button>
      <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;1946&quot;, &quot;Lawyer CV&quot;, &quot;https://slidesgo.com/theme/lawyer-cv&quot;, &quot;&quot;);" type="button" aria-label="Powerpoint" name="action"
        value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="PowerPoint" class="text-white h-5 w-5">
          <use xlink:href="#icon-powerpoint"></use>
        </svg>
        <span class="flex-1 text-center pl-2">PowerPoint</span>
      </button>
    </div>
  </template>
  <div class="flex flex-col justify-center w-full h-full relative">
    <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;1946&quot;, &quot;Lawyer CV&quot;, &quot;https://slidesgo.com/theme/lawyer-cv&quot;, &quot;&quot;);" type="button" aria-label="Google slides" name="action"
      value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="Google Slides" class="h-5 w-5">
        <use xlink:href="#icon-googleslides"></use>
      </svg>
      <span class="flex-1 text-center pl-2">Google Slides</span>
    </button>
    <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;1946&quot;, &quot;Lawyer CV&quot;, &quot;https://slidesgo.com/theme/lawyer-cv&quot;, &quot;&quot;);" type="button" aria-label="Powerpoint" name="action"
      value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="PowerPoint" class="text-white h-5 w-5">
        <use xlink:href="#icon-powerpoint"></use>
      </svg>
      <span class="flex-1 text-center pl-2">PowerPoint</span>
    </button>
  </div>
</form>

POST

<form x-ref="download_form" method="post" target="_blank" class="h-full" action="">
  <input type="hidden" name="_token" value="kQeoGofVnHX3CIYhNqLyBWoqWnBpeUysmVT2dWzr">
  <template x-if="(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col sm:flex-col w-full relative h-full justify-center">
      <div class="mb-2 sm:mb-3">
        <p class="text-white font-semibold text-center mb-2">Download Premium template</p>
        <a href="https://slidesgo.com/pricing?slide=cottagecore-style-horticulture-college-major&amp;utm_source=Freemium&amp;utm_medium=template&amp;utm_campaign=freemium-slides-microfunnel&amp;utm_term=Go-Premium&amp;utm_content=Cottagecore+Style+Horticulture+College+Major" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white h-10 px-3 flex items-center justify-center">
                                        Go Premium                                    </a>
      </div>
      <div>
        <p class="text-white font-semibold text-center mb-2">Download free template</p>
        <div class="flex">
          <button @click="downloadSlide('google')" type="button" aria-label="Google slides" name="action" value="google"
            class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="Google Slides" class="h-5 w-5">
              <use xlink:href="#icon-googleslides"></use>
            </svg>
          </button>
          <button @click="downloadSlide('powerpoint')" type="button" aria-label="Powerpoint" name="action" value="download"
            class="bg-red-500 hover:bg-red-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="PowerPoint" class="text-white h-5 w-5">
              <use xlink:href="#icon-powerpoint"></use>
            </svg>
          </button>
        </div>
      </div>
    </div>
  </template>
  <div class="flex flex-col sm:flex-col w-full relative h-full justify-center">
    <div class="mb-2 sm:mb-3">
      <p class="text-white font-semibold text-center mb-2">Download Premium template</p>
      <a href="https://slidesgo.com/pricing?slide=cottagecore-style-horticulture-college-major&amp;utm_source=Freemium&amp;utm_medium=template&amp;utm_campaign=freemium-slides-microfunnel&amp;utm_term=Go-Premium&amp;utm_content=Cottagecore+Style+Horticulture+College+Major" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white h-10 px-3 flex items-center justify-center">
                                        Go Premium                                    </a>
    </div>
    <div>
      <p class="text-white font-semibold text-center mb-2">Download free template</p>
      <div class="flex">
        <button @click="downloadSlide('google')" type="button" aria-label="Google slides" name="action" value="google"
          class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
          <svg alt="Google Slides" class="h-5 w-5">
            <use xlink:href="#icon-googleslides"></use>
          </svg>
        </button>
        <button @click="downloadSlide('powerpoint')" type="button" aria-label="Powerpoint" name="action" value="download"
          class="bg-red-500 hover:bg-red-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
          <svg alt="PowerPoint" class="text-white h-5 w-5">
            <use xlink:href="#icon-powerpoint"></use>
          </svg>
        </button>
      </div>
    </div>
  </div>
  <template x-if="!(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col justify-center w-full h-full relative">
      <button
        @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;6937&quot;, &quot;Cottagecore Style Horticulture College Major&quot;, &quot;https://slidesgo.com/theme/cottagecore-style-horticulture-college-major&quot;, &quot;&quot;);"
        type="button" aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="Google Slides" class="h-5 w-5">
          <use xlink:href="#icon-googleslides"></use>
        </svg>
        <span class="flex-1 text-center pl-2">Google Slides</span>
      </button>
      <button
        @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;6937&quot;, &quot;Cottagecore Style Horticulture College Major&quot;, &quot;https://slidesgo.com/theme/cottagecore-style-horticulture-college-major&quot;, &quot;&quot;);"
        type="button" aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="PowerPoint" class="text-white h-5 w-5">
          <use xlink:href="#icon-powerpoint"></use>
        </svg>
        <span class="flex-1 text-center pl-2">PowerPoint</span>
      </button>
    </div>
  </template>
</form>

POST

<form x-ref="download_form" method="post" target="_blank" class="h-full" action="">
  <input type="hidden" name="_token" value="kQeoGofVnHX3CIYhNqLyBWoqWnBpeUysmVT2dWzr">
  <template x-if="(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col sm:flex-col w-full relative h-full justify-center">
      <div class="mb-2 sm:mb-3">
        <p class="text-white font-semibold text-center mb-2">Download Premium template</p>
        <a href="https://slidesgo.com/pricing?slide=elegant-leaves-cv&amp;utm_source=Freemium&amp;utm_medium=template&amp;utm_campaign=freemium-slides-microfunnel&amp;utm_term=Go-Premium&amp;utm_content=Elegant+Leaves+CV" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white h-10 px-3 flex items-center justify-center">
                                        Go Premium                                    </a>
      </div>
      <div>
        <p class="text-white font-semibold text-center mb-2">Download free template</p>
        <div class="flex">
          <button @click="downloadSlide('google')" type="button" aria-label="Google slides" name="action" value="google"
            class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="Google Slides" class="h-5 w-5">
              <use xlink:href="#icon-googleslides"></use>
            </svg>
          </button>
          <button @click="downloadSlide('powerpoint')" type="button" aria-label="Powerpoint" name="action" value="download"
            class="bg-red-500 hover:bg-red-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="PowerPoint" class="text-white h-5 w-5">
              <use xlink:href="#icon-powerpoint"></use>
            </svg>
          </button>
        </div>
      </div>
    </div>
  </template>
  <template x-if="!(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col justify-center w-full h-full relative">
      <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;5231&quot;, &quot;Elegant Leaves CV&quot;, &quot;https://slidesgo.com/theme/elegant-leaves-cv&quot;, &quot;&quot;);" type="button"
        aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="Google Slides" class="h-5 w-5">
          <use xlink:href="#icon-googleslides"></use>
        </svg>
        <span class="flex-1 text-center pl-2">Google Slides</span>
      </button>
      <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;5231&quot;, &quot;Elegant Leaves CV&quot;, &quot;https://slidesgo.com/theme/elegant-leaves-cv&quot;, &quot;&quot;);" type="button"
        aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="PowerPoint" class="text-white h-5 w-5">
          <use xlink:href="#icon-powerpoint"></use>
        </svg>
        <span class="flex-1 text-center pl-2">PowerPoint</span>
      </button>
    </div>
  </template>
  <div class="flex flex-col justify-center w-full h-full relative">
    <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;5231&quot;, &quot;Elegant Leaves CV&quot;, &quot;https://slidesgo.com/theme/elegant-leaves-cv&quot;, &quot;&quot;);" type="button"
      aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="Google Slides" class="h-5 w-5">
        <use xlink:href="#icon-googleslides"></use>
      </svg>
      <span class="flex-1 text-center pl-2">Google Slides</span>
    </button>
    <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;5231&quot;, &quot;Elegant Leaves CV&quot;, &quot;https://slidesgo.com/theme/elegant-leaves-cv&quot;, &quot;&quot;);" type="button" aria-label="Powerpoint"
      name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="PowerPoint" class="text-white h-5 w-5">
        <use xlink:href="#icon-powerpoint"></use>
      </svg>
      <span class="flex-1 text-center pl-2">PowerPoint</span>
    </button>
  </div>
</form>

POST

<form x-ref="download_form" method="post" target="_blank" class="h-full" action="">
  <input type="hidden" name="_token" value="kQeoGofVnHX3CIYhNqLyBWoqWnBpeUysmVT2dWzr">
  <template x-if="(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col sm:flex-col w-full relative h-full justify-center">
      <div class="mb-2 sm:mb-3">
        <p class="text-white font-semibold text-center mb-2">Download Premium template</p>
        <a href="https://slidesgo.com/pricing?slide=agriculture-business-plan&amp;utm_source=Freemium&amp;utm_medium=template&amp;utm_campaign=freemium-slides-microfunnel&amp;utm_term=Go-Premium&amp;utm_content=Agriculture+Business+Plan" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white h-10 px-3 flex items-center justify-center">
                                        Go Premium                                    </a>
      </div>
      <div>
        <p class="text-white font-semibold text-center mb-2">Download free template</p>
        <div class="flex">
          <button @click="downloadSlide('google')" type="button" aria-label="Google slides" name="action" value="google"
            class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="Google Slides" class="h-5 w-5">
              <use xlink:href="#icon-googleslides"></use>
            </svg>
          </button>
          <button @click="downloadSlide('powerpoint')" type="button" aria-label="Powerpoint" name="action" value="download"
            class="bg-red-500 hover:bg-red-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="PowerPoint" class="text-white h-5 w-5">
              <use xlink:href="#icon-powerpoint"></use>
            </svg>
          </button>
        </div>
      </div>
    </div>
  </template>
  <div class="flex flex-col sm:flex-col w-full relative h-full justify-center">
    <div class="mb-2 sm:mb-3">
      <p class="text-white font-semibold text-center mb-2">Download Premium template</p>
      <a href="https://slidesgo.com/pricing?slide=agriculture-business-plan&amp;utm_source=Freemium&amp;utm_medium=template&amp;utm_campaign=freemium-slides-microfunnel&amp;utm_term=Go-Premium&amp;utm_content=Agriculture+Business+Plan" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white h-10 px-3 flex items-center justify-center">
                                        Go Premium                                    </a>
    </div>
    <div>
      <p class="text-white font-semibold text-center mb-2">Download free template</p>
      <div class="flex">
        <button @click="downloadSlide('google')" type="button" aria-label="Google slides" name="action" value="google"
          class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
          <svg alt="Google Slides" class="h-5 w-5">
            <use xlink:href="#icon-googleslides"></use>
          </svg>
        </button>
        <button @click="downloadSlide('powerpoint')" type="button" aria-label="Powerpoint" name="action" value="download"
          class="bg-red-500 hover:bg-red-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
          <svg alt="PowerPoint" class="text-white h-5 w-5">
            <use xlink:href="#icon-powerpoint"></use>
          </svg>
        </button>
      </div>
    </div>
  </div>
  <template x-if="!(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col justify-center w-full h-full relative">
      <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;895&quot;, &quot;Agriculture Business Plan&quot;, &quot;https://slidesgo.com/theme/agriculture-business-plan&quot;, &quot;&quot;);" type="button"
        aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="Google Slides" class="h-5 w-5">
          <use xlink:href="#icon-googleslides"></use>
        </svg>
        <span class="flex-1 text-center pl-2">Google Slides</span>
      </button>
      <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;895&quot;, &quot;Agriculture Business Plan&quot;, &quot;https://slidesgo.com/theme/agriculture-business-plan&quot;, &quot;&quot;);" type="button"
        aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="PowerPoint" class="text-white h-5 w-5">
          <use xlink:href="#icon-powerpoint"></use>
        </svg>
        <span class="flex-1 text-center pl-2">PowerPoint</span>
      </button>
    </div>
  </template>
</form>

POST

<form x-ref="download_form" method="post" target="_blank" class="h-full" action="">
  <input type="hidden" name="_token" value="kQeoGofVnHX3CIYhNqLyBWoqWnBpeUysmVT2dWzr">
  <template x-if="(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col sm:flex-col w-full relative h-full justify-center">
      <div class="mb-2 sm:mb-3">
        <p class="text-white font-semibold text-center mb-2">Download Premium template</p>
        <a href="https://slidesgo.com/pricing?slide=urban-agriculture-project-proposal&amp;utm_source=Freemium&amp;utm_medium=template&amp;utm_campaign=freemium-slides-microfunnel&amp;utm_term=Go-Premium&amp;utm_content=Urban+Agriculture+Project+Proposal" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white h-10 px-3 flex items-center justify-center">
                                        Go Premium                                    </a>
      </div>
      <div>
        <p class="text-white font-semibold text-center mb-2">Download free template</p>
        <div class="flex">
          <button @click="downloadSlide('google')" type="button" aria-label="Google slides" name="action" value="google"
            class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="Google Slides" class="h-5 w-5">
              <use xlink:href="#icon-googleslides"></use>
            </svg>
          </button>
          <button @click="downloadSlide('powerpoint')" type="button" aria-label="Powerpoint" name="action" value="download"
            class="bg-red-500 hover:bg-red-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="PowerPoint" class="text-white h-5 w-5">
              <use xlink:href="#icon-powerpoint"></use>
            </svg>
          </button>
        </div>
      </div>
    </div>
  </template>
  <template x-if="!(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col justify-center w-full h-full relative">
      <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;6888&quot;, &quot;Urban Agriculture Project Proposal&quot;, &quot;https://slidesgo.com/theme/urban-agriculture-project-proposal&quot;, &quot;&quot;);"
        type="button" aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="Google Slides" class="h-5 w-5">
          <use xlink:href="#icon-googleslides"></use>
        </svg>
        <span class="flex-1 text-center pl-2">Google Slides</span>
      </button>
      <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;6888&quot;, &quot;Urban Agriculture Project Proposal&quot;, &quot;https://slidesgo.com/theme/urban-agriculture-project-proposal&quot;, &quot;&quot;);"
        type="button" aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="PowerPoint" class="text-white h-5 w-5">
          <use xlink:href="#icon-powerpoint"></use>
        </svg>
        <span class="flex-1 text-center pl-2">PowerPoint</span>
      </button>
    </div>
  </template>
  <div class="flex flex-col justify-center w-full h-full relative">
    <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;6888&quot;, &quot;Urban Agriculture Project Proposal&quot;, &quot;https://slidesgo.com/theme/urban-agriculture-project-proposal&quot;, &quot;&quot;);"
      type="button" aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="Google Slides" class="h-5 w-5">
        <use xlink:href="#icon-googleslides"></use>
      </svg>
      <span class="flex-1 text-center pl-2">Google Slides</span>
    </button>
    <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;6888&quot;, &quot;Urban Agriculture Project Proposal&quot;, &quot;https://slidesgo.com/theme/urban-agriculture-project-proposal&quot;, &quot;&quot;);"
      type="button" aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="PowerPoint" class="text-white h-5 w-5">
        <use xlink:href="#icon-powerpoint"></use>
      </svg>
      <span class="flex-1 text-center pl-2">PowerPoint</span>
    </button>
  </div>
</form>

POST

<form x-ref="download_form" method="post" target="_blank" class="h-full" action="">
  <input type="hidden" name="_token" value="kQeoGofVnHX3CIYhNqLyBWoqWnBpeUysmVT2dWzr">
  <template x-if="(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col sm:flex-col w-full relative h-full justify-center">
      <div class="mb-2 sm:mb-3">
        <p class="text-white font-semibold text-center mb-2">Download Premium template</p>
        <a href="https://slidesgo.com/pricing?slide=all-about-asia-portfolio&amp;utm_source=Freemium&amp;utm_medium=template&amp;utm_campaign=freemium-slides-microfunnel&amp;utm_term=Go-Premium&amp;utm_content=All+About+Asia+Portfolio" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white h-10 px-3 flex items-center justify-center">
                                        Go Premium                                    </a>
      </div>
      <div>
        <p class="text-white font-semibold text-center mb-2">Download free template</p>
        <div class="flex">
          <button @click="downloadSlide('google')" type="button" aria-label="Google slides" name="action" value="google"
            class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="Google Slides" class="h-5 w-5">
              <use xlink:href="#icon-googleslides"></use>
            </svg>
          </button>
          <button @click="downloadSlide('powerpoint')" type="button" aria-label="Powerpoint" name="action" value="download"
            class="bg-red-500 hover:bg-red-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="PowerPoint" class="text-white h-5 w-5">
              <use xlink:href="#icon-powerpoint"></use>
            </svg>
          </button>
        </div>
      </div>
    </div>
  </template>
  <template x-if="!(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col justify-center w-full h-full relative">
      <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;5147&quot;, &quot;All About Asia Portfolio&quot;, &quot;https://slidesgo.com/theme/all-about-asia-portfolio&quot;, &quot;&quot;);" type="button"
        aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="Google Slides" class="h-5 w-5">
          <use xlink:href="#icon-googleslides"></use>
        </svg>
        <span class="flex-1 text-center pl-2">Google Slides</span>
      </button>
      <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;5147&quot;, &quot;All About Asia Portfolio&quot;, &quot;https://slidesgo.com/theme/all-about-asia-portfolio&quot;, &quot;&quot;);" type="button"
        aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="PowerPoint" class="text-white h-5 w-5">
          <use xlink:href="#icon-powerpoint"></use>
        </svg>
        <span class="flex-1 text-center pl-2">PowerPoint</span>
      </button>
    </div>
  </template>
  <div class="flex flex-col justify-center w-full h-full relative">
    <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;5147&quot;, &quot;All About Asia Portfolio&quot;, &quot;https://slidesgo.com/theme/all-about-asia-portfolio&quot;, &quot;&quot;);" type="button"
      aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="Google Slides" class="h-5 w-5">
        <use xlink:href="#icon-googleslides"></use>
      </svg>
      <span class="flex-1 text-center pl-2">Google Slides</span>
    </button>
    <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;5147&quot;, &quot;All About Asia Portfolio&quot;, &quot;https://slidesgo.com/theme/all-about-asia-portfolio&quot;, &quot;&quot;);" type="button"
      aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="PowerPoint" class="text-white h-5 w-5">
        <use xlink:href="#icon-powerpoint"></use>
      </svg>
      <span class="flex-1 text-center pl-2">PowerPoint</span>
    </button>
  </div>
</form>

POST

<form x-ref="download_form" method="post" target="_blank" class="h-full" action="">
  <input type="hidden" name="_token" value="kQeoGofVnHX3CIYhNqLyBWoqWnBpeUysmVT2dWzr">
  <template x-if="(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col sm:flex-col w-full relative h-full justify-center">
      <div class="mb-2 sm:mb-3">
        <p class="text-white font-semibold text-center mb-2">Download Premium template</p>
        <a href="https://slidesgo.com/pricing?slide=agriculture-tech-pitch-deck&amp;utm_source=Freemium&amp;utm_medium=template&amp;utm_campaign=freemium-slides-microfunnel&amp;utm_term=Go-Premium&amp;utm_content=Agriculture+Tech+Pitch+Deck" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white h-10 px-3 flex items-center justify-center">
                                        Go Premium                                    </a>
      </div>
      <div>
        <p class="text-white font-semibold text-center mb-2">Download free template</p>
        <div class="flex">
          <button @click="downloadSlide('google')" type="button" aria-label="Google slides" name="action" value="google"
            class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="Google Slides" class="h-5 w-5">
              <use xlink:href="#icon-googleslides"></use>
            </svg>
          </button>
          <button @click="downloadSlide('powerpoint')" type="button" aria-label="Powerpoint" name="action" value="download"
            class="bg-red-500 hover:bg-red-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="PowerPoint" class="text-white h-5 w-5">
              <use xlink:href="#icon-powerpoint"></use>
            </svg>
          </button>
        </div>
      </div>
    </div>
  </template>
  <template x-if="!(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col justify-center w-full h-full relative">
      <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;6855&quot;, &quot;Agriculture Tech Pitch Deck&quot;, &quot;https://slidesgo.com/theme/agriculture-tech-pitch-deck&quot;, &quot;&quot;);" type="button"
        aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="Google Slides" class="h-5 w-5">
          <use xlink:href="#icon-googleslides"></use>
        </svg>
        <span class="flex-1 text-center pl-2">Google Slides</span>
      </button>
      <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;6855&quot;, &quot;Agriculture Tech Pitch Deck&quot;, &quot;https://slidesgo.com/theme/agriculture-tech-pitch-deck&quot;, &quot;&quot;);" type="button"
        aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="PowerPoint" class="text-white h-5 w-5">
          <use xlink:href="#icon-powerpoint"></use>
        </svg>
        <span class="flex-1 text-center pl-2">PowerPoint</span>
      </button>
    </div>
  </template>
  <div class="flex flex-col justify-center w-full h-full relative">
    <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;6855&quot;, &quot;Agriculture Tech Pitch Deck&quot;, &quot;https://slidesgo.com/theme/agriculture-tech-pitch-deck&quot;, &quot;&quot;);" type="button"
      aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="Google Slides" class="h-5 w-5">
        <use xlink:href="#icon-googleslides"></use>
      </svg>
      <span class="flex-1 text-center pl-2">Google Slides</span>
    </button>
    <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;6855&quot;, &quot;Agriculture Tech Pitch Deck&quot;, &quot;https://slidesgo.com/theme/agriculture-tech-pitch-deck&quot;, &quot;&quot;);" type="button"
      aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="PowerPoint" class="text-white h-5 w-5">
        <use xlink:href="#icon-powerpoint"></use>
      </svg>
      <span class="flex-1 text-center pl-2">PowerPoint</span>
    </button>
  </div>
</form>

POST

<form x-ref="download_form" method="post" target="_blank" class="h-full" action="">
  <input type="hidden" name="_token" value="kQeoGofVnHX3CIYhNqLyBWoqWnBpeUysmVT2dWzr">
  <template x-if="(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col sm:flex-col w-full relative h-full justify-center">
      <div class="mb-2 sm:mb-3">
        <p class="text-white font-semibold text-center mb-2">Download Premium template</p>
        <a href="https://slidesgo.com/pricing?slide=jello-modern-resume&amp;utm_source=Freemium&amp;utm_medium=template&amp;utm_campaign=freemium-slides-microfunnel&amp;utm_term=Go-Premium&amp;utm_content=Jello+Modern+Resume" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white h-10 px-3 flex items-center justify-center">
                                        Go Premium                                    </a>
      </div>
      <div>
        <p class="text-white font-semibold text-center mb-2">Download free template</p>
        <div class="flex">
          <button @click="downloadSlide('google')" type="button" aria-label="Google slides" name="action" value="google"
            class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="Google Slides" class="h-5 w-5">
              <use xlink:href="#icon-googleslides"></use>
            </svg>
          </button>
          <button @click="downloadSlide('powerpoint')" type="button" aria-label="Powerpoint" name="action" value="download"
            class="bg-red-500 hover:bg-red-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="PowerPoint" class="text-white h-5 w-5">
              <use xlink:href="#icon-powerpoint"></use>
            </svg>
          </button>
        </div>
      </div>
    </div>
  </template>
  <template x-if="!(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col justify-center w-full h-full relative">
      <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;843&quot;, &quot;Jello Modern Resume&quot;, &quot;https://slidesgo.com/theme/jello-modern-resume&quot;, &quot;&quot;);" type="button"
        aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="Google Slides" class="h-5 w-5">
          <use xlink:href="#icon-googleslides"></use>
        </svg>
        <span class="flex-1 text-center pl-2">Google Slides</span>
      </button>
      <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;843&quot;, &quot;Jello Modern Resume&quot;, &quot;https://slidesgo.com/theme/jello-modern-resume&quot;, &quot;&quot;);" type="button"
        aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="PowerPoint" class="text-white h-5 w-5">
          <use xlink:href="#icon-powerpoint"></use>
        </svg>
        <span class="flex-1 text-center pl-2">PowerPoint</span>
      </button>
    </div>
  </template>
  <div class="flex flex-col justify-center w-full h-full relative">
    <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;843&quot;, &quot;Jello Modern Resume&quot;, &quot;https://slidesgo.com/theme/jello-modern-resume&quot;, &quot;&quot;);" type="button"
      aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="Google Slides" class="h-5 w-5">
        <use xlink:href="#icon-googleslides"></use>
      </svg>
      <span class="flex-1 text-center pl-2">Google Slides</span>
    </button>
    <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;843&quot;, &quot;Jello Modern Resume&quot;, &quot;https://slidesgo.com/theme/jello-modern-resume&quot;, &quot;&quot;);" type="button"
      aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="PowerPoint" class="text-white h-5 w-5">
        <use xlink:href="#icon-powerpoint"></use>
      </svg>
      <span class="flex-1 text-center pl-2">PowerPoint</span>
    </button>
  </div>
</form>

POST

<form x-ref="download_form" method="post" target="_blank" class="h-full" action="">
  <input type="hidden" name="_token" value="kQeoGofVnHX3CIYhNqLyBWoqWnBpeUysmVT2dWzr">
  <template x-if="(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col sm:flex-col w-full relative h-full justify-center">
      <div class="mb-2 sm:mb-3">
        <p class="text-white font-semibold text-center mb-2">Download Premium template</p>
        <a href="https://slidesgo.com/pricing?slide=my-creative-resume&amp;utm_source=Freemium&amp;utm_medium=template&amp;utm_campaign=freemium-slides-microfunnel&amp;utm_term=Go-Premium&amp;utm_content=My+Creative+Resume" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white h-10 px-3 flex items-center justify-center">
                                        Go Premium                                    </a>
      </div>
      <div>
        <p class="text-white font-semibold text-center mb-2">Download free template</p>
        <div class="flex">
          <button @click="downloadSlide('google')" type="button" aria-label="Google slides" name="action" value="google"
            class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="Google Slides" class="h-5 w-5">
              <use xlink:href="#icon-googleslides"></use>
            </svg>
          </button>
          <button @click="downloadSlide('powerpoint')" type="button" aria-label="Powerpoint" name="action" value="download"
            class="bg-red-500 hover:bg-red-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="PowerPoint" class="text-white h-5 w-5">
              <use xlink:href="#icon-powerpoint"></use>
            </svg>
          </button>
        </div>
      </div>
    </div>
  </template>
  <div class="flex flex-col sm:flex-col w-full relative h-full justify-center">
    <div class="mb-2 sm:mb-3">
      <p class="text-white font-semibold text-center mb-2">Download Premium template</p>
      <a href="https://slidesgo.com/pricing?slide=my-creative-resume&amp;utm_source=Freemium&amp;utm_medium=template&amp;utm_campaign=freemium-slides-microfunnel&amp;utm_term=Go-Premium&amp;utm_content=My+Creative+Resume" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white h-10 px-3 flex items-center justify-center">
                                        Go Premium                                    </a>
    </div>
    <div>
      <p class="text-white font-semibold text-center mb-2">Download free template</p>
      <div class="flex">
        <button @click="downloadSlide('google')" type="button" aria-label="Google slides" name="action" value="google"
          class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
          <svg alt="Google Slides" class="h-5 w-5">
            <use xlink:href="#icon-googleslides"></use>
          </svg>
        </button>
        <button @click="downloadSlide('powerpoint')" type="button" aria-label="Powerpoint" name="action" value="download"
          class="bg-red-500 hover:bg-red-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
          <svg alt="PowerPoint" class="text-white h-5 w-5">
            <use xlink:href="#icon-powerpoint"></use>
          </svg>
        </button>
      </div>
    </div>
  </div>
  <template x-if="!(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col justify-center w-full h-full relative">
      <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;54&quot;, &quot;My Creative Resume&quot;, &quot;https://slidesgo.com/theme/my-creative-resume&quot;, &quot;&quot;);" type="button"
        aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="Google Slides" class="h-5 w-5">
          <use xlink:href="#icon-googleslides"></use>
        </svg>
        <span class="flex-1 text-center pl-2">Google Slides</span>
      </button>
      <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;54&quot;, &quot;My Creative Resume&quot;, &quot;https://slidesgo.com/theme/my-creative-resume&quot;, &quot;&quot;);" type="button"
        aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="PowerPoint" class="text-white h-5 w-5">
          <use xlink:href="#icon-powerpoint"></use>
        </svg>
        <span class="flex-1 text-center pl-2">PowerPoint</span>
      </button>
    </div>
  </template>
</form>

POST

<form x-ref="download_form" method="post" target="_blank" class="h-full" action="">
  <input type="hidden" name="_token" value="kQeoGofVnHX3CIYhNqLyBWoqWnBpeUysmVT2dWzr">
  <template x-if="(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col sm:flex-col w-full relative h-full justify-center">
      <div class="mb-2 sm:mb-3">
        <p class="text-white font-semibold text-center mb-2">Download Premium template</p>
        <a href="https://slidesgo.com/pricing?slide=saandeer-theater-actor-cv&amp;utm_source=Freemium&amp;utm_medium=template&amp;utm_campaign=freemium-slides-microfunnel&amp;utm_term=Go-Premium&amp;utm_content=Saandeer+Theater+Actor+CV" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white h-10 px-3 flex items-center justify-center">
                                        Go Premium                                    </a>
      </div>
      <div>
        <p class="text-white font-semibold text-center mb-2">Download free template</p>
        <div class="flex">
          <button @click="downloadSlide('google')" type="button" aria-label="Google slides" name="action" value="google"
            class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="Google Slides" class="h-5 w-5">
              <use xlink:href="#icon-googleslides"></use>
            </svg>
          </button>
          <button @click="downloadSlide('powerpoint')" type="button" aria-label="Powerpoint" name="action" value="download"
            class="bg-red-500 hover:bg-red-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="PowerPoint" class="text-white h-5 w-5">
              <use xlink:href="#icon-powerpoint"></use>
            </svg>
          </button>
        </div>
      </div>
    </div>
  </template>
  <template x-if="!(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col justify-center w-full h-full relative">
      <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;4928&quot;, &quot;Saandeer Theater Actor CV&quot;, &quot;https://slidesgo.com/theme/saandeer-theater-actor-cv&quot;, &quot;&quot;);" type="button"
        aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="Google Slides" class="h-5 w-5">
          <use xlink:href="#icon-googleslides"></use>
        </svg>
        <span class="flex-1 text-center pl-2">Google Slides</span>
      </button>
      <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;4928&quot;, &quot;Saandeer Theater Actor CV&quot;, &quot;https://slidesgo.com/theme/saandeer-theater-actor-cv&quot;, &quot;&quot;);" type="button"
        aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="PowerPoint" class="text-white h-5 w-5">
          <use xlink:href="#icon-powerpoint"></use>
        </svg>
        <span class="flex-1 text-center pl-2">PowerPoint</span>
      </button>
    </div>
  </template>
  <div class="flex flex-col justify-center w-full h-full relative">
    <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;4928&quot;, &quot;Saandeer Theater Actor CV&quot;, &quot;https://slidesgo.com/theme/saandeer-theater-actor-cv&quot;, &quot;&quot;);" type="button"
      aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="Google Slides" class="h-5 w-5">
        <use xlink:href="#icon-googleslides"></use>
      </svg>
      <span class="flex-1 text-center pl-2">Google Slides</span>
    </button>
    <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;4928&quot;, &quot;Saandeer Theater Actor CV&quot;, &quot;https://slidesgo.com/theme/saandeer-theater-actor-cv&quot;, &quot;&quot;);" type="button"
      aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="PowerPoint" class="text-white h-5 w-5">
        <use xlink:href="#icon-powerpoint"></use>
      </svg>
      <span class="flex-1 text-center pl-2">PowerPoint</span>
    </button>
  </div>
</form>

POST

<form x-ref="download_form" method="post" target="_blank" class="h-full" action="">
  <input type="hidden" name="_token" value="kQeoGofVnHX3CIYhNqLyBWoqWnBpeUysmVT2dWzr">
  <template x-if="(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col sm:flex-col w-full relative h-full justify-center">
      <div class="mb-2 sm:mb-3">
        <p class="text-white font-semibold text-center mb-2">Download Premium template</p>
        <a href="https://slidesgo.com/pricing?slide=electronic-circuit-style-cv&amp;utm_source=Freemium&amp;utm_medium=template&amp;utm_campaign=freemium-slides-microfunnel&amp;utm_term=Go-Premium&amp;utm_content=Electronic+Circuit+Style+CV" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white h-10 px-3 flex items-center justify-center">
                                        Go Premium                                    </a>
      </div>
      <div>
        <p class="text-white font-semibold text-center mb-2">Download free template</p>
        <div class="flex">
          <button @click="downloadSlide('google')" type="button" aria-label="Google slides" name="action" value="google"
            class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="Google Slides" class="h-5 w-5">
              <use xlink:href="#icon-googleslides"></use>
            </svg>
          </button>
          <button @click="downloadSlide('powerpoint')" type="button" aria-label="Powerpoint" name="action" value="download"
            class="bg-red-500 hover:bg-red-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="PowerPoint" class="text-white h-5 w-5">
              <use xlink:href="#icon-powerpoint"></use>
            </svg>
          </button>
        </div>
      </div>
    </div>
  </template>
  <template x-if="!(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col justify-center w-full h-full relative">
      <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;6120&quot;, &quot;Electronic Circuit Style CV&quot;, &quot;https://slidesgo.com/theme/electronic-circuit-style-cv&quot;, &quot;&quot;);" type="button"
        aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="Google Slides" class="h-5 w-5">
          <use xlink:href="#icon-googleslides"></use>
        </svg>
        <span class="flex-1 text-center pl-2">Google Slides</span>
      </button>
      <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;6120&quot;, &quot;Electronic Circuit Style CV&quot;, &quot;https://slidesgo.com/theme/electronic-circuit-style-cv&quot;, &quot;&quot;);" type="button"
        aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="PowerPoint" class="text-white h-5 w-5">
          <use xlink:href="#icon-powerpoint"></use>
        </svg>
        <span class="flex-1 text-center pl-2">PowerPoint</span>
      </button>
    </div>
  </template>
  <div class="flex flex-col justify-center w-full h-full relative">
    <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;6120&quot;, &quot;Electronic Circuit Style CV&quot;, &quot;https://slidesgo.com/theme/electronic-circuit-style-cv&quot;, &quot;&quot;);" type="button"
      aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="Google Slides" class="h-5 w-5">
        <use xlink:href="#icon-googleslides"></use>
      </svg>
      <span class="flex-1 text-center pl-2">Google Slides</span>
    </button>
    <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;6120&quot;, &quot;Electronic Circuit Style CV&quot;, &quot;https://slidesgo.com/theme/electronic-circuit-style-cv&quot;, &quot;&quot;);" type="button"
      aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="PowerPoint" class="text-white h-5 w-5">
        <use xlink:href="#icon-powerpoint"></use>
      </svg>
      <span class="flex-1 text-center pl-2">PowerPoint</span>
    </button>
  </div>
</form>

POST

<form x-ref="download_form" method="post" target="_blank" class="h-full" action="">
  <input type="hidden" name="_token" value="kQeoGofVnHX3CIYhNqLyBWoqWnBpeUysmVT2dWzr">
  <template x-if="(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col sm:flex-col w-full relative h-full justify-center">
      <div class="mb-2 sm:mb-3">
        <p class="text-white font-semibold text-center mb-2">Download Premium template</p>
        <a href="https://slidesgo.com/pricing?slide=botanical-garden-mk-plan&amp;utm_source=Freemium&amp;utm_medium=template&amp;utm_campaign=freemium-slides-microfunnel&amp;utm_term=Go-Premium&amp;utm_content=Botanical+Garden+MK+Plan" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white h-10 px-3 flex items-center justify-center">
                                        Go Premium                                    </a>
      </div>
      <div>
        <p class="text-white font-semibold text-center mb-2">Download free template</p>
        <div class="flex">
          <button @click="downloadSlide('google')" type="button" aria-label="Google slides" name="action" value="google"
            class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="Google Slides" class="h-5 w-5">
              <use xlink:href="#icon-googleslides"></use>
            </svg>
          </button>
          <button @click="downloadSlide('powerpoint')" type="button" aria-label="Powerpoint" name="action" value="download"
            class="bg-red-500 hover:bg-red-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="PowerPoint" class="text-white h-5 w-5">
              <use xlink:href="#icon-powerpoint"></use>
            </svg>
          </button>
        </div>
      </div>
    </div>
  </template>
  <template x-if="!(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col justify-center w-full h-full relative">
      <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;7731&quot;, &quot;Botanical Garden MK Plan&quot;, &quot;https://slidesgo.com/theme/botanical-garden-mk-plan&quot;, &quot;&quot;);" type="button"
        aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="Google Slides" class="h-5 w-5">
          <use xlink:href="#icon-googleslides"></use>
        </svg>
        <span class="flex-1 text-center pl-2">Google Slides</span>
      </button>
      <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;7731&quot;, &quot;Botanical Garden MK Plan&quot;, &quot;https://slidesgo.com/theme/botanical-garden-mk-plan&quot;, &quot;&quot;);" type="button"
        aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="PowerPoint" class="text-white h-5 w-5">
          <use xlink:href="#icon-powerpoint"></use>
        </svg>
        <span class="flex-1 text-center pl-2">PowerPoint</span>
      </button>
    </div>
  </template>
  <div class="flex flex-col justify-center w-full h-full relative">
    <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;7731&quot;, &quot;Botanical Garden MK Plan&quot;, &quot;https://slidesgo.com/theme/botanical-garden-mk-plan&quot;, &quot;&quot;);" type="button"
      aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="Google Slides" class="h-5 w-5">
        <use xlink:href="#icon-googleslides"></use>
      </svg>
      <span class="flex-1 text-center pl-2">Google Slides</span>
    </button>
    <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;7731&quot;, &quot;Botanical Garden MK Plan&quot;, &quot;https://slidesgo.com/theme/botanical-garden-mk-plan&quot;, &quot;&quot;);" type="button"
      aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="PowerPoint" class="text-white h-5 w-5">
        <use xlink:href="#icon-powerpoint"></use>
      </svg>
      <span class="flex-1 text-center pl-2">PowerPoint</span>
    </button>
  </div>
</form>

POST

<form x-ref="download_form" method="post" target="_blank" class="h-full" action="">
  <input type="hidden" name="_token" value="kQeoGofVnHX3CIYhNqLyBWoqWnBpeUysmVT2dWzr">
  <template x-if="(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col sm:flex-col w-full relative h-full justify-center">
      <div class="mb-2 sm:mb-3">
        <p class="text-white font-semibold text-center mb-2">Download Premium template</p>
        <a href="https://slidesgo.com/pricing?slide=biochemical-technician-cv&amp;utm_source=Freemium&amp;utm_medium=template&amp;utm_campaign=freemium-slides-microfunnel&amp;utm_term=Go-Premium&amp;utm_content=Biochemical+Technician+CV" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white h-10 px-3 flex items-center justify-center">
                                        Go Premium                                    </a>
      </div>
      <div>
        <p class="text-white font-semibold text-center mb-2">Download free template</p>
        <div class="flex">
          <button @click="downloadSlide('google')" type="button" aria-label="Google slides" name="action" value="google"
            class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="Google Slides" class="h-5 w-5">
              <use xlink:href="#icon-googleslides"></use>
            </svg>
          </button>
          <button @click="downloadSlide('powerpoint')" type="button" aria-label="Powerpoint" name="action" value="download"
            class="bg-red-500 hover:bg-red-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="PowerPoint" class="text-white h-5 w-5">
              <use xlink:href="#icon-powerpoint"></use>
            </svg>
          </button>
        </div>
      </div>
    </div>
  </template>
  <template x-if="!(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col justify-center w-full h-full relative">
      <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;7761&quot;, &quot;Biochemical Technician CV&quot;, &quot;https://slidesgo.com/theme/biochemical-technician-cv&quot;, &quot;&quot;);" type="button"
        aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="Google Slides" class="h-5 w-5">
          <use xlink:href="#icon-googleslides"></use>
        </svg>
        <span class="flex-1 text-center pl-2">Google Slides</span>
      </button>
      <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;7761&quot;, &quot;Biochemical Technician CV&quot;, &quot;https://slidesgo.com/theme/biochemical-technician-cv&quot;, &quot;&quot;);" type="button"
        aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="PowerPoint" class="text-white h-5 w-5">
          <use xlink:href="#icon-powerpoint"></use>
        </svg>
        <span class="flex-1 text-center pl-2">PowerPoint</span>
      </button>
    </div>
  </template>
  <div class="flex flex-col justify-center w-full h-full relative">
    <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;7761&quot;, &quot;Biochemical Technician CV&quot;, &quot;https://slidesgo.com/theme/biochemical-technician-cv&quot;, &quot;&quot;);" type="button"
      aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="Google Slides" class="h-5 w-5">
        <use xlink:href="#icon-googleslides"></use>
      </svg>
      <span class="flex-1 text-center pl-2">Google Slides</span>
    </button>
    <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;7761&quot;, &quot;Biochemical Technician CV&quot;, &quot;https://slidesgo.com/theme/biochemical-technician-cv&quot;, &quot;&quot;);" type="button"
      aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="PowerPoint" class="text-white h-5 w-5">
        <use xlink:href="#icon-powerpoint"></use>
      </svg>
      <span class="flex-1 text-center pl-2">PowerPoint</span>
    </button>
  </div>
</form>

POST

<form x-ref="download_form" method="post" target="_blank" class="h-full" action="">
  <input type="hidden" name="_token" value="kQeoGofVnHX3CIYhNqLyBWoqWnBpeUysmVT2dWzr">
  <template x-if="(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col sm:flex-col w-full relative h-full justify-center">
      <div class="mb-2 sm:mb-3">
        <p class="text-white font-semibold text-center mb-2">Download Premium template</p>
        <a href="https://slidesgo.com/pricing?slide=happy-stars-cv&amp;utm_source=Freemium&amp;utm_medium=template&amp;utm_campaign=freemium-slides-microfunnel&amp;utm_term=Go-Premium&amp;utm_content=Happy+Stars+CV" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white h-10 px-3 flex items-center justify-center">
                                        Go Premium                                    </a>
      </div>
      <div>
        <p class="text-white font-semibold text-center mb-2">Download free template</p>
        <div class="flex">
          <button @click="downloadSlide('google')" type="button" aria-label="Google slides" name="action" value="google"
            class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="Google Slides" class="h-5 w-5">
              <use xlink:href="#icon-googleslides"></use>
            </svg>
          </button>
          <button @click="downloadSlide('powerpoint')" type="button" aria-label="Powerpoint" name="action" value="download"
            class="bg-red-500 hover:bg-red-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="PowerPoint" class="text-white h-5 w-5">
              <use xlink:href="#icon-powerpoint"></use>
            </svg>
          </button>
        </div>
      </div>
    </div>
  </template>
  <template x-if="!(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col justify-center w-full h-full relative">
      <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;5571&quot;, &quot;Happy Stars CV&quot;, &quot;https://slidesgo.com/theme/happy-stars-cv&quot;, &quot;&quot;);" type="button" aria-label="Google slides"
        name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="Google Slides" class="h-5 w-5">
          <use xlink:href="#icon-googleslides"></use>
        </svg>
        <span class="flex-1 text-center pl-2">Google Slides</span>
      </button>
      <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;5571&quot;, &quot;Happy Stars CV&quot;, &quot;https://slidesgo.com/theme/happy-stars-cv&quot;, &quot;&quot;);" type="button" aria-label="Powerpoint"
        name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="PowerPoint" class="text-white h-5 w-5">
          <use xlink:href="#icon-powerpoint"></use>
        </svg>
        <span class="flex-1 text-center pl-2">PowerPoint</span>
      </button>
    </div>
  </template>
  <div class="flex flex-col justify-center w-full h-full relative">
    <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;5571&quot;, &quot;Happy Stars CV&quot;, &quot;https://slidesgo.com/theme/happy-stars-cv&quot;, &quot;&quot;);" type="button" aria-label="Google slides"
      name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="Google Slides" class="h-5 w-5">
        <use xlink:href="#icon-googleslides"></use>
      </svg>
      <span class="flex-1 text-center pl-2">Google Slides</span>
    </button>
    <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;5571&quot;, &quot;Happy Stars CV&quot;, &quot;https://slidesgo.com/theme/happy-stars-cv&quot;, &quot;&quot;);" type="button" aria-label="Powerpoint"
      name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="PowerPoint" class="text-white h-5 w-5">
        <use xlink:href="#icon-powerpoint"></use>
      </svg>
      <span class="flex-1 text-center pl-2">PowerPoint</span>
    </button>
  </div>
</form>

POST

<form x-ref="download_form" method="post" target="_blank" class="h-full" action="">
  <input type="hidden" name="_token" value="kQeoGofVnHX3CIYhNqLyBWoqWnBpeUysmVT2dWzr">
  <template x-if="(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col sm:flex-col w-full relative h-full justify-center">
      <div class="mb-2 sm:mb-3">
        <p class="text-white font-semibold text-center mb-2">Download Premium template</p>
        <a href="https://slidesgo.com/pricing?slide=biotechnologist-cv&amp;utm_source=Freemium&amp;utm_medium=template&amp;utm_campaign=freemium-slides-microfunnel&amp;utm_term=Go-Premium&amp;utm_content=Biotechnologist+CV" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white h-10 px-3 flex items-center justify-center">
                                        Go Premium                                    </a>
      </div>
      <div>
        <p class="text-white font-semibold text-center mb-2">Download free template</p>
        <div class="flex">
          <button @click="downloadSlide('google')" type="button" aria-label="Google slides" name="action" value="google"
            class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="Google Slides" class="h-5 w-5">
              <use xlink:href="#icon-googleslides"></use>
            </svg>
          </button>
          <button @click="downloadSlide('powerpoint')" type="button" aria-label="Powerpoint" name="action" value="download"
            class="bg-red-500 hover:bg-red-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="PowerPoint" class="text-white h-5 w-5">
              <use xlink:href="#icon-powerpoint"></use>
            </svg>
          </button>
        </div>
      </div>
    </div>
  </template>
  <template x-if="!(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col justify-center w-full h-full relative">
      <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;5622&quot;, &quot;Biotechnologist CV&quot;, &quot;https://slidesgo.com/theme/biotechnologist-cv&quot;, &quot;&quot;);" type="button"
        aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="Google Slides" class="h-5 w-5">
          <use xlink:href="#icon-googleslides"></use>
        </svg>
        <span class="flex-1 text-center pl-2">Google Slides</span>
      </button>
      <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;5622&quot;, &quot;Biotechnologist CV&quot;, &quot;https://slidesgo.com/theme/biotechnologist-cv&quot;, &quot;&quot;);" type="button"
        aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="PowerPoint" class="text-white h-5 w-5">
          <use xlink:href="#icon-powerpoint"></use>
        </svg>
        <span class="flex-1 text-center pl-2">PowerPoint</span>
      </button>
    </div>
  </template>
  <div class="flex flex-col justify-center w-full h-full relative">
    <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;5622&quot;, &quot;Biotechnologist CV&quot;, &quot;https://slidesgo.com/theme/biotechnologist-cv&quot;, &quot;&quot;);" type="button"
      aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="Google Slides" class="h-5 w-5">
        <use xlink:href="#icon-googleslides"></use>
      </svg>
      <span class="flex-1 text-center pl-2">Google Slides</span>
    </button>
    <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;5622&quot;, &quot;Biotechnologist CV&quot;, &quot;https://slidesgo.com/theme/biotechnologist-cv&quot;, &quot;&quot;);" type="button"
      aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="PowerPoint" class="text-white h-5 w-5">
        <use xlink:href="#icon-powerpoint"></use>
      </svg>
      <span class="flex-1 text-center pl-2">PowerPoint</span>
    </button>
  </div>
</form>

POST

<form x-ref="download_form" method="post" target="_blank" class="h-full" action="">
  <input type="hidden" name="_token" value="kQeoGofVnHX3CIYhNqLyBWoqWnBpeUysmVT2dWzr">
  <template x-if="(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col sm:flex-col w-full relative h-full justify-center">
      <div class="mb-2 sm:mb-3">
        <p class="text-white font-semibold text-center mb-2">Download Premium template</p>
        <a href="https://slidesgo.com/pricing?slide=lawyer-cv&amp;utm_source=Freemium&amp;utm_medium=template&amp;utm_campaign=freemium-slides-microfunnel&amp;utm_term=Go-Premium&amp;utm_content=Lawyer+CV" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white h-10 px-3 flex items-center justify-center">
                                        Go Premium                                    </a>
      </div>
      <div>
        <p class="text-white font-semibold text-center mb-2">Download free template</p>
        <div class="flex">
          <button @click="downloadSlide('google')" type="button" aria-label="Google slides" name="action" value="google"
            class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="Google Slides" class="h-5 w-5">
              <use xlink:href="#icon-googleslides"></use>
            </svg>
          </button>
          <button @click="downloadSlide('powerpoint')" type="button" aria-label="Powerpoint" name="action" value="download"
            class="bg-red-500 hover:bg-red-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="PowerPoint" class="text-white h-5 w-5">
              <use xlink:href="#icon-powerpoint"></use>
            </svg>
          </button>
        </div>
      </div>
    </div>
  </template>
  <template x-if="!(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col justify-center w-full h-full relative">
      <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;1946&quot;, &quot;Lawyer CV&quot;, &quot;https://slidesgo.com/theme/lawyer-cv&quot;, &quot;&quot;);" type="button" aria-label="Google slides"
        name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="Google Slides" class="h-5 w-5">
          <use xlink:href="#icon-googleslides"></use>
        </svg>
        <span class="flex-1 text-center pl-2">Google Slides</span>
      </button>
      <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;1946&quot;, &quot;Lawyer CV&quot;, &quot;https://slidesgo.com/theme/lawyer-cv&quot;, &quot;&quot;);" type="button" aria-label="Powerpoint" name="action"
        value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="PowerPoint" class="text-white h-5 w-5">
          <use xlink:href="#icon-powerpoint"></use>
        </svg>
        <span class="flex-1 text-center pl-2">PowerPoint</span>
      </button>
    </div>
  </template>
  <div class="flex flex-col justify-center w-full h-full relative">
    <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;1946&quot;, &quot;Lawyer CV&quot;, &quot;https://slidesgo.com/theme/lawyer-cv&quot;, &quot;&quot;);" type="button" aria-label="Google slides" name="action"
      value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="Google Slides" class="h-5 w-5">
        <use xlink:href="#icon-googleslides"></use>
      </svg>
      <span class="flex-1 text-center pl-2">Google Slides</span>
    </button>
    <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;1946&quot;, &quot;Lawyer CV&quot;, &quot;https://slidesgo.com/theme/lawyer-cv&quot;, &quot;&quot;);" type="button" aria-label="Powerpoint" name="action"
      value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="PowerPoint" class="text-white h-5 w-5">
        <use xlink:href="#icon-powerpoint"></use>
      </svg>
      <span class="flex-1 text-center pl-2">PowerPoint</span>
    </button>
  </div>
</form>

POST

<form x-ref="download_form" method="post" target="_blank" class="h-full" action="">
  <input type="hidden" name="_token" value="kQeoGofVnHX3CIYhNqLyBWoqWnBpeUysmVT2dWzr">
  <template x-if="(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col sm:flex-col w-full relative h-full justify-center">
      <div class="mb-2 sm:mb-3">
        <p class="text-white font-semibold text-center mb-2">Download Premium template</p>
        <a href="https://slidesgo.com/pricing?slide=cottagecore-style-horticulture-college-major&amp;utm_source=Freemium&amp;utm_medium=template&amp;utm_campaign=freemium-slides-microfunnel&amp;utm_term=Go-Premium&amp;utm_content=Cottagecore+Style+Horticulture+College+Major" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white h-10 px-3 flex items-center justify-center">
                                        Go Premium                                    </a>
      </div>
      <div>
        <p class="text-white font-semibold text-center mb-2">Download free template</p>
        <div class="flex">
          <button @click="downloadSlide('google')" type="button" aria-label="Google slides" name="action" value="google"
            class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="Google Slides" class="h-5 w-5">
              <use xlink:href="#icon-googleslides"></use>
            </svg>
          </button>
          <button @click="downloadSlide('powerpoint')" type="button" aria-label="Powerpoint" name="action" value="download"
            class="bg-red-500 hover:bg-red-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="PowerPoint" class="text-white h-5 w-5">
              <use xlink:href="#icon-powerpoint"></use>
            </svg>
          </button>
        </div>
      </div>
    </div>
  </template>
  <div class="flex flex-col sm:flex-col w-full relative h-full justify-center">
    <div class="mb-2 sm:mb-3">
      <p class="text-white font-semibold text-center mb-2">Download Premium template</p>
      <a href="https://slidesgo.com/pricing?slide=cottagecore-style-horticulture-college-major&amp;utm_source=Freemium&amp;utm_medium=template&amp;utm_campaign=freemium-slides-microfunnel&amp;utm_term=Go-Premium&amp;utm_content=Cottagecore+Style+Horticulture+College+Major" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white h-10 px-3 flex items-center justify-center">
                                        Go Premium                                    </a>
    </div>
    <div>
      <p class="text-white font-semibold text-center mb-2">Download free template</p>
      <div class="flex">
        <button @click="downloadSlide('google')" type="button" aria-label="Google slides" name="action" value="google"
          class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
          <svg alt="Google Slides" class="h-5 w-5">
            <use xlink:href="#icon-googleslides"></use>
          </svg>
        </button>
        <button @click="downloadSlide('powerpoint')" type="button" aria-label="Powerpoint" name="action" value="download"
          class="bg-red-500 hover:bg-red-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
          <svg alt="PowerPoint" class="text-white h-5 w-5">
            <use xlink:href="#icon-powerpoint"></use>
          </svg>
        </button>
      </div>
    </div>
  </div>
  <template x-if="!(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col justify-center w-full h-full relative">
      <button
        @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;6937&quot;, &quot;Cottagecore Style Horticulture College Major&quot;, &quot;https://slidesgo.com/theme/cottagecore-style-horticulture-college-major&quot;, &quot;&quot;);"
        type="button" aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="Google Slides" class="h-5 w-5">
          <use xlink:href="#icon-googleslides"></use>
        </svg>
        <span class="flex-1 text-center pl-2">Google Slides</span>
      </button>
      <button
        @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;6937&quot;, &quot;Cottagecore Style Horticulture College Major&quot;, &quot;https://slidesgo.com/theme/cottagecore-style-horticulture-college-major&quot;, &quot;&quot;);"
        type="button" aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="PowerPoint" class="text-white h-5 w-5">
          <use xlink:href="#icon-powerpoint"></use>
        </svg>
        <span class="flex-1 text-center pl-2">PowerPoint</span>
      </button>
    </div>
  </template>
</form>

POST

<form x-ref="download_form" method="post" target="_blank" class="h-full" action="">
  <input type="hidden" name="_token" value="kQeoGofVnHX3CIYhNqLyBWoqWnBpeUysmVT2dWzr">
  <template x-if="(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col sm:flex-col w-full relative h-full justify-center">
      <div class="mb-2 sm:mb-3">
        <p class="text-white font-semibold text-center mb-2">Download Premium template</p>
        <a href="https://slidesgo.com/pricing?slide=elegant-leaves-cv&amp;utm_source=Freemium&amp;utm_medium=template&amp;utm_campaign=freemium-slides-microfunnel&amp;utm_term=Go-Premium&amp;utm_content=Elegant+Leaves+CV" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white h-10 px-3 flex items-center justify-center">
                                        Go Premium                                    </a>
      </div>
      <div>
        <p class="text-white font-semibold text-center mb-2">Download free template</p>
        <div class="flex">
          <button @click="downloadSlide('google')" type="button" aria-label="Google slides" name="action" value="google"
            class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="Google Slides" class="h-5 w-5">
              <use xlink:href="#icon-googleslides"></use>
            </svg>
          </button>
          <button @click="downloadSlide('powerpoint')" type="button" aria-label="Powerpoint" name="action" value="download"
            class="bg-red-500 hover:bg-red-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="PowerPoint" class="text-white h-5 w-5">
              <use xlink:href="#icon-powerpoint"></use>
            </svg>
          </button>
        </div>
      </div>
    </div>
  </template>
  <template x-if="!(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col justify-center w-full h-full relative">
      <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;5231&quot;, &quot;Elegant Leaves CV&quot;, &quot;https://slidesgo.com/theme/elegant-leaves-cv&quot;, &quot;&quot;);" type="button"
        aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="Google Slides" class="h-5 w-5">
          <use xlink:href="#icon-googleslides"></use>
        </svg>
        <span class="flex-1 text-center pl-2">Google Slides</span>
      </button>
      <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;5231&quot;, &quot;Elegant Leaves CV&quot;, &quot;https://slidesgo.com/theme/elegant-leaves-cv&quot;, &quot;&quot;);" type="button"
        aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="PowerPoint" class="text-white h-5 w-5">
          <use xlink:href="#icon-powerpoint"></use>
        </svg>
        <span class="flex-1 text-center pl-2">PowerPoint</span>
      </button>
    </div>
  </template>
  <div class="flex flex-col justify-center w-full h-full relative">
    <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;5231&quot;, &quot;Elegant Leaves CV&quot;, &quot;https://slidesgo.com/theme/elegant-leaves-cv&quot;, &quot;&quot;);" type="button"
      aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="Google Slides" class="h-5 w-5">
        <use xlink:href="#icon-googleslides"></use>
      </svg>
      <span class="flex-1 text-center pl-2">Google Slides</span>
    </button>
    <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;5231&quot;, &quot;Elegant Leaves CV&quot;, &quot;https://slidesgo.com/theme/elegant-leaves-cv&quot;, &quot;&quot;);" type="button" aria-label="Powerpoint"
      name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="PowerPoint" class="text-white h-5 w-5">
        <use xlink:href="#icon-powerpoint"></use>
      </svg>
      <span class="flex-1 text-center pl-2">PowerPoint</span>
    </button>
  </div>
</form>

POST

<form x-ref="download_form" method="post" target="_blank" class="h-full" action="">
  <input type="hidden" name="_token" value="kQeoGofVnHX3CIYhNqLyBWoqWnBpeUysmVT2dWzr">
  <template x-if="(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col sm:flex-col w-full relative h-full justify-center">
      <div class="mb-2 sm:mb-3">
        <p class="text-white font-semibold text-center mb-2">Download Premium template</p>
        <a href="https://slidesgo.com/pricing?slide=agriculture-business-plan&amp;utm_source=Freemium&amp;utm_medium=template&amp;utm_campaign=freemium-slides-microfunnel&amp;utm_term=Go-Premium&amp;utm_content=Agriculture+Business+Plan" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white h-10 px-3 flex items-center justify-center">
                                        Go Premium                                    </a>
      </div>
      <div>
        <p class="text-white font-semibold text-center mb-2">Download free template</p>
        <div class="flex">
          <button @click="downloadSlide('google')" type="button" aria-label="Google slides" name="action" value="google"
            class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="Google Slides" class="h-5 w-5">
              <use xlink:href="#icon-googleslides"></use>
            </svg>
          </button>
          <button @click="downloadSlide('powerpoint')" type="button" aria-label="Powerpoint" name="action" value="download"
            class="bg-red-500 hover:bg-red-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="PowerPoint" class="text-white h-5 w-5">
              <use xlink:href="#icon-powerpoint"></use>
            </svg>
          </button>
        </div>
      </div>
    </div>
  </template>
  <div class="flex flex-col sm:flex-col w-full relative h-full justify-center">
    <div class="mb-2 sm:mb-3">
      <p class="text-white font-semibold text-center mb-2">Download Premium template</p>
      <a href="https://slidesgo.com/pricing?slide=agriculture-business-plan&amp;utm_source=Freemium&amp;utm_medium=template&amp;utm_campaign=freemium-slides-microfunnel&amp;utm_term=Go-Premium&amp;utm_content=Agriculture+Business+Plan" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white h-10 px-3 flex items-center justify-center">
                                        Go Premium                                    </a>
    </div>
    <div>
      <p class="text-white font-semibold text-center mb-2">Download free template</p>
      <div class="flex">
        <button @click="downloadSlide('google')" type="button" aria-label="Google slides" name="action" value="google"
          class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
          <svg alt="Google Slides" class="h-5 w-5">
            <use xlink:href="#icon-googleslides"></use>
          </svg>
        </button>
        <button @click="downloadSlide('powerpoint')" type="button" aria-label="Powerpoint" name="action" value="download"
          class="bg-red-500 hover:bg-red-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
          <svg alt="PowerPoint" class="text-white h-5 w-5">
            <use xlink:href="#icon-powerpoint"></use>
          </svg>
        </button>
      </div>
    </div>
  </div>
  <template x-if="!(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col justify-center w-full h-full relative">
      <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;895&quot;, &quot;Agriculture Business Plan&quot;, &quot;https://slidesgo.com/theme/agriculture-business-plan&quot;, &quot;&quot;);" type="button"
        aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="Google Slides" class="h-5 w-5">
          <use xlink:href="#icon-googleslides"></use>
        </svg>
        <span class="flex-1 text-center pl-2">Google Slides</span>
      </button>
      <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;895&quot;, &quot;Agriculture Business Plan&quot;, &quot;https://slidesgo.com/theme/agriculture-business-plan&quot;, &quot;&quot;);" type="button"
        aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="PowerPoint" class="text-white h-5 w-5">
          <use xlink:href="#icon-powerpoint"></use>
        </svg>
        <span class="flex-1 text-center pl-2">PowerPoint</span>
      </button>
    </div>
  </template>
</form>

POST

<form x-ref="download_form" method="post" target="_blank" class="h-full" action="">
  <input type="hidden" name="_token" value="kQeoGofVnHX3CIYhNqLyBWoqWnBpeUysmVT2dWzr">
  <template x-if="(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col sm:flex-col w-full relative h-full justify-center">
      <div class="mb-2 sm:mb-3">
        <p class="text-white font-semibold text-center mb-2">Download Premium template</p>
        <a href="https://slidesgo.com/pricing?slide=urban-agriculture-project-proposal&amp;utm_source=Freemium&amp;utm_medium=template&amp;utm_campaign=freemium-slides-microfunnel&amp;utm_term=Go-Premium&amp;utm_content=Urban+Agriculture+Project+Proposal" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white h-10 px-3 flex items-center justify-center">
                                        Go Premium                                    </a>
      </div>
      <div>
        <p class="text-white font-semibold text-center mb-2">Download free template</p>
        <div class="flex">
          <button @click="downloadSlide('google')" type="button" aria-label="Google slides" name="action" value="google"
            class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="Google Slides" class="h-5 w-5">
              <use xlink:href="#icon-googleslides"></use>
            </svg>
          </button>
          <button @click="downloadSlide('powerpoint')" type="button" aria-label="Powerpoint" name="action" value="download"
            class="bg-red-500 hover:bg-red-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="PowerPoint" class="text-white h-5 w-5">
              <use xlink:href="#icon-powerpoint"></use>
            </svg>
          </button>
        </div>
      </div>
    </div>
  </template>
  <template x-if="!(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col justify-center w-full h-full relative">
      <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;6888&quot;, &quot;Urban Agriculture Project Proposal&quot;, &quot;https://slidesgo.com/theme/urban-agriculture-project-proposal&quot;, &quot;&quot;);"
        type="button" aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="Google Slides" class="h-5 w-5">
          <use xlink:href="#icon-googleslides"></use>
        </svg>
        <span class="flex-1 text-center pl-2">Google Slides</span>
      </button>
      <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;6888&quot;, &quot;Urban Agriculture Project Proposal&quot;, &quot;https://slidesgo.com/theme/urban-agriculture-project-proposal&quot;, &quot;&quot;);"
        type="button" aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="PowerPoint" class="text-white h-5 w-5">
          <use xlink:href="#icon-powerpoint"></use>
        </svg>
        <span class="flex-1 text-center pl-2">PowerPoint</span>
      </button>
    </div>
  </template>
  <div class="flex flex-col justify-center w-full h-full relative">
    <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;6888&quot;, &quot;Urban Agriculture Project Proposal&quot;, &quot;https://slidesgo.com/theme/urban-agriculture-project-proposal&quot;, &quot;&quot;);"
      type="button" aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="Google Slides" class="h-5 w-5">
        <use xlink:href="#icon-googleslides"></use>
      </svg>
      <span class="flex-1 text-center pl-2">Google Slides</span>
    </button>
    <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;6888&quot;, &quot;Urban Agriculture Project Proposal&quot;, &quot;https://slidesgo.com/theme/urban-agriculture-project-proposal&quot;, &quot;&quot;);"
      type="button" aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="PowerPoint" class="text-white h-5 w-5">
        <use xlink:href="#icon-powerpoint"></use>
      </svg>
      <span class="flex-1 text-center pl-2">PowerPoint</span>
    </button>
  </div>
</form>

POST

<form x-ref="download_form" method="post" target="_blank" class="h-full" action="">
  <input type="hidden" name="_token" value="kQeoGofVnHX3CIYhNqLyBWoqWnBpeUysmVT2dWzr">
  <template x-if="(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col sm:flex-col w-full relative h-full justify-center">
      <div class="mb-2 sm:mb-3">
        <p class="text-white font-semibold text-center mb-2">Download Premium template</p>
        <a href="https://slidesgo.com/pricing?slide=all-about-asia-portfolio&amp;utm_source=Freemium&amp;utm_medium=template&amp;utm_campaign=freemium-slides-microfunnel&amp;utm_term=Go-Premium&amp;utm_content=All+About+Asia+Portfolio" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white h-10 px-3 flex items-center justify-center">
                                        Go Premium                                    </a>
      </div>
      <div>
        <p class="text-white font-semibold text-center mb-2">Download free template</p>
        <div class="flex">
          <button @click="downloadSlide('google')" type="button" aria-label="Google slides" name="action" value="google"
            class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="Google Slides" class="h-5 w-5">
              <use xlink:href="#icon-googleslides"></use>
            </svg>
          </button>
          <button @click="downloadSlide('powerpoint')" type="button" aria-label="Powerpoint" name="action" value="download"
            class="bg-red-500 hover:bg-red-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="PowerPoint" class="text-white h-5 w-5">
              <use xlink:href="#icon-powerpoint"></use>
            </svg>
          </button>
        </div>
      </div>
    </div>
  </template>
  <template x-if="!(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col justify-center w-full h-full relative">
      <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;5147&quot;, &quot;All About Asia Portfolio&quot;, &quot;https://slidesgo.com/theme/all-about-asia-portfolio&quot;, &quot;&quot;);" type="button"
        aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="Google Slides" class="h-5 w-5">
          <use xlink:href="#icon-googleslides"></use>
        </svg>
        <span class="flex-1 text-center pl-2">Google Slides</span>
      </button>
      <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;5147&quot;, &quot;All About Asia Portfolio&quot;, &quot;https://slidesgo.com/theme/all-about-asia-portfolio&quot;, &quot;&quot;);" type="button"
        aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="PowerPoint" class="text-white h-5 w-5">
          <use xlink:href="#icon-powerpoint"></use>
        </svg>
        <span class="flex-1 text-center pl-2">PowerPoint</span>
      </button>
    </div>
  </template>
  <div class="flex flex-col justify-center w-full h-full relative">
    <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;5147&quot;, &quot;All About Asia Portfolio&quot;, &quot;https://slidesgo.com/theme/all-about-asia-portfolio&quot;, &quot;&quot;);" type="button"
      aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="Google Slides" class="h-5 w-5">
        <use xlink:href="#icon-googleslides"></use>
      </svg>
      <span class="flex-1 text-center pl-2">Google Slides</span>
    </button>
    <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;5147&quot;, &quot;All About Asia Portfolio&quot;, &quot;https://slidesgo.com/theme/all-about-asia-portfolio&quot;, &quot;&quot;);" type="button"
      aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="PowerPoint" class="text-white h-5 w-5">
        <use xlink:href="#icon-powerpoint"></use>
      </svg>
      <span class="flex-1 text-center pl-2">PowerPoint</span>
    </button>
  </div>
</form>

POST

<form x-ref="download_form" method="post" target="_blank" class="h-full" action="">
  <input type="hidden" name="_token" value="kQeoGofVnHX3CIYhNqLyBWoqWnBpeUysmVT2dWzr">
  <template x-if="(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col sm:flex-col w-full relative h-full justify-center">
      <div class="mb-2 sm:mb-3">
        <p class="text-white font-semibold text-center mb-2">Download Premium template</p>
        <a href="https://slidesgo.com/pricing?slide=agriculture-tech-pitch-deck&amp;utm_source=Freemium&amp;utm_medium=template&amp;utm_campaign=freemium-slides-microfunnel&amp;utm_term=Go-Premium&amp;utm_content=Agriculture+Tech+Pitch+Deck" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white h-10 px-3 flex items-center justify-center">
                                        Go Premium                                    </a>
      </div>
      <div>
        <p class="text-white font-semibold text-center mb-2">Download free template</p>
        <div class="flex">
          <button @click="downloadSlide('google')" type="button" aria-label="Google slides" name="action" value="google"
            class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="Google Slides" class="h-5 w-5">
              <use xlink:href="#icon-googleslides"></use>
            </svg>
          </button>
          <button @click="downloadSlide('powerpoint')" type="button" aria-label="Powerpoint" name="action" value="download"
            class="bg-red-500 hover:bg-red-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="PowerPoint" class="text-white h-5 w-5">
              <use xlink:href="#icon-powerpoint"></use>
            </svg>
          </button>
        </div>
      </div>
    </div>
  </template>
  <template x-if="!(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col justify-center w-full h-full relative">
      <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;6855&quot;, &quot;Agriculture Tech Pitch Deck&quot;, &quot;https://slidesgo.com/theme/agriculture-tech-pitch-deck&quot;, &quot;&quot;);" type="button"
        aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="Google Slides" class="h-5 w-5">
          <use xlink:href="#icon-googleslides"></use>
        </svg>
        <span class="flex-1 text-center pl-2">Google Slides</span>
      </button>
      <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;6855&quot;, &quot;Agriculture Tech Pitch Deck&quot;, &quot;https://slidesgo.com/theme/agriculture-tech-pitch-deck&quot;, &quot;&quot;);" type="button"
        aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="PowerPoint" class="text-white h-5 w-5">
          <use xlink:href="#icon-powerpoint"></use>
        </svg>
        <span class="flex-1 text-center pl-2">PowerPoint</span>
      </button>
    </div>
  </template>
  <div class="flex flex-col justify-center w-full h-full relative">
    <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;6855&quot;, &quot;Agriculture Tech Pitch Deck&quot;, &quot;https://slidesgo.com/theme/agriculture-tech-pitch-deck&quot;, &quot;&quot;);" type="button"
      aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="Google Slides" class="h-5 w-5">
        <use xlink:href="#icon-googleslides"></use>
      </svg>
      <span class="flex-1 text-center pl-2">Google Slides</span>
    </button>
    <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;6855&quot;, &quot;Agriculture Tech Pitch Deck&quot;, &quot;https://slidesgo.com/theme/agriculture-tech-pitch-deck&quot;, &quot;&quot;);" type="button"
      aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="PowerPoint" class="text-white h-5 w-5">
        <use xlink:href="#icon-powerpoint"></use>
      </svg>
      <span class="flex-1 text-center pl-2">PowerPoint</span>
    </button>
  </div>
</form>

POST

<form x-ref="download_form" method="post" target="_blank" class="h-full" action="">
  <input type="hidden" name="_token" value="kQeoGofVnHX3CIYhNqLyBWoqWnBpeUysmVT2dWzr">
  <template x-if="(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col sm:flex-col w-full relative h-full justify-center">
      <div class="mb-2 sm:mb-3">
        <p class="text-white font-semibold text-center mb-2">Download Premium template</p>
        <a href="https://slidesgo.com/pricing?slide=jello-modern-resume&amp;utm_source=Freemium&amp;utm_medium=template&amp;utm_campaign=freemium-slides-microfunnel&amp;utm_term=Go-Premium&amp;utm_content=Jello+Modern+Resume" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white h-10 px-3 flex items-center justify-center">
                                        Go Premium                                    </a>
      </div>
      <div>
        <p class="text-white font-semibold text-center mb-2">Download free template</p>
        <div class="flex">
          <button @click="downloadSlide('google')" type="button" aria-label="Google slides" name="action" value="google"
            class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="Google Slides" class="h-5 w-5">
              <use xlink:href="#icon-googleslides"></use>
            </svg>
          </button>
          <button @click="downloadSlide('powerpoint')" type="button" aria-label="Powerpoint" name="action" value="download"
            class="bg-red-500 hover:bg-red-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="PowerPoint" class="text-white h-5 w-5">
              <use xlink:href="#icon-powerpoint"></use>
            </svg>
          </button>
        </div>
      </div>
    </div>
  </template>
  <template x-if="!(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col justify-center w-full h-full relative">
      <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;843&quot;, &quot;Jello Modern Resume&quot;, &quot;https://slidesgo.com/theme/jello-modern-resume&quot;, &quot;&quot;);" type="button"
        aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="Google Slides" class="h-5 w-5">
          <use xlink:href="#icon-googleslides"></use>
        </svg>
        <span class="flex-1 text-center pl-2">Google Slides</span>
      </button>
      <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;843&quot;, &quot;Jello Modern Resume&quot;, &quot;https://slidesgo.com/theme/jello-modern-resume&quot;, &quot;&quot;);" type="button"
        aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="PowerPoint" class="text-white h-5 w-5">
          <use xlink:href="#icon-powerpoint"></use>
        </svg>
        <span class="flex-1 text-center pl-2">PowerPoint</span>
      </button>
    </div>
  </template>
  <div class="flex flex-col justify-center w-full h-full relative">
    <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;843&quot;, &quot;Jello Modern Resume&quot;, &quot;https://slidesgo.com/theme/jello-modern-resume&quot;, &quot;&quot;);" type="button"
      aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="Google Slides" class="h-5 w-5">
        <use xlink:href="#icon-googleslides"></use>
      </svg>
      <span class="flex-1 text-center pl-2">Google Slides</span>
    </button>
    <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;843&quot;, &quot;Jello Modern Resume&quot;, &quot;https://slidesgo.com/theme/jello-modern-resume&quot;, &quot;&quot;);" type="button"
      aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="PowerPoint" class="text-white h-5 w-5">
        <use xlink:href="#icon-powerpoint"></use>
      </svg>
      <span class="flex-1 text-center pl-2">PowerPoint</span>
    </button>
  </div>
</form>

POST

<form x-ref="download_form" method="post" target="_blank" class="h-full" action="">
  <input type="hidden" name="_token" value="kQeoGofVnHX3CIYhNqLyBWoqWnBpeUysmVT2dWzr">
  <template x-if="(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col sm:flex-col w-full relative h-full justify-center">
      <div class="mb-2 sm:mb-3">
        <p class="text-white font-semibold text-center mb-2">Download Premium template</p>
        <a href="https://slidesgo.com/pricing?slide=my-creative-resume&amp;utm_source=Freemium&amp;utm_medium=template&amp;utm_campaign=freemium-slides-microfunnel&amp;utm_term=Go-Premium&amp;utm_content=My+Creative+Resume" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white h-10 px-3 flex items-center justify-center">
                                        Go Premium                                    </a>
      </div>
      <div>
        <p class="text-white font-semibold text-center mb-2">Download free template</p>
        <div class="flex">
          <button @click="downloadSlide('google')" type="button" aria-label="Google slides" name="action" value="google"
            class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="Google Slides" class="h-5 w-5">
              <use xlink:href="#icon-googleslides"></use>
            </svg>
          </button>
          <button @click="downloadSlide('powerpoint')" type="button" aria-label="Powerpoint" name="action" value="download"
            class="bg-red-500 hover:bg-red-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="PowerPoint" class="text-white h-5 w-5">
              <use xlink:href="#icon-powerpoint"></use>
            </svg>
          </button>
        </div>
      </div>
    </div>
  </template>
  <div class="flex flex-col sm:flex-col w-full relative h-full justify-center">
    <div class="mb-2 sm:mb-3">
      <p class="text-white font-semibold text-center mb-2">Download Premium template</p>
      <a href="https://slidesgo.com/pricing?slide=my-creative-resume&amp;utm_source=Freemium&amp;utm_medium=template&amp;utm_campaign=freemium-slides-microfunnel&amp;utm_term=Go-Premium&amp;utm_content=My+Creative+Resume" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white h-10 px-3 flex items-center justify-center">
                                        Go Premium                                    </a>
    </div>
    <div>
      <p class="text-white font-semibold text-center mb-2">Download free template</p>
      <div class="flex">
        <button @click="downloadSlide('google')" type="button" aria-label="Google slides" name="action" value="google"
          class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
          <svg alt="Google Slides" class="h-5 w-5">
            <use xlink:href="#icon-googleslides"></use>
          </svg>
        </button>
        <button @click="downloadSlide('powerpoint')" type="button" aria-label="Powerpoint" name="action" value="download"
          class="bg-red-500 hover:bg-red-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
          <svg alt="PowerPoint" class="text-white h-5 w-5">
            <use xlink:href="#icon-powerpoint"></use>
          </svg>
        </button>
      </div>
    </div>
  </div>
  <template x-if="!(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col justify-center w-full h-full relative">
      <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;54&quot;, &quot;My Creative Resume&quot;, &quot;https://slidesgo.com/theme/my-creative-resume&quot;, &quot;&quot;);" type="button"
        aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="Google Slides" class="h-5 w-5">
          <use xlink:href="#icon-googleslides"></use>
        </svg>
        <span class="flex-1 text-center pl-2">Google Slides</span>
      </button>
      <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;54&quot;, &quot;My Creative Resume&quot;, &quot;https://slidesgo.com/theme/my-creative-resume&quot;, &quot;&quot;);" type="button"
        aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="PowerPoint" class="text-white h-5 w-5">
          <use xlink:href="#icon-powerpoint"></use>
        </svg>
        <span class="flex-1 text-center pl-2">PowerPoint</span>
      </button>
    </div>
  </template>
</form>

POST

<form x-ref="download_form" method="post" target="_blank" class="h-full" action="">
  <input type="hidden" name="_token" value="kQeoGofVnHX3CIYhNqLyBWoqWnBpeUysmVT2dWzr">
  <template x-if="(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col sm:flex-col w-full relative h-full justify-center">
      <div class="mb-2 sm:mb-3">
        <p class="text-white font-semibold text-center mb-2">Download Premium template</p>
        <a href="https://slidesgo.com/pricing?slide=saandeer-theater-actor-cv&amp;utm_source=Freemium&amp;utm_medium=template&amp;utm_campaign=freemium-slides-microfunnel&amp;utm_term=Go-Premium&amp;utm_content=Saandeer+Theater+Actor+CV" onclick="trackAnalytic('premium', 'click', 'detailxl-gopremium')" class="pricing bg-yellow-600 hover:bg-yellow-500 w-full rounded font-medium text-white h-10 px-3 flex items-center justify-center">
                                        Go Premium                                    </a>
      </div>
      <div>
        <p class="text-white font-semibold text-center mb-2">Download free template</p>
        <div class="flex">
          <button @click="downloadSlide('google')" type="button" aria-label="Google slides" name="action" value="google"
            class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="Google Slides" class="h-5 w-5">
              <use xlink:href="#icon-googleslides"></use>
            </svg>
          </button>
          <button @click="downloadSlide('powerpoint')" type="button" aria-label="Powerpoint" name="action" value="download"
            class="bg-red-500 hover:bg-red-400 font-bold text-white h-10 px-3 rounded text-center relative flex items-center justify-center mx-1 flex-1">
            <svg alt="PowerPoint" class="text-white h-5 w-5">
              <use xlink:href="#icon-powerpoint"></use>
            </svg>
          </button>
        </div>
      </div>
    </div>
  </template>
  <template x-if="!(hasXlRestrictions &amp;&amp; isXl)">
    <div class="flex flex-col justify-center w-full h-full relative">
      <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;4928&quot;, &quot;Saandeer Theater Actor CV&quot;, &quot;https://slidesgo.com/theme/saandeer-theater-actor-cv&quot;, &quot;&quot;);" type="button"
        aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="Google Slides" class="h-5 w-5">
          <use xlink:href="#icon-googleslides"></use>
        </svg>
        <span class="flex-1 text-center pl-2">Google Slides</span>
      </button>
      <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;4928&quot;, &quot;Saandeer Theater Actor CV&quot;, &quot;https://slidesgo.com/theme/saandeer-theater-actor-cv&quot;, &quot;&quot;);" type="button"
        aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
        <svg alt="PowerPoint" class="text-white h-5 w-5">
          <use xlink:href="#icon-powerpoint"></use>
        </svg>
        <span class="flex-1 text-center pl-2">PowerPoint</span>
      </button>
    </div>
  </template>
  <div class="flex flex-col justify-center w-full h-full relative">
    <button @click="downloadSlide(&quot;google&quot;); downloadGtm(&quot;gslides&quot;, &quot;4928&quot;, &quot;Saandeer Theater Actor CV&quot;, &quot;https://slidesgo.com/theme/saandeer-theater-actor-cv&quot;, &quot;&quot;);" type="button"
      aria-label="Google slides" name="action" value="google" class="bg-yellow-500 hover:bg-yellow-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="Google Slides" class="h-5 w-5">
        <use xlink:href="#icon-googleslides"></use>
      </svg>
      <span class="flex-1 text-center pl-2">Google Slides</span>
    </button>
    <button @click="downloadSlide(&quot;powerpoint&quot;); downloadGtm(&quot;pptx&quot;, &quot;4928&quot;, &quot;Saandeer Theater Actor CV&quot;, &quot;https://slidesgo.com/theme/saandeer-theater-actor-cv&quot;, &quot;&quot;);" type="button"
      aria-label="Powerpoint" name="action" value="download" class="bg-red-500 hover:bg-red-400 font-bold text-white h-12 w-44 px-3 rounded text-center relative flex items-center my-3">
      <svg alt="PowerPoint" class="text-white h-5 w-5">
        <use xlink:href="#icon-powerpoint"></use>
      </svg>
      <span class="flex-1 text-center pl-2">PowerPoint</span>
    </button>
  </div>
</form>

Text Content

en
Español Português Français Deutsch 한국어
 * Pricing
 * Home
 * Recent
 * Popular
 * Education
 * Business
 * Marketing
 * Medical
 * Multi-purpose
 * Infographics
 * Tips & Tutorials
 * More
   Freepik Flaticon Wepik Storyset


TEMPLATES



Top searches

travel history nature science math war school education business

Trending searches


THEATER

25 templates




POWERPOINT EXCLUSIVE

13 templates




BOOK

112 templates




INDONESIA

6 templates




ASIA

200 templates




MOVIE

67 templates

en
Español Português Français Deutsch 한국어
More
Freepik

Free vectors, photos and PSD

Flaticon

Free customizable icons

Wepik

Free online template editor

Storyset

Free editable illustrations

Tips & Tutorials Pricing
Log in

en
Español Português Français Deutsch 한국어
 * Pricing
 * Home
 * Recent
 * Popular
 * Education
 * Business
 * Marketing
 * Medical
 * Multi-purpose
 * Infographics
 * Tips & Tutorials
 * More
   Freepik Flaticon Wepik Storyset


AGRICULTURAL TECHNICIAN CV

Business
Save
Share
Facebook Twitter Linkedin
1 / 48





AGRICULTURAL TECHNICIAN CV PRESENTATION


FREE GOOGLE SLIDES THEME AND POWERPOINT TEMPLATE

If you are an agricultural technician, but don't know how to organize your CV
and want to make an amazing presentation about your education or experience in
this area, here you have the ideal presentation to achieve it! We have designed
an agricultural technician CV template for you to customize with all your
information and content. The slides offer a green background, very appropriate
for the topic, and resources such as graphs or maps to help you make your
information clearer. Every company will want you to work with them!


FEATURES OF THIS TEMPLATE

 * 100% editable and easy to modify
 * 27 different slides to impress your audience
 * Available in five colors: green, red, brown, purple and blue
 * Contains easy-to-edit graphics such as graphs, maps, tables, timelines and
   mockups
 * Includes 500+ icons and Flaticon’s extension for customizing your slides
 * Designed to be used in Google Slides and Microsoft PowerPoint
 * 16:9 widescreen format suitable for all types of screens
 * Includes information about fonts, colors, and credits of the resources used

LEARN

How to use Google Slides

How to edit PowerPoint templates

Presentation tips

See all tutorials

FAQS

What are Freemium templates with extra slides?

How can I unlock Freemium templates with extra slides?

What are the benefits of having a Premium account?

See all FAQs

Ads

DOWNLOAD THIS TEMPLATE

Google Slides PowerPoint


DOWNLOAD PREMIUM TEMPLATE

0 extra slides in this template and Premium graphic resources

Go Premium

--------------------------------------------------------------------------------


DOWNLOAD FREE TEMPLATE

Free download

Facebook Twitter Linkedin

LEARN

How to use Google Slides

How to edit PowerPoint templates

Presentation tips

See all tutorials

FAQS

What are Freemium templates with extra slides?

How can I unlock Freemium templates with extra slides?

What are the benefits of having a Premium account?

See all FAQs

TAGS

Background Business Creative Green Resume Agriculture Plants Leaves


RELATED PRESENTATIONS

/
Like
Download

Download Premium template

Go Premium

Download free template


Google Slides PowerPoint
Google Slides PowerPoint


/
Like
Download

Download Premium template

Go Premium

Download free template


Google Slides PowerPoint
Google Slides PowerPoint
/
Like
Download

Download Premium template

Go Premium

Download free template


Google Slides PowerPoint
Google Slides PowerPoint
/
Like
Download

Download Premium template

Go Premium

Download free template


Google Slides PowerPoint
Google Slides PowerPoint
/
Like
Download

Download Premium template

Go Premium

Download free template


Google Slides PowerPoint
Google Slides PowerPoint
/
Like
Download

Download Premium template

Go Premium

Download free template


Google Slides PowerPoint
Google Slides PowerPoint
/
Freemium

Like
Download

Download Premium template

Go Premium

Download free template



Download Premium template

Go Premium

Download free template


Google Slides PowerPoint
/
A4

Like
Download

Download Premium template

Go Premium

Download free template


Google Slides PowerPoint
Google Slides PowerPoint
/
Freemium

Like
Download

Download Premium template

Go Premium

Download free template



Download Premium template

Go Premium

Download free template


Google Slides PowerPoint
/
Like
Download

Download Premium template

Go Premium

Download free template


Google Slides PowerPoint
Google Slides PowerPoint
/
Like
Download

Download Premium template

Go Premium

Download free template


Google Slides PowerPoint
Google Slides PowerPoint
/
Like
Download

Download Premium template

Go Premium

Download free template


Google Slides PowerPoint
Google Slides PowerPoint
/
A4

Like
Download

Download Premium template

Go Premium

Download free template


Google Slides PowerPoint
Google Slides PowerPoint
/
Freemium

Like
Download

Download Premium template

Go Premium

Download free template



Download Premium template

Go Premium

Download free template


Google Slides PowerPoint

/
A4

Like
Download

Download Premium template

Go Premium

Download free template


Google Slides PowerPoint
Google Slides PowerPoint
Show more
/
Like
Download

Download Premium template

Go Premium

Download free template


Google Slides PowerPoint
Google Slides PowerPoint
/
Like
Download

Download Premium template

Go Premium

Download free template


Google Slides PowerPoint
Google Slides PowerPoint
/
Like
Download

Download Premium template

Go Premium

Download free template


Google Slides PowerPoint
Google Slides PowerPoint
/
Like
Download

Download Premium template

Go Premium

Download free template


Google Slides PowerPoint
Google Slides PowerPoint
/
Like
Download

Download Premium template

Go Premium

Download free template


Google Slides PowerPoint
Google Slides PowerPoint
/
Like
Download

Download Premium template

Go Premium

Download free template


Google Slides PowerPoint
Google Slides PowerPoint
/
Freemium

Like
Download

Download Premium template

Go Premium

Download free template



Download Premium template

Go Premium

Download free template


Google Slides PowerPoint
/
A4

Like
Download

Download Premium template

Go Premium

Download free template


Google Slides PowerPoint
Google Slides PowerPoint
/
Freemium

Like
Download

Download Premium template

Go Premium

Download free template



Download Premium template

Go Premium

Download free template


Google Slides PowerPoint
/
Like
Download

Download Premium template

Go Premium

Download free template


Google Slides PowerPoint
Google Slides PowerPoint
/
Like
Download

Download Premium template

Go Premium

Download free template


Google Slides PowerPoint
Google Slides PowerPoint
/
Like
Download

Download Premium template

Go Premium

Download free template


Google Slides PowerPoint
Google Slides PowerPoint
/
A4

Like
Download

Download Premium template

Go Premium

Download free template


Google Slides PowerPoint
Google Slides PowerPoint
/
Freemium

Like
Download

Download Premium template

Go Premium

Download free template



Download Premium template

Go Premium

Download free template


Google Slides PowerPoint

/
A4

Like
Download

Download Premium template

Go Premium

Download free template


Google Slides PowerPoint
Google Slides PowerPoint




support@slidesgo.com


SOCIAL MEDIA




CONTENT

 * Home
 * Recent
 * Popular
 * Education
 * Business
 * Marketing
 * Medical
 * Multi-purpose
 * Infographics


LEARN

 * Slidesgo School
 * Presentation Tips
 * Google Slides Tutorials
 * PowerPoint Tutorials


HELP

 * * FAQs
   * Manage Preferences
   * Terms & conditions
   * Terms & conditions Teams
   
 * * Privacy policy
   * Cookies policy
   * About us

Work with us

Copyright ©2022 Freepik Company S.L. All rights reserved.

English
Español English Português Français Deutsch 한국어
Freepik Company Projects
 * Freepik
 * Flaticon
 * Slidesgo
 * Wepik


ABOUT YOUR PRIVACY




 * YOUR PRIVACY


 * STRICTLY NECESSARY COOKIES


 * PERFORMANCE COOKIES


 * FUNCTIONAL COOKIES


 * TARGETING COOKIES


 * STORE AND/OR ACCESS INFORMATION ON A DEVICE


 * PERSONALISED ADS AND CONTENT, AD AND CONTENT MEASUREMENT, AUDIENCE INSIGHTS
   AND PRODUCT DEVELOPMENT


 * USE PRECISE GEOLOCATION DATA


 * ACTIVELY SCAN DEVICE CHARACTERISTICS FOR IDENTIFICATION


 * ENSURE SECURITY, PREVENT FRAUD, AND DEBUG


 * TECHNICALLY DELIVER ADS OR CONTENT


 * MATCH AND COMBINE OFFLINE DATA SOURCES


 * LINK DIFFERENT DEVICES


 * RECEIVE AND USE AUTOMATICALLY-SENT DEVICE CHARACTERISTICS FOR IDENTIFICATION

YOUR PRIVACY

We process your data to deliver content or advertisements and measure the
delivery of such content or advertisements to extract insights about our
website. We share this information with our partners on the basis of consent and
legitimate interest. You may exercise your right to consent or object to a
legitimate interest, based on a specific purpose below or at a partner level in
the link under each purpose. These choices will be signaled to our vendors
participating in the Transparency and Consent Framework.

List of IAB Vendors‎

STRICTLY NECESSARY COOKIES

Always Active

These cookies are necessary for the website to function and cannot be switched
off in our systems. They are usually only set in response to actions made by you
which amount to a request for services, such as setting your privacy
preferences, logging in or filling in forms. You can set your browser to block
or alert you about these cookies, but some parts of the site will not then work.
These cookies do not store any personally identifiable information.

PERFORMANCE COOKIES

Performance Cookies


These cookies allow us to count visits and traffic sources so we can measure and
improve the performance of our site. They help us to know which pages are the
most and least popular and see how visitors move around the site. All
information these cookies collect is aggregated and therefore anonymous. If you
do not allow these cookies we will not know when you have visited our site, and
will not be able to monitor its performance.

FUNCTIONAL COOKIES

Functional Cookies


These cookies enable the website to provide enhanced functionality and
personalisation. They may be set by us or by third party providers whose
services we have added to our pages. If you do not allow these cookies then some
or all of these services may not function properly.

TARGETING COOKIES

Targeting Cookies


These cookies may be set through our site by our advertising partners. They may
be used by those companies to build a profile of your interests and show you
relevant adverts on other sites. They do not store directly personal
information, but are based on uniquely identifying your browser and internet
device. If you do not allow these cookies, you will experience less targeted
advertising.

STORE AND/OR ACCESS INFORMATION ON A DEVICE

Store and/or access information on a device


Cookies, device identifiers, or other information can be stored or accessed on
your device for the purposes presented to you.

List of IAB Vendors‎ | View Full Legal Text Opens in a new Tab
Consent Legitimate Interest

PERSONALISED ADS AND CONTENT, AD AND CONTENT MEASUREMENT, AUDIENCE INSIGHTS AND
PRODUCT DEVELOPMENT

Personalised ads and content, ad and content measurement, audience insights and
product development


 * SELECT BASIC ADS
   
   Switch Label
   Switch Label
   
   Ads can be shown to you based on the content you’re viewing, the app you’re
   using, your approximate location, or your device type.

 * CREATE A PERSONALISED ADS PROFILE
   
   Switch Label
   Switch Label
   
   A profile can be built about you and your interests to show you personalised
   ads that are relevant to you.

 * SELECT PERSONALISED ADS
   
   Switch Label
   Switch Label
   
   Personalised ads can be shown to you based on a profile about you.

 * CREATE A PERSONALISED CONTENT PROFILE
   
   Switch Label
   Switch Label
   
   A profile can be built about you and your interests to show you personalised
   content that is relevant to you.

 * SELECT PERSONALISED CONTENT
   
   Switch Label
   Switch Label
   
   Personalised content can be shown to you based on a profile about you.

 * MEASURE AD PERFORMANCE
   
   Switch Label
   Switch Label
   
   The performance and effectiveness of ads that you see or interact with can be
   measured.

 * MEASURE CONTENT PERFORMANCE
   
   Switch Label
   Switch Label
   
   The performance and effectiveness of content that you see or interact with
   can be measured.

 * APPLY MARKET RESEARCH TO GENERATE AUDIENCE INSIGHTS
   
   Switch Label
   Switch Label
   
   Market research can be used to learn more about the audiences who visit
   sites/apps and view ads.

 * DEVELOP AND IMPROVE PRODUCTS
   
   Switch Label
   Switch Label
   
   Your data can be used to improve existing systems and software, and to
   develop new products

List of IAB Vendors‎ | View Full Legal Text Opens in a new Tab
Consent Legitimate Interest

USE PRECISE GEOLOCATION DATA

Use precise geolocation data


Your precise geolocation data can be used in support of one or more purposes.
This means your location can be accurate to within several meters.

List of IAB Vendors‎ | View Full Legal Text Opens in a new Tab
Consent Legitimate Interest

ACTIVELY SCAN DEVICE CHARACTERISTICS FOR IDENTIFICATION

Actively scan device characteristics for identification


Your device can be identified based on a scan of your device's unique
combination of characteristics.

List of IAB Vendors‎ | View Full Legal Text Opens in a new Tab

ENSURE SECURITY, PREVENT FRAUD, AND DEBUG

Always Active

Your data can be used to monitor for and prevent fraudulent activity, and ensure
systems and processes work properly and securely.

List of IAB Vendors‎ | View Full Legal Text Opens in a new Tab

TECHNICALLY DELIVER ADS OR CONTENT

Always Active

Your device can receive and send information that allows you to see and interact
with ads and content.

List of IAB Vendors‎ | View Full Legal Text Opens in a new Tab

MATCH AND COMBINE OFFLINE DATA SOURCES

Always Active

Data from offline data sources can be combined with your online activity in
support of one or more purposes

List of IAB Vendors‎ | View Full Legal Text Opens in a new Tab

LINK DIFFERENT DEVICES

Always Active

Different devices can be determined as belonging to you or your household in
support of one or more of purposes.

List of IAB Vendors‎ | View Full Legal Text Opens in a new Tab

RECEIVE AND USE AUTOMATICALLY-SENT DEVICE CHARACTERISTICS FOR IDENTIFICATION

Always Active

Your device might be distinguished from other devices based on information it
automatically sends, such as IP address or browser type.

List of IAB Vendors‎ | View Full Legal Text Opens in a new Tab
Back Button


BACK

Filter Button
Consent Leg.Interest
checkbox label label
checkbox label label
checkbox label label

Clear
checkbox label label
Apply Cancel
Confirm My Choices
Reject All Allow All



WE CARE ABOUT YOUR PRIVACY

We and our partners store and/or access information on a device, such as unique
IDs in cookies to process personal data. You may accept or manage your choices
by clicking below, including your right to object where legitimate interest is
used, or at any time in the privacy policy page. These choices will be signaled
to our partners and will not affect browsing data.More information in our Cookie
Policy


WE AND OUR PARTNERS PROCESS DATA TO PROVIDE:

Use precise geolocation data. Actively scan device characteristics for
identification. Store and/or access information on a device. Personalised ads
and content, ad and content measurement, audience insights and product
development. List of Partners (vendors)

I Accept Show Purposes