slidesgo.com
Open in
urlscan Pro
2606:4700:10::ac43:912
Public Scan
URL:
https://slidesgo.com/
Submission: On May 10 via manual from US — Scanned from DE
Submission: On May 10 via manual from US — Scanned from DE
Form analysis
15 forms found in the DOMhttps://slidesgo.com/search#rs=search
<form action="https://slidesgo.com/search#rs=search" x-data="searcher("en", "1", "")" x-ref="form" x-on:submit.prevent="submitSearch()" x-on:scroll-over-home-search.window="!isMinimal ? hideSearch() : ''"
@mousedown.away="hideSearch" class="relative w-full mb-0">
<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">
<div class="hidden">
<span class="flex items-center justify-center text-gray-200 text-sm font-medium sm:pl-3 sm:border-r sm:border-gray-300 sm:group-hover:text-gray-600 sm:group-focus-within:text-gray-600 lg:hidden xl:flex">
<svg class="fill-current w-5 h-5 fill-current shrink-0 sm:w-4 sm:h-4" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path
d="M9.321 10.355c.001.345.28.623.625.623 0 0 1.072 0 1.486-.011 1.532-.027 2.632-1.358 2.632-3.166 0-1.9-1.08-3.178-2.686-3.178H9.935a.627.627 0 0 0-.625.627l.011 5.105Zm2.061-4.483c1.06 0 1.436 1 1.436 1.929 0 .928-.434 1.9-1.405 1.916-.2 0-.538.006-.844.009l-.005-3.853h.818ZM4.121 5.168v5.262a.625.625 0 0 0 1.25 0V8.767h.84a2.11 2.11 0 1 0 0-4.22l-.006-.004H4.74a.644.644 0 0 0-.443.193.642.642 0 0 0-.176.432Zm2.084 2.345h-.832l-.006-1.72h.838a.86.86 0 1 1 0 1.72Z">
</path>
<path
d="M19 0H5a5.006 5.006 0 0 0-5 5v14a5.006 5.006 0 0 0 5 5h11.343a4.968 4.968 0 0 0 3.536-1.464l2.656-2.658A4.967 4.967 0 0 0 24 16.343V5a5.006 5.006 0 0 0-5-5ZM2 19V5a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v10h-4a3 3 0 0 0-3 3v4H5a3 3 0 0 1-3-3Zm16.465 2.122c-.402.401-.91.679-1.465.8V18a1 1 0 0 1 1-1h3.925a3.016 3.016 0 0 1-.8 1.464l-2.66 2.658Z">
</path>
<path d="M16.354 8.603v1.8a.625.625 0 1 1-1.25 0V5.59a.625.625 0 0 1 .625-.625h2.012a.625.625 0 0 1 0 1.25h-1.387v1.138h1.239a.625.625 0 0 1 0 1.25h-1.24Z"></path>
<defs>
<clipPath id="a">
<path d="M0 0h24v24H0z"></path>
</clipPath>
</defs>
</svg> <span class="hidden sm:flex mx-2">PDF</span>
</span>
</div>
<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 pr-16">
<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 > 0 && results.length">
<div class="absolute bg-white shadow-lg left-0 right-0 py-4 rounded-b-lg -ml-4 sm:ml-0 w-screen sm:w-auto sm:-mt-2">
<div>
<template x-for="(result, key) in results">
<div @mouseover="resetOptionNavigation" @click="selectOption(result)" @keyup.enter="selectOption(result)" :class="key === selectedOption ? 'bg-gray-150' : ''"
class="autocomplete-terms flex items-center text-left py-3 px-4 text-gray-600 hover:bg-gray-150 hover:cursor-pointer">
<span :class="result.fromHistory ? 'text-purple-400' : ''" x-html="result.highlightResult"></span>
</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 && !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-3 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("search-suggested", "Click-top-search", "aesthetic")" href="https://slidesgo.com/search?q=aesthetic#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 whitespace-nowrap">
aesthetic
</a>
<a onclick="trackAnalytic("search-suggested", "Click-top-search", "history")" 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 whitespace-nowrap">
history
</a>
<a onclick="trackAnalytic("search-suggested", "Click-top-search", "simple")" href="https://slidesgo.com/search?q=simple#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 whitespace-nowrap">
simple
</a>
<a onclick="trackAnalytic("search-suggested", "Click-top-search", "science")" 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 whitespace-nowrap">
science
</a>
<a onclick="trackAnalytic("search-suggested", "Click-top-search", "minimalist")" href="https://slidesgo.com/search?q=minimalist#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 whitespace-nowrap">
minimalist
</a>
<a onclick="trackAnalytic("search-suggested", "Click-top-search", "technology")" href="https://slidesgo.com/search?q=technology#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 whitespace-nowrap">
technology
</a>
<a onclick="trackAnalytic("search-suggested", "Click-top-search", "food")" href="https://slidesgo.com/search?q=food#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 whitespace-nowrap">
food
</a>
<a onclick="trackAnalytic("search-suggested", "Click-top-search", "music")" href="https://slidesgo.com/search?q=music#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 whitespace-nowrap">
music
</a>
<a onclick="trackAnalytic("search-suggested", "Click-top-search", "nature")" 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 whitespace-nowrap">
nature
</a>
</div>
<p class="mb-2 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 pt-2 mb-4 mt-2 sm:pb-0 2xl:grid-cols-3">
<a onclick="trackAnalytic("search-suggested", "Click-trending", "mothers day")" class="shrink-0 w-2/3 sm:w-auto flex items-center group cursor-pointer mr-3 sm:mr-0" href="https://slidesgo.com/search?q=mothers+day&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/34402400/happy-mothers-day-in-indonesia1682332712.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/34402400/happy-mothers-day-in-indonesia1682332712.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/34402400/happy-mothers-day-in-indonesia1682332712.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 capitalize">mothers day</h3>
<p class="text-gray-600 text-left text-xs">30 templates</p>
</div>
</a>
<a onclick="trackAnalytic("search-suggested", "Click-trending", "teacher appreciation")" class="shrink-0 w-2/3 sm:w-auto flex items-center group cursor-pointer mr-3 sm:mr-0" href="https://slidesgo.com/search?q=teacher+appreciation&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/19291013/teacher-appreciation-day-activities1648713635.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/19291013/teacher-appreciation-day-activities1648713635.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/19291013/teacher-appreciation-day-activities1648713635.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 capitalize">teacher appreciation</h3>
<p class="text-gray-600 text-left text-xs">8 templates</p>
</div>
</a>
<a onclick="trackAnalytic("search-suggested", "Click-trending", "lyrics")" class="shrink-0 w-2/3 sm:w-auto flex items-center group cursor-pointer mr-3 sm:mr-0" href="https://slidesgo.com/search?q=lyrics&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/20703725/music-subject-for-high-school-sharing-our-music-playlists1651821054.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/20703725/music-subject-for-high-school-sharing-our-music-playlists1651821054.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/20703725/music-subject-for-high-school-sharing-our-music-playlists1651821054.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 capitalize">lyrics</h3>
<p class="text-gray-600 text-left text-xs">42 templates</p>
</div>
</a>
<a onclick="trackAnalytic("search-suggested", "Click-trending", "spiderman")" class="shrink-0 w-2/3 sm:w-auto flex items-center group cursor-pointer mr-3 sm:mr-0" href="https://slidesgo.com/search?q=spiderman&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/16355643/arachnid-power1642601712.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/16355643/arachnid-power1642601712.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/16355643/arachnid-power1642601712.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 capitalize">spiderman</h3>
<p class="text-gray-600 text-left text-xs">5 templates</p>
</div>
</a>
<a onclick="trackAnalytic("search-suggested", "Click-trending", "muscular system")" class="shrink-0 w-2/3 sm:w-auto flex items-center group cursor-pointer mr-3 sm:mr-0" href="https://slidesgo.com/search?q=muscular+system&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/31976534/physiotherapy-major-for-college-muscular-system1677756409.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/31976534/physiotherapy-major-for-college-muscular-system1677756409.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/31976534/physiotherapy-major-for-college-muscular-system1677756409.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 capitalize">muscular system</h3>
<p class="text-gray-600 text-left text-xs">19 templates</p>
</div>
</a>
<a onclick="trackAnalytic("search-suggested", "Click-trending", "summer vacation")" class="shrink-0 w-2/3 sm:w-auto flex items-center group cursor-pointer mr-3 sm:mr-0" href="https://slidesgo.com/search?q=summer+vacation&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/21595023/summer-vibes-stickers-mk-campaign1653480892.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/21595023/summer-vibes-stickers-mk-campaign1653480892.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/21595023/summer-vibes-stickers-mk-campaign1653480892.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 capitalize">summer vacation</h3>
<p class="text-gray-600 text-left text-xs">16 templates</p>
</div>
</a>
</div>
<div wire:id="eIibede1SGnSkP2RdlGj"
wire:initial-data="{"fingerprint":{"id":"eIibede1SGnSkP2RdlGj","name":"suggester","locale":"en","path":"\/","method":"GET","v":"acj"},"effects":{"listeners":[]},"serverMemo":{"children":[],"errors":[],"htmlHash":"d628c13c","data":{"requestCount":1,"modalStatus":false,"step":0,"lastStepFilled":0,"allColors":[],"allStyles":[],"availableColors":null,"availableStyles":null,"totalColorResults":0,"totalStyleResults":0,"styles":null,"suggesterFormOptions":{"activeUsage":null,"activeOption":null,"activeColor":null,"activeStyle":null},"isLink":false,"topicCovers":null},"dataMeta":{"modelCollections":{"allColors":{"class":"Domain\\Tags\\Tag","id":[30,31,32,34,35,38,39,40,41,42,46,298,561,562],"relations":[],"connection":"mysql","collectionClass":"Domain\\Tags\\TagCollection"},"allStyles":{"class":"Domain\\Tags\\Tag","id":[100,454,26,68,47,1],"relations":[],"connection":"mysql","collectionClass":"Domain\\Tags\\TagCollection"}},"wireables":["suggesterFormOptions"]},"checksum":"012a6530fe5a8023866d5902a0ab483b55f3da56e551a2e357044b401cbb8c66"}}">
<div class="mt-10 pt-4 border-t border-gray-200 flex items-center">
<span class="mr-4 text-left font-bold text-gray-800">Out of ideas? Check out our new utility!</span>
<button wire:click="openModal()" type="button" class="flex items-center whitespace-nowrap h-8 px-3 rounded font-medium text-gray-800 border-2 border-gray-800 sm:px-4 hover:bg-gray-800 hover:text-white"
onclick="gtm.suggester('dropdown'); trackAnalytic('search-inspiration', 'click', 'start')"> Find inspiration <svg class="fill-current w-4 h-4 fill-current ml-2" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#a)">
<path
d="M12.056 2.857a4.488 4.488 0 0 0-1.206-1.57C9.866.458 8.507 0 7.027 0 5.548 0 4.19.457 3.205 1.288a4.487 4.487 0 0 0-1.206 1.57 4.846 4.846 0 0 0-.44 2.064c0 1.777 1.036 3.073 1.87 4.112.528.66 1.028 1.283 1.028 1.767v1.263a1.936 1.936 0 0 0 1.173 1.788c.235.1.487.15.741.148h1.34a1.883 1.883 0 0 0 1.364-.574c.355-.364.553-.854.55-1.362v-1.263c0-.484.495-1.108 1.02-1.77.823-1.038 1.851-2.332 1.851-4.11 0-.74-.148-1.437-.44-2.064ZM7.71 12.633H6.37a.553.553 0 0 1-.547-.569v-.716h2.434v.716c0 .317-.24.569-.547.569ZM9.573 8.18c-.476.6-.932 1.176-1.162 1.8h-.7V6.015a.684.684 0 0 1 .684-.684.684.684 0 1 0 0-1.367c-.505 0-.992.187-1.368.525a2.045 2.045 0 0 0-1.367-.525.684.684 0 1 0 0 1.367.684.684 0 0 1 .684.684V9.98h-.676c-.23-.623-.691-1.2-1.173-1.801-.77-.963-1.57-1.958-1.57-3.257 0-1.056.4-1.95 1.16-2.587.76-.637 1.786-.968 2.942-.968 1.157 0 2.202.345 2.943.968.74.624 1.159 1.531 1.159 2.587 0 1.299-.79 2.297-1.556 3.26Z">
</path>
</g>
<defs>
<clipPath id="a">
<path d="M0 0h14v14H0z"></path>
</clipPath>
</defs>
</svg> </button>
</div>
<div class="max-w-sm sm:max-w-xl lg:max-w-2xl" x-data="{ modalOpen: window.Livewire.find('eIibede1SGnSkP2RdlGj').entangle('modalStatus'), closeable : 1 }" x-ref="self" x-on:keyup.escape.window="!closeable ? modalOpen = false : ''">
<div x-cloak="" x-show="modalOpen" x-transition:enter="transition ease-out duration-300 transform" x-transition:enter-start="opacity-0" x-transition:enter-end="opacity-100" x-transition:leave="transition ease-in duration-200 transform"
x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0" class="origin-center fixed inset-0 z-30 flex items-center justify-center px-4 overflow-auto">
<div class="bg-opacity-50 bg-gray-900 fixed inset-0 z-10" x-on:click="modalOpen = false" data-testid="out-premium-modal">
</div>
<div class="bg-white relative z-15 flex flex-col items-center justify-center p-6 sm:p-8 rounded max-w-sm sm:max-w-xl lg:max-w-2xl" id="modal-suggester" role="dialog" aria-modal="true" aria-labelledby="modal-headline">
<button x-on:click="modalOpen = false; return false;" class="group absolute top-0 right-0 cursor-pointer hover:bg-gray-200 focus:outline-none rounded w-10 h-10 mt-2 mr-2 flex items-center justify-center">
<svg class="fill-current w-3.5 h-3.5 text-gray-600 group-hover:text-gray-800 transition-all duration-300" 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 class="relative landscape:hidden lg:landscape:flex h-auto w-auto flex justify-center items-center">
</div>
<div class="mb-2 text-gray-600 text-center leading-relaxed text-base w-full">
<div class="sm:-mb-8">
<div class="hidden xl:flex xl:max-w-lg xl:justify-center mx-auto">
<div class="flex h-36 w-full items-center justify-center relative my-4">
<img src="/images/illustrations/brush-purple.svg" class="absolute top-0 pointer-events-none h-48" alt="Brush" loading="lazy">
<img src="/images/recommendator/illustration.png" class="absolute top-0 pointer-events-none w-1/2" alt="Templates composition" loading="lazy">
<div class="absolute h-9 w-9 rounded-full bg-gradient-to-b from-red-400 to-red-500 left-16 shadow-lg flex justify-center items-center z-[4] top-4">
<svg class="fill-current text-white w-4 h-4" xmlns="http://www.w3.org/2000/svg" viewBox="-49 141 512 512">
<path
d="M463 325.7c0-75.5-60-149.8-148.4-149.8A152.6 152.6 0 00207 218.7a155.3 155.3 0 00-3.2-3 152.6 152.6 0 00-104.4-39.8C11 176-49 250.2-49 325.7c0 40.6 15.5 78.7 44.1 107.4l166 166a64.6 64.6 0 0092 0l165.8-166A150.5 150.5 0 00463 325.7zm-79.5 72l-165.9 166a14.9 14.9 0 01-21.3 0l-165.8-166a100.6 100.6 0 0171.2-172c24.5 0 48.8 9 68.2 26.7 15.8 14.3 17.9 30.4 37.1 30.4s21.3-16 37-30.4a100.8 100.8 0 01139.4 145.3z">
</path>
</svg>
</div>
<div class="absolute h-9 w-9 rounded-full bg-gradient-to-b from-green-400 to-green-500 right-32 shadow-lg flex justify-center items-center z-[4] -bottom-2">
<svg class="fill-current text-white w-4 h-4" xmlns="http://www.w3.org/2000/svg" viewBox="-49 141 512 512">
<path d="M438 403c-14 0-25 11-25 25v134c0 19-16 35-35 35H36c-19 0-35-16-35-35V428a25 25 0 00-50 0v134c0 47 38 85 85 85h342c47 0 85-38 85-85V428c0-14-11-25-25-25z"></path>
<path d="M189 531a25 25 0 0036 0l85-85a25 25 0 00-36-36l-42 43V172a25 25 0 00-50 0v281l-42-43a25 25 0 00-36 36l85 85z"></path>
</svg>
</div>
<div class="absolute h-9 w-9 rounded-full bg-gradient-to-b from-blue-400 to-blue-500 right-16 shadow-lg flex justify-center items-center z-[4] bottom-28">
<svg class="fill-current text-white w-4 h-4" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M9.5.7L9.2.4c-.5-.5-1.4-.6-2 0l-.9 1L.2 7.4 0 8v1.5c0 .3.2.6.5.6h1.6l.3-.2 6.2-6.2 1-.9c.5-.6.5-1.5 0-2zM1.8 9h-.7V8l5.6-5.6.8.7L1.8 9zm7-7l-.5.6-.8-.8.5-.5c.1-.1.3-.2.5 0l.3.3c.1.1.1.3 0 .4z"></path>
</svg>
</div>
<div class="absolute h-9 w-9 rounded-full bg-gradient-to-b from-yellow-400 to-yellow-500 left-32 shadow-lg flex justify-center items-center z-[4] bottom-2">
<svg class="fill-current text-white w-4 h-4" xmlns="http://www.w3.org/2000/svg" viewBox="-49 141 512 512">
<path
d="M358 463a94.7 94.7 0 00-69 29.8l-140.4-74.7a95 95 0 000-42.2L289 301.1A95.1 95.1 0 10358 141a95.1 95.1 0 00-92.5 116L125 331.9A95.1 95.1 0 1056 492a94.7 94.7 0 0069-29.8l140.3 74.7A95 95 0 10358 463zm0-272a45 45 0 11-.1 90.1 45 45 0 01.1-90.1zM56 442a45 45 0 11.1-90.1A45 45 0 0156 442zm302 161a45 45 0 11.1-90.1 45 45 0 01-.1 90.1z">
</path>
</svg>
</div>
</div>
</div>
<div class="flex flex-wrap justify-center">
<h4 class="text-xl font-bold text-gray-900 my-4 w-full xl:mt-10 landscape:mb-2 lg:landscape:mb-4"> What are you going to <strong class="text-purple-400">use</strong> your presentation for? </h4>
<div class="grid grid-cols-2 gap-4 landscape:grid-cols-4 lg:landscape:grid-cols-2 mt-4">
<label wire:loading.class="pointer-events-none" wire:click="selectUsage('for-work')">
<span
class="w-24 landscape:w-24 lg:landscape:w-32 sm:w-32 h-20 landscape:h-20 lg:landscape:h-28 sm:h-28 border border-gray-200 cursor-pointer rounded-lg flex flex-col justify-center items-center relative group hover:border-purple-400"
onclick="trackAnalytic('search-inspiration', 'click', 'for-work')">
<span class="w-4 h-4 rounded-full absolute top-2 left-2 flex items-center justify-center group-hover:bg-purple-400 bg-gray-200">
<svg alt="check icon" class="fill-current w-3 h-3 text-gray-200 group-hover:text-white text-gray-200" viewBox="0 0 29 21" xmlns="http://www.w3.org/2000/svg">
<path d="M27.4 1l-17 17-8.9-9L0 10.5 10.4 21 28.9 2.4 27.4 1z"></path>
</svg> </span>
<div class="h-10 sm:h-14 flex items-center">
<svg class="fill-current fill-current shrink-0 w-6 landscape:w-6 sm:w-8 lg:landscape-w-8 mx-auto group-hover:text-purple-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35 35">
<path
d="M30.625 5.833H26.25V2.917A2.917 2.917 0 0 0 23.333 0H11.667A2.917 2.917 0 0 0 8.75 2.917v2.916H4.375A4.375 4.375 0 0 0 0 10.208V35h35V10.208a4.375 4.375 0 0 0-4.375-4.375ZM11.667 2.917h11.666v2.916H11.667V2.917ZM4.375 8.75h26.25a1.458 1.458 0 0 1 1.458 1.458V17.5H2.917v-7.292A1.458 1.458 0 0 1 4.375 8.75ZM2.917 32.083V20.417h13.125v2.916h2.916v-2.916h13.125v11.666H2.917Z">
</path>
</svg>
</div>
<div class="flex justify-center items-center min-w-0 w-24 sm:w-32 landscape:w-24 lg:landscape:w-32 h-auto overflow-hidden">
<p
class="text-xs landscape:text-xs sm:text-sm lg:landscape:text-sm font-bold group-hover:text-purple-400 text-ellipsis overflow-hidden leading-none sm:leading-none landscape:leading-none lg:landscape:leading-none px-1 sm:px-2">
Work </p>
</div>
</span>
</label>
<label wire:loading.class="pointer-events-none" wire:click="selectUsage('for-school')">
<span
class="w-24 landscape:w-24 lg:landscape:w-32 sm:w-32 h-20 landscape:h-20 lg:landscape:h-28 sm:h-28 border border-gray-200 cursor-pointer rounded-lg flex flex-col justify-center items-center relative group hover:border-purple-400"
onclick="trackAnalytic('search-inspiration', 'click', 'for-school')">
<span class="w-4 h-4 rounded-full absolute top-2 left-2 flex items-center justify-center group-hover:bg-purple-400 bg-gray-200">
<svg alt="check icon" class="fill-current w-3 h-3 text-gray-200 group-hover:text-white text-gray-200" viewBox="0 0 29 21" xmlns="http://www.w3.org/2000/svg">
<path d="M27.4 1l-17 17-8.9-9L0 10.5 10.4 21 28.9 2.4 27.4 1z"></path>
</svg> </span>
<div class="h-10 sm:h-14 flex items-center">
<svg class="fill-current fill-current shrink-0 w-6 landscape:w-6 sm:w-8 lg:landscape-w-8 mx-auto group-hover:text-purple-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35 35">
<path
d="M32.166 7.627 21.413 2.504a7.621 7.621 0 0 0-7.705-.066L2.833 7.627a5.383 5.383 0 0 0 0 9.48l3 1.428v7.146a7.302 7.302 0 0 0 5.132 6.968c2.123.614 4.325.915 6.535.892 2.21.025 4.411-.273 6.535-.885a7.302 7.302 0 0 0 5.132-6.968v-7.156l2.916-1.394v12.028a1.458 1.458 0 0 0 2.917 0v-17.5c.01-1.712-1.343-3.294-2.834-4.04ZM26.25 25.688a4.375 4.375 0 0 1-3.063 4.175 19.823 19.823 0 0 1-5.687.762 19.823 19.823 0 0 1-5.688-.762 4.375 4.375 0 0 1-3.062-4.175v-5.763l4.837 2.304a7.688 7.688 0 0 0 3.945 1.078c1.321.01 2.62-.34 3.758-1.012l4.96-2.37v5.763Zm4.666-11.214-10.998 5.25a4.804 4.804 0 0 1-4.944-.066L4.213 14.54a2.467 2.467 0 0 1-.054-4.313l10.93-5.221a4.812 4.812 0 0 1 4.944.065l10.754 5.123a2.52 2.52 0 0 1 1.296 2.174 2.479 2.479 0 0 1-1.166 2.107Z">
</path>
</svg>
</div>
<div class="flex justify-center items-center min-w-0 w-24 sm:w-32 landscape:w-24 lg:landscape:w-32 h-auto overflow-hidden">
<p
class="text-xs landscape:text-xs sm:text-sm lg:landscape:text-sm font-bold group-hover:text-purple-400 text-ellipsis overflow-hidden leading-none sm:leading-none landscape:leading-none lg:landscape:leading-none px-1 sm:px-2">
Education </p>
</div>
</span>
</label>
<label wire:loading.class="pointer-events-none" wire:click="selectUsage('present-data')">
<span
class="w-24 landscape:w-24 lg:landscape:w-32 sm:w-32 h-20 landscape:h-20 lg:landscape:h-28 sm:h-28 border border-gray-200 cursor-pointer rounded-lg flex flex-col justify-center items-center relative group hover:border-purple-400"
onclick="trackAnalytic('search-inspiration', 'click', 'present-data')">
<span class="w-4 h-4 rounded-full absolute top-2 left-2 flex items-center justify-center group-hover:bg-purple-400 bg-gray-200">
<svg alt="check icon" class="fill-current w-3 h-3 text-gray-200 group-hover:text-white text-gray-200" viewBox="0 0 29 21" xmlns="http://www.w3.org/2000/svg">
<path d="M27.4 1l-17 17-8.9-9L0 10.5 10.4 21 28.9 2.4 27.4 1z"></path>
</svg> </span>
<div class="h-10 sm:h-14 flex items-center">
<svg class="fill-current fill-current shrink-0 w-6 landscape:w-6 sm:w-8 lg:landscape-w-8 mx-auto group-hover:text-purple-400" viewBox="0 0 35 35" xmlns="http://www.w3.org/2000/svg">
<path d="M33.542 32.083H7.292a4.375 4.375 0 0 1-4.375-4.375V1.458a1.458 1.458 0 0 0-2.917 0v26.25A7.3 7.3 0 0 0 7.292 35h26.25a1.458 1.458 0 1 0 0-2.917Z"></path>
<path
d="M8.75 29.166a1.458 1.458 0 0 0 1.459-1.458V17.5a1.458 1.458 0 1 0-2.917 0v10.208a1.458 1.458 0 0 0 1.458 1.459ZM14.583 14.583v13.125a1.458 1.458 0 0 0 2.917 0V14.583a1.458 1.458 0 1 0-2.917 0ZM21.875 18.958v8.75a1.458 1.458 0 1 0 2.917 0v-8.75a1.459 1.459 0 0 0-2.917 0ZM29.167 13.125v14.583a1.458 1.458 0 1 0 2.917 0V13.125a1.459 1.459 0 0 0-2.917 0ZM8.75 13.125c.387 0 .757-.154 1.03-.427l5.23-5.23a1.495 1.495 0 0 1 2.063 0l3.167 3.168a4.375 4.375 0 0 0 6.186 0l8.146-8.147A1.459 1.459 0 0 0 32.51.427l-8.146 8.145a1.458 1.458 0 0 1-2.062 0l-3.167-3.166a4.375 4.375 0 0 0-6.187 0l-5.23 5.23a1.459 1.459 0 0 0 1.032 2.489Z">
</path>
<defs>
<clipPath id="a">
<path d="M0 0h35v35H0z"></path>
</clipPath>
</defs>
</svg>
</div>
<div class="flex justify-center items-center min-w-0 w-24 sm:w-32 landscape:w-24 lg:landscape:w-32 h-auto overflow-hidden">
<p
class="text-xs landscape:text-xs sm:text-sm lg:landscape:text-sm font-bold group-hover:text-purple-400 text-ellipsis overflow-hidden leading-none sm:leading-none landscape:leading-none lg:landscape:leading-none px-1 sm:px-2">
Presenting data </p>
</div>
</span>
</label>
<label wire:loading.class="pointer-events-none" wire:click="selectUsage('not-sure')">
<span
class="w-24 landscape:w-24 lg:landscape:w-32 sm:w-32 h-20 landscape:h-20 lg:landscape:h-28 sm:h-28 border border-gray-200 cursor-pointer rounded-lg flex flex-col justify-center items-center relative group hover:border-purple-400"
onclick="trackAnalytic('search-inspiration', 'click', 'not-sure')">
<span class="w-4 h-4 rounded-full absolute top-2 left-2 flex items-center justify-center group-hover:bg-purple-400 bg-gray-200">
<svg alt="check icon" class="fill-current w-3 h-3 text-gray-200 group-hover:text-white text-gray-200" viewBox="0 0 29 21" xmlns="http://www.w3.org/2000/svg">
<path d="M27.4 1l-17 17-8.9-9L0 10.5 10.4 21 28.9 2.4 27.4 1z"></path>
</svg> </span>
<div class="h-10 sm:h-14 flex items-center">
<svg class="fill-current fill-current shrink-0 w-6 landscape:w-6 sm:w-8 lg:landscape-w-8 mx-auto group-hover:text-purple-400" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#a)">
<path
d="M12.056 2.857a4.488 4.488 0 0 0-1.206-1.57C9.866.458 8.507 0 7.027 0 5.548 0 4.19.457 3.205 1.288a4.487 4.487 0 0 0-1.206 1.57 4.846 4.846 0 0 0-.44 2.064c0 1.777 1.036 3.073 1.87 4.112.528.66 1.028 1.283 1.028 1.767v1.263a1.936 1.936 0 0 0 1.173 1.788c.235.1.487.15.741.148h1.34a1.883 1.883 0 0 0 1.364-.574c.355-.364.553-.854.55-1.362v-1.263c0-.484.495-1.108 1.02-1.77.823-1.038 1.851-2.332 1.851-4.11 0-.74-.148-1.437-.44-2.064ZM7.71 12.633H6.37a.553.553 0 0 1-.547-.569v-.716h2.434v.716c0 .317-.24.569-.547.569ZM9.573 8.18c-.476.6-.932 1.176-1.162 1.8h-.7V6.015a.684.684 0 0 1 .684-.684.684.684 0 1 0 0-1.367c-.505 0-.992.187-1.368.525a2.045 2.045 0 0 0-1.367-.525.684.684 0 1 0 0 1.367.684.684 0 0 1 .684.684V9.98h-.676c-.23-.623-.691-1.2-1.173-1.801-.77-.963-1.57-1.958-1.57-3.257 0-1.056.4-1.95 1.16-2.587.76-.637 1.786-.968 2.942-.968 1.157 0 2.202.345 2.943.968.74.624 1.159 1.531 1.159 2.587 0 1.299-.79 2.297-1.556 3.26Z">
</path>
</g>
<defs>
<clipPath id="a">
<path d="M0 0h14v14H0z"></path>
</clipPath>
</defs>
</svg>
</div>
<div class="flex justify-center items-center min-w-0 w-24 sm:w-32 landscape:w-24 lg:landscape:w-32 h-auto overflow-hidden">
<p
class="text-xs landscape:text-xs sm:text-sm lg:landscape:text-sm font-bold group-hover:text-purple-400 text-ellipsis overflow-hidden leading-none sm:leading-none landscape:leading-none lg:landscape:leading-none px-1 sm:px-2">
I'm not sure </p>
</div>
</span>
</label>
</div>
</div>
<div class="landscape:hidden lg:landscape:flex flex mt-6 justify-around">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
document.addEventListener('suggesterFinished', event => {
gtm.suggester('dropdown', true);
});
if (window.livewire) {
window.livewire.restart()
}
</script>
<!-- Livewire Component wire-end:eIibede1SGnSkP2RdlGj -->
</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 m-0 ml-2">
<input type="hidden" name="_token" value=""> <input type="hidden" value="sign-in-button" name="login-from">
<input type="hidden" value="en" name="language">
<input type="hidden" value="en.home" name="login-route">
<button type="submit" onclick="gtm.login('Log in', 'https://slidesgo.com/auth/login', 'navbar')"
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>
https://slidesgo.com/search#rs=search
<form action="https://slidesgo.com/search#rs=search" x-data="searcher("en", "", "")" x-ref="form" x-on:submit.prevent="submitSearch()" x-on:scroll-over-home-search.window="!isMinimal ? hideSearch() : ''"
@mousedown.away="hideSearch" class="relative w-full mb-0 md:w-8/12 mt-6 md:mt-8 mx-auto z-15">
<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-lg">
<div class="hidden">
<span class="flex items-center justify-center text-gray-200 text-sm font-medium sm:pl-3 sm:border-r sm:border-gray-300 sm:group-hover:text-gray-600 sm:group-focus-within:text-gray-600 lg:hidden xl:flex">
<svg class="fill-current w-5 h-5 fill-current shrink-0 sm:w-4 sm:h-4" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path
d="M9.321 10.355c.001.345.28.623.625.623 0 0 1.072 0 1.486-.011 1.532-.027 2.632-1.358 2.632-3.166 0-1.9-1.08-3.178-2.686-3.178H9.935a.627.627 0 0 0-.625.627l.011 5.105Zm2.061-4.483c1.06 0 1.436 1 1.436 1.929 0 .928-.434 1.9-1.405 1.916-.2 0-.538.006-.844.009l-.005-3.853h.818ZM4.121 5.168v5.262a.625.625 0 0 0 1.25 0V8.767h.84a2.11 2.11 0 1 0 0-4.22l-.006-.004H4.74a.644.644 0 0 0-.443.193.642.642 0 0 0-.176.432Zm2.084 2.345h-.832l-.006-1.72h.838a.86.86 0 1 1 0 1.72Z">
</path>
<path
d="M19 0H5a5.006 5.006 0 0 0-5 5v14a5.006 5.006 0 0 0 5 5h11.343a4.968 4.968 0 0 0 3.536-1.464l2.656-2.658A4.967 4.967 0 0 0 24 16.343V5a5.006 5.006 0 0 0-5-5ZM2 19V5a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v10h-4a3 3 0 0 0-3 3v4H5a3 3 0 0 1-3-3Zm16.465 2.122c-.402.401-.91.679-1.465.8V18a1 1 0 0 1 1-1h3.925a3.016 3.016 0 0 1-.8 1.464l-2.66 2.658Z">
</path>
<path d="M16.354 8.603v1.8a.625.625 0 1 1-1.25 0V5.59a.625.625 0 0 1 .625-.625h2.012a.625.625 0 0 1 0 1.25h-1.387v1.138h1.239a.625.625 0 0 1 0 1.25h-1.24Z"></path>
<defs>
<clipPath id="a">
<path d="M0 0h24v24H0z"></path>
</clipPath>
</defs>
</svg> <span class="hidden sm:flex mx-2">PDF</span>
</span>
</div>
<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 sm:pl-6 pr-12 h-12 sm:h-14 bg-white placeholder-gray-700 rounded-lg">
<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-5 w-5 text-gray-600" 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 > 0 && results.length">
<div class="absolute bg-white shadow-lg left-0 right-0 py-4 rounded-b-lg -mt-2">
<div>
<template x-for="(result, key) in results">
<div @mouseover="resetOptionNavigation" @click="selectOption(result)" @keyup.enter="selectOption(result)" :class="key === selectedOption ? 'bg-gray-150' : ''"
class="autocomplete-terms flex items-center text-left py-3 px-4 text-gray-600 hover:bg-gray-150 hover:cursor-pointer">
<span :class="result.fromHistory ? 'text-purple-400' : ''" x-html="result.highlightResult"></span>
</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 && !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 absolute mt-2 rounded-lg">
<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("search-suggested", "Click-top-search", "aesthetic")" href="https://slidesgo.com/search?q=aesthetic#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 whitespace-nowrap">
aesthetic
</a>
<a onclick="trackAnalytic("search-suggested", "Click-top-search", "history")" 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 whitespace-nowrap">
history
</a>
<a onclick="trackAnalytic("search-suggested", "Click-top-search", "simple")" href="https://slidesgo.com/search?q=simple#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 whitespace-nowrap">
simple
</a>
<a onclick="trackAnalytic("search-suggested", "Click-top-search", "science")" 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 whitespace-nowrap">
science
</a>
<a onclick="trackAnalytic("search-suggested", "Click-top-search", "minimalist")" href="https://slidesgo.com/search?q=minimalist#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 whitespace-nowrap">
minimalist
</a>
<a onclick="trackAnalytic("search-suggested", "Click-top-search", "technology")" href="https://slidesgo.com/search?q=technology#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 whitespace-nowrap">
technology
</a>
<a onclick="trackAnalytic("search-suggested", "Click-top-search", "food")" href="https://slidesgo.com/search?q=food#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 whitespace-nowrap">
food
</a>
</div>
<p class="mb-2 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 pt-2 mb-4 mt-2 sm:pb-0">
<a onclick="trackAnalytic("search-suggested", "Click-trending", "mothers day")" class="shrink-0 w-2/3 sm:w-auto flex items-center group cursor-pointer mr-3 sm:mr-0" href="https://slidesgo.com/search?q=mothers+day&order=recent#rs=collections-trending-searches">
<div class="w-1/2 pr-2 mr-1 shrink-0 sm:w-1/3">
<div class="aspect-w-16 aspect-h-9">
<img class="rounded absolute left-0 top-0 z-20" src="https://media.slidesgo.com/storage/34402400/happy-mothers-day-in-indonesia1682332712.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/34402400/happy-mothers-day-in-indonesia1682332712.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/34402400/happy-mothers-day-in-indonesia1682332712.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 capitalize">mothers day</h3>
<p class="text-gray-600 text-left text-xs">30 templates</p>
</div>
</a>
<a onclick="trackAnalytic("search-suggested", "Click-trending", "teacher appreciation")" class="shrink-0 w-2/3 sm:w-auto flex items-center group cursor-pointer mr-3 sm:mr-0" href="https://slidesgo.com/search?q=teacher+appreciation&order=recent#rs=collections-trending-searches">
<div class="w-1/2 pr-2 mr-1 shrink-0 sm:w-1/3">
<div class="aspect-w-16 aspect-h-9">
<img class="rounded absolute left-0 top-0 z-20" src="https://media.slidesgo.com/storage/19291013/teacher-appreciation-day-activities1648713635.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/19291013/teacher-appreciation-day-activities1648713635.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/19291013/teacher-appreciation-day-activities1648713635.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 capitalize">teacher appreciation</h3>
<p class="text-gray-600 text-left text-xs">8 templates</p>
</div>
</a>
<a onclick="trackAnalytic("search-suggested", "Click-trending", "lyrics")" class="shrink-0 w-2/3 sm:w-auto flex items-center group cursor-pointer mr-3 sm:mr-0" href="https://slidesgo.com/search?q=lyrics&order=recent#rs=collections-trending-searches">
<div class="w-1/2 pr-2 mr-1 shrink-0 sm:w-1/3">
<div class="aspect-w-16 aspect-h-9">
<img class="rounded absolute left-0 top-0 z-20" src="https://media.slidesgo.com/storage/20703725/music-subject-for-high-school-sharing-our-music-playlists1651821054.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/20703725/music-subject-for-high-school-sharing-our-music-playlists1651821054.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/20703725/music-subject-for-high-school-sharing-our-music-playlists1651821054.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 capitalize">lyrics</h3>
<p class="text-gray-600 text-left text-xs">42 templates</p>
</div>
</a>
<a onclick="trackAnalytic("search-suggested", "Click-trending", "spiderman")" class="shrink-0 w-2/3 sm:w-auto flex items-center group cursor-pointer mr-3 sm:mr-0" href="https://slidesgo.com/search?q=spiderman&order=recent#rs=collections-trending-searches">
<div class="w-1/2 pr-2 mr-1 shrink-0 sm:w-1/3">
<div class="aspect-w-16 aspect-h-9">
<img class="rounded absolute left-0 top-0 z-20" src="https://media.slidesgo.com/storage/16355643/arachnid-power1642601712.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/16355643/arachnid-power1642601712.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/16355643/arachnid-power1642601712.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 capitalize">spiderman</h3>
<p class="text-gray-600 text-left text-xs">5 templates</p>
</div>
</a>
</div>
<div wire:id="f2WGQfSNFCQtXXU6R2wf"
wire:initial-data="{"fingerprint":{"id":"f2WGQfSNFCQtXXU6R2wf","name":"suggester","locale":"en","path":"\/","method":"GET","v":"acj"},"effects":{"listeners":[]},"serverMemo":{"children":[],"errors":[],"htmlHash":"e579d6ab","data":{"requestCount":1,"modalStatus":false,"step":0,"lastStepFilled":0,"allColors":[],"allStyles":[],"availableColors":null,"availableStyles":null,"totalColorResults":0,"totalStyleResults":0,"styles":null,"suggesterFormOptions":{"activeUsage":null,"activeOption":null,"activeColor":null,"activeStyle":null},"isLink":false,"topicCovers":null},"dataMeta":{"modelCollections":{"allColors":{"class":"Domain\\Tags\\Tag","id":[30,31,32,34,35,38,39,40,41,42,46,298,561,562],"relations":[],"connection":"mysql","collectionClass":"Domain\\Tags\\TagCollection"},"allStyles":{"class":"Domain\\Tags\\Tag","id":[100,454,26,68,47,1],"relations":[],"connection":"mysql","collectionClass":"Domain\\Tags\\TagCollection"}},"wireables":["suggesterFormOptions"]},"checksum":"e21a6454c03806ad94deb85672475463cebbaab831e5ed9ead941da5fbccb280"}}">
<div class="mt-10 pt-4 border-t border-gray-200 flex items-center">
<span class="mr-4 text-left font-bold text-gray-800">Out of ideas? Check out our new utility!</span>
<button wire:click="openModal()" type="button" class="flex items-center whitespace-nowrap h-8 px-3 rounded font-medium text-gray-800 border-2 border-gray-800 sm:px-4 hover:bg-gray-800 hover:text-white"
onclick="gtm.suggester('dropdown'); trackAnalytic('search-inspiration', 'click', 'start')"> Find inspiration <svg class="fill-current w-4 h-4 fill-current ml-2" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#a)">
<path
d="M12.056 2.857a4.488 4.488 0 0 0-1.206-1.57C9.866.458 8.507 0 7.027 0 5.548 0 4.19.457 3.205 1.288a4.487 4.487 0 0 0-1.206 1.57 4.846 4.846 0 0 0-.44 2.064c0 1.777 1.036 3.073 1.87 4.112.528.66 1.028 1.283 1.028 1.767v1.263a1.936 1.936 0 0 0 1.173 1.788c.235.1.487.15.741.148h1.34a1.883 1.883 0 0 0 1.364-.574c.355-.364.553-.854.55-1.362v-1.263c0-.484.495-1.108 1.02-1.77.823-1.038 1.851-2.332 1.851-4.11 0-.74-.148-1.437-.44-2.064ZM7.71 12.633H6.37a.553.553 0 0 1-.547-.569v-.716h2.434v.716c0 .317-.24.569-.547.569ZM9.573 8.18c-.476.6-.932 1.176-1.162 1.8h-.7V6.015a.684.684 0 0 1 .684-.684.684.684 0 1 0 0-1.367c-.505 0-.992.187-1.368.525a2.045 2.045 0 0 0-1.367-.525.684.684 0 1 0 0 1.367.684.684 0 0 1 .684.684V9.98h-.676c-.23-.623-.691-1.2-1.173-1.801-.77-.963-1.57-1.958-1.57-3.257 0-1.056.4-1.95 1.16-2.587.76-.637 1.786-.968 2.942-.968 1.157 0 2.202.345 2.943.968.74.624 1.159 1.531 1.159 2.587 0 1.299-.79 2.297-1.556 3.26Z">
</path>
</g>
<defs>
<clipPath id="a">
<path d="M0 0h14v14H0z"></path>
</clipPath>
</defs>
</svg> </button>
</div>
<div class="max-w-sm sm:max-w-xl lg:max-w-2xl" x-data="{ modalOpen: window.Livewire.find('f2WGQfSNFCQtXXU6R2wf').entangle('modalStatus'), closeable : 1 }" x-ref="self" x-on:keyup.escape.window="!closeable ? modalOpen = false : ''">
<div x-cloak="" x-show="modalOpen" x-transition:enter="transition ease-out duration-300 transform" x-transition:enter-start="opacity-0" x-transition:enter-end="opacity-100" x-transition:leave="transition ease-in duration-200 transform"
x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0" class="origin-center fixed inset-0 z-30 flex items-center justify-center px-4 overflow-auto">
<div class="bg-opacity-50 bg-gray-900 fixed inset-0 z-10" x-on:click="modalOpen = false" data-testid="out-premium-modal">
</div>
<div class="bg-white relative z-15 flex flex-col items-center justify-center p-6 sm:p-8 rounded max-w-sm sm:max-w-xl lg:max-w-2xl" id="modal-suggester" role="dialog" aria-modal="true" aria-labelledby="modal-headline">
<button x-on:click="modalOpen = false; return false;" class="group absolute top-0 right-0 cursor-pointer hover:bg-gray-200 focus:outline-none rounded w-10 h-10 mt-2 mr-2 flex items-center justify-center">
<svg class="fill-current w-3.5 h-3.5 text-gray-600 group-hover:text-gray-800 transition-all duration-300" 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 class="relative landscape:hidden lg:landscape:flex h-auto w-auto flex justify-center items-center">
</div>
<div class="mb-2 text-gray-600 text-center leading-relaxed text-base w-full">
<div class="sm:-mb-8">
<div class="hidden xl:flex xl:max-w-lg xl:justify-center mx-auto">
<div class="flex h-36 w-full items-center justify-center relative my-4">
<img src="/images/illustrations/brush-purple.svg" class="absolute top-0 pointer-events-none h-48" alt="Brush" loading="lazy">
<img src="/images/recommendator/illustration.png" class="absolute top-0 pointer-events-none w-1/2" alt="Templates composition" loading="lazy">
<div class="absolute h-9 w-9 rounded-full bg-gradient-to-b from-red-400 to-red-500 left-16 shadow-lg flex justify-center items-center z-[4] top-4">
<svg class="fill-current text-white w-4 h-4" xmlns="http://www.w3.org/2000/svg" viewBox="-49 141 512 512">
<path
d="M463 325.7c0-75.5-60-149.8-148.4-149.8A152.6 152.6 0 00207 218.7a155.3 155.3 0 00-3.2-3 152.6 152.6 0 00-104.4-39.8C11 176-49 250.2-49 325.7c0 40.6 15.5 78.7 44.1 107.4l166 166a64.6 64.6 0 0092 0l165.8-166A150.5 150.5 0 00463 325.7zm-79.5 72l-165.9 166a14.9 14.9 0 01-21.3 0l-165.8-166a100.6 100.6 0 0171.2-172c24.5 0 48.8 9 68.2 26.7 15.8 14.3 17.9 30.4 37.1 30.4s21.3-16 37-30.4a100.8 100.8 0 01139.4 145.3z">
</path>
</svg>
</div>
<div class="absolute h-9 w-9 rounded-full bg-gradient-to-b from-green-400 to-green-500 right-32 shadow-lg flex justify-center items-center z-[4] -bottom-2">
<svg class="fill-current text-white w-4 h-4" xmlns="http://www.w3.org/2000/svg" viewBox="-49 141 512 512">
<path d="M438 403c-14 0-25 11-25 25v134c0 19-16 35-35 35H36c-19 0-35-16-35-35V428a25 25 0 00-50 0v134c0 47 38 85 85 85h342c47 0 85-38 85-85V428c0-14-11-25-25-25z"></path>
<path d="M189 531a25 25 0 0036 0l85-85a25 25 0 00-36-36l-42 43V172a25 25 0 00-50 0v281l-42-43a25 25 0 00-36 36l85 85z"></path>
</svg>
</div>
<div class="absolute h-9 w-9 rounded-full bg-gradient-to-b from-blue-400 to-blue-500 right-16 shadow-lg flex justify-center items-center z-[4] bottom-28">
<svg class="fill-current text-white w-4 h-4" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M9.5.7L9.2.4c-.5-.5-1.4-.6-2 0l-.9 1L.2 7.4 0 8v1.5c0 .3.2.6.5.6h1.6l.3-.2 6.2-6.2 1-.9c.5-.6.5-1.5 0-2zM1.8 9h-.7V8l5.6-5.6.8.7L1.8 9zm7-7l-.5.6-.8-.8.5-.5c.1-.1.3-.2.5 0l.3.3c.1.1.1.3 0 .4z"></path>
</svg>
</div>
<div class="absolute h-9 w-9 rounded-full bg-gradient-to-b from-yellow-400 to-yellow-500 left-32 shadow-lg flex justify-center items-center z-[4] bottom-2">
<svg class="fill-current text-white w-4 h-4" xmlns="http://www.w3.org/2000/svg" viewBox="-49 141 512 512">
<path
d="M358 463a94.7 94.7 0 00-69 29.8l-140.4-74.7a95 95 0 000-42.2L289 301.1A95.1 95.1 0 10358 141a95.1 95.1 0 00-92.5 116L125 331.9A95.1 95.1 0 1056 492a94.7 94.7 0 0069-29.8l140.3 74.7A95 95 0 10358 463zm0-272a45 45 0 11-.1 90.1 45 45 0 01.1-90.1zM56 442a45 45 0 11.1-90.1A45 45 0 0156 442zm302 161a45 45 0 11.1-90.1 45 45 0 01-.1 90.1z">
</path>
</svg>
</div>
</div>
</div>
<div class="flex flex-wrap justify-center">
<h4 class="text-xl font-bold text-gray-900 my-4 w-full xl:mt-10 landscape:mb-2 lg:landscape:mb-4"> What are you going to <strong class="text-purple-400">use</strong> your presentation for? </h4>
<div class="grid grid-cols-2 gap-4 landscape:grid-cols-4 lg:landscape:grid-cols-2 mt-4">
<label wire:loading.class="pointer-events-none" wire:click="selectUsage('for-work')">
<span
class="w-24 landscape:w-24 lg:landscape:w-32 sm:w-32 h-20 landscape:h-20 lg:landscape:h-28 sm:h-28 border border-gray-200 cursor-pointer rounded-lg flex flex-col justify-center items-center relative group hover:border-purple-400"
onclick="trackAnalytic('search-inspiration', 'click', 'for-work')">
<span class="w-4 h-4 rounded-full absolute top-2 left-2 flex items-center justify-center group-hover:bg-purple-400 bg-gray-200">
<svg alt="check icon" class="fill-current w-3 h-3 text-gray-200 group-hover:text-white text-gray-200" viewBox="0 0 29 21" xmlns="http://www.w3.org/2000/svg">
<path d="M27.4 1l-17 17-8.9-9L0 10.5 10.4 21 28.9 2.4 27.4 1z"></path>
</svg> </span>
<div class="h-10 sm:h-14 flex items-center">
<svg class="fill-current fill-current shrink-0 w-6 landscape:w-6 sm:w-8 lg:landscape-w-8 mx-auto group-hover:text-purple-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35 35">
<path
d="M30.625 5.833H26.25V2.917A2.917 2.917 0 0 0 23.333 0H11.667A2.917 2.917 0 0 0 8.75 2.917v2.916H4.375A4.375 4.375 0 0 0 0 10.208V35h35V10.208a4.375 4.375 0 0 0-4.375-4.375ZM11.667 2.917h11.666v2.916H11.667V2.917ZM4.375 8.75h26.25a1.458 1.458 0 0 1 1.458 1.458V17.5H2.917v-7.292A1.458 1.458 0 0 1 4.375 8.75ZM2.917 32.083V20.417h13.125v2.916h2.916v-2.916h13.125v11.666H2.917Z">
</path>
</svg>
</div>
<div class="flex justify-center items-center min-w-0 w-24 sm:w-32 landscape:w-24 lg:landscape:w-32 h-auto overflow-hidden">
<p
class="text-xs landscape:text-xs sm:text-sm lg:landscape:text-sm font-bold group-hover:text-purple-400 text-ellipsis overflow-hidden leading-none sm:leading-none landscape:leading-none lg:landscape:leading-none px-1 sm:px-2">
Work </p>
</div>
</span>
</label>
<label wire:loading.class="pointer-events-none" wire:click="selectUsage('for-school')">
<span
class="w-24 landscape:w-24 lg:landscape:w-32 sm:w-32 h-20 landscape:h-20 lg:landscape:h-28 sm:h-28 border border-gray-200 cursor-pointer rounded-lg flex flex-col justify-center items-center relative group hover:border-purple-400"
onclick="trackAnalytic('search-inspiration', 'click', 'for-school')">
<span class="w-4 h-4 rounded-full absolute top-2 left-2 flex items-center justify-center group-hover:bg-purple-400 bg-gray-200">
<svg alt="check icon" class="fill-current w-3 h-3 text-gray-200 group-hover:text-white text-gray-200" viewBox="0 0 29 21" xmlns="http://www.w3.org/2000/svg">
<path d="M27.4 1l-17 17-8.9-9L0 10.5 10.4 21 28.9 2.4 27.4 1z"></path>
</svg> </span>
<div class="h-10 sm:h-14 flex items-center">
<svg class="fill-current fill-current shrink-0 w-6 landscape:w-6 sm:w-8 lg:landscape-w-8 mx-auto group-hover:text-purple-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35 35">
<path
d="M32.166 7.627 21.413 2.504a7.621 7.621 0 0 0-7.705-.066L2.833 7.627a5.383 5.383 0 0 0 0 9.48l3 1.428v7.146a7.302 7.302 0 0 0 5.132 6.968c2.123.614 4.325.915 6.535.892 2.21.025 4.411-.273 6.535-.885a7.302 7.302 0 0 0 5.132-6.968v-7.156l2.916-1.394v12.028a1.458 1.458 0 0 0 2.917 0v-17.5c.01-1.712-1.343-3.294-2.834-4.04ZM26.25 25.688a4.375 4.375 0 0 1-3.063 4.175 19.823 19.823 0 0 1-5.687.762 19.823 19.823 0 0 1-5.688-.762 4.375 4.375 0 0 1-3.062-4.175v-5.763l4.837 2.304a7.688 7.688 0 0 0 3.945 1.078c1.321.01 2.62-.34 3.758-1.012l4.96-2.37v5.763Zm4.666-11.214-10.998 5.25a4.804 4.804 0 0 1-4.944-.066L4.213 14.54a2.467 2.467 0 0 1-.054-4.313l10.93-5.221a4.812 4.812 0 0 1 4.944.065l10.754 5.123a2.52 2.52 0 0 1 1.296 2.174 2.479 2.479 0 0 1-1.166 2.107Z">
</path>
</svg>
</div>
<div class="flex justify-center items-center min-w-0 w-24 sm:w-32 landscape:w-24 lg:landscape:w-32 h-auto overflow-hidden">
<p
class="text-xs landscape:text-xs sm:text-sm lg:landscape:text-sm font-bold group-hover:text-purple-400 text-ellipsis overflow-hidden leading-none sm:leading-none landscape:leading-none lg:landscape:leading-none px-1 sm:px-2">
Education </p>
</div>
</span>
</label>
<label wire:loading.class="pointer-events-none" wire:click="selectUsage('present-data')">
<span
class="w-24 landscape:w-24 lg:landscape:w-32 sm:w-32 h-20 landscape:h-20 lg:landscape:h-28 sm:h-28 border border-gray-200 cursor-pointer rounded-lg flex flex-col justify-center items-center relative group hover:border-purple-400"
onclick="trackAnalytic('search-inspiration', 'click', 'present-data')">
<span class="w-4 h-4 rounded-full absolute top-2 left-2 flex items-center justify-center group-hover:bg-purple-400 bg-gray-200">
<svg alt="check icon" class="fill-current w-3 h-3 text-gray-200 group-hover:text-white text-gray-200" viewBox="0 0 29 21" xmlns="http://www.w3.org/2000/svg">
<path d="M27.4 1l-17 17-8.9-9L0 10.5 10.4 21 28.9 2.4 27.4 1z"></path>
</svg> </span>
<div class="h-10 sm:h-14 flex items-center">
<svg class="fill-current fill-current shrink-0 w-6 landscape:w-6 sm:w-8 lg:landscape-w-8 mx-auto group-hover:text-purple-400" viewBox="0 0 35 35" xmlns="http://www.w3.org/2000/svg">
<path d="M33.542 32.083H7.292a4.375 4.375 0 0 1-4.375-4.375V1.458a1.458 1.458 0 0 0-2.917 0v26.25A7.3 7.3 0 0 0 7.292 35h26.25a1.458 1.458 0 1 0 0-2.917Z"></path>
<path
d="M8.75 29.166a1.458 1.458 0 0 0 1.459-1.458V17.5a1.458 1.458 0 1 0-2.917 0v10.208a1.458 1.458 0 0 0 1.458 1.459ZM14.583 14.583v13.125a1.458 1.458 0 0 0 2.917 0V14.583a1.458 1.458 0 1 0-2.917 0ZM21.875 18.958v8.75a1.458 1.458 0 1 0 2.917 0v-8.75a1.459 1.459 0 0 0-2.917 0ZM29.167 13.125v14.583a1.458 1.458 0 1 0 2.917 0V13.125a1.459 1.459 0 0 0-2.917 0ZM8.75 13.125c.387 0 .757-.154 1.03-.427l5.23-5.23a1.495 1.495 0 0 1 2.063 0l3.167 3.168a4.375 4.375 0 0 0 6.186 0l8.146-8.147A1.459 1.459 0 0 0 32.51.427l-8.146 8.145a1.458 1.458 0 0 1-2.062 0l-3.167-3.166a4.375 4.375 0 0 0-6.187 0l-5.23 5.23a1.459 1.459 0 0 0 1.032 2.489Z">
</path>
<defs>
<clipPath id="a">
<path d="M0 0h35v35H0z"></path>
</clipPath>
</defs>
</svg>
</div>
<div class="flex justify-center items-center min-w-0 w-24 sm:w-32 landscape:w-24 lg:landscape:w-32 h-auto overflow-hidden">
<p
class="text-xs landscape:text-xs sm:text-sm lg:landscape:text-sm font-bold group-hover:text-purple-400 text-ellipsis overflow-hidden leading-none sm:leading-none landscape:leading-none lg:landscape:leading-none px-1 sm:px-2">
Presenting data </p>
</div>
</span>
</label>
<label wire:loading.class="pointer-events-none" wire:click="selectUsage('not-sure')">
<span
class="w-24 landscape:w-24 lg:landscape:w-32 sm:w-32 h-20 landscape:h-20 lg:landscape:h-28 sm:h-28 border border-gray-200 cursor-pointer rounded-lg flex flex-col justify-center items-center relative group hover:border-purple-400"
onclick="trackAnalytic('search-inspiration', 'click', 'not-sure')">
<span class="w-4 h-4 rounded-full absolute top-2 left-2 flex items-center justify-center group-hover:bg-purple-400 bg-gray-200">
<svg alt="check icon" class="fill-current w-3 h-3 text-gray-200 group-hover:text-white text-gray-200" viewBox="0 0 29 21" xmlns="http://www.w3.org/2000/svg">
<path d="M27.4 1l-17 17-8.9-9L0 10.5 10.4 21 28.9 2.4 27.4 1z"></path>
</svg> </span>
<div class="h-10 sm:h-14 flex items-center">
<svg class="fill-current fill-current shrink-0 w-6 landscape:w-6 sm:w-8 lg:landscape-w-8 mx-auto group-hover:text-purple-400" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#a)">
<path
d="M12.056 2.857a4.488 4.488 0 0 0-1.206-1.57C9.866.458 8.507 0 7.027 0 5.548 0 4.19.457 3.205 1.288a4.487 4.487 0 0 0-1.206 1.57 4.846 4.846 0 0 0-.44 2.064c0 1.777 1.036 3.073 1.87 4.112.528.66 1.028 1.283 1.028 1.767v1.263a1.936 1.936 0 0 0 1.173 1.788c.235.1.487.15.741.148h1.34a1.883 1.883 0 0 0 1.364-.574c.355-.364.553-.854.55-1.362v-1.263c0-.484.495-1.108 1.02-1.77.823-1.038 1.851-2.332 1.851-4.11 0-.74-.148-1.437-.44-2.064ZM7.71 12.633H6.37a.553.553 0 0 1-.547-.569v-.716h2.434v.716c0 .317-.24.569-.547.569ZM9.573 8.18c-.476.6-.932 1.176-1.162 1.8h-.7V6.015a.684.684 0 0 1 .684-.684.684.684 0 1 0 0-1.367c-.505 0-.992.187-1.368.525a2.045 2.045 0 0 0-1.367-.525.684.684 0 1 0 0 1.367.684.684 0 0 1 .684.684V9.98h-.676c-.23-.623-.691-1.2-1.173-1.801-.77-.963-1.57-1.958-1.57-3.257 0-1.056.4-1.95 1.16-2.587.76-.637 1.786-.968 2.942-.968 1.157 0 2.202.345 2.943.968.74.624 1.159 1.531 1.159 2.587 0 1.299-.79 2.297-1.556 3.26Z">
</path>
</g>
<defs>
<clipPath id="a">
<path d="M0 0h14v14H0z"></path>
</clipPath>
</defs>
</svg>
</div>
<div class="flex justify-center items-center min-w-0 w-24 sm:w-32 landscape:w-24 lg:landscape:w-32 h-auto overflow-hidden">
<p
class="text-xs landscape:text-xs sm:text-sm lg:landscape:text-sm font-bold group-hover:text-purple-400 text-ellipsis overflow-hidden leading-none sm:leading-none landscape:leading-none lg:landscape:leading-none px-1 sm:px-2">
I'm not sure </p>
</div>
</span>
</label>
</div>
</div>
<div class="landscape:hidden lg:landscape:flex flex mt-6 justify-around">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
document.addEventListener('suggesterFinished', event => {
gtm.suggester('dropdown', true);
});
if (window.livewire) {
window.livewire.restart()
}
</script>
<!-- Livewire Component wire-end:f2WGQfSNFCQtXXU6R2wf -->
</div>
</template>
</div>
</template>
</form>
POST
<form x-ref="download_form" method="post" target="_blank" class="h-full" action="">
<input type="hidden" name="_token" value="">
<div class="flex flex-col justify-center w-full h-full relative">
<button @click="downloadSlide("google");" type="button" aria-label="Google slides" name="action" value="google"
class="bg-yellow-500 hover:bg-yellow-400 font-semibold text-white h-12 w-52 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("powerpoint");" type="button" aria-label="Powerpoint" name="action" value="powerpoint"
class="bg-powerpoint-500 hover:bg-powerpoint-400 font-semibold text-white text-sm h-12 w-52 px-3 rounded text-center relative flex items-center my-3">
<svg alt="Download icon" class="h-5 w-5">
<use xlink:href="#icon-powerpoint"></use>
</svg>
<span class="flex-1 text-center pl-2 text-sm">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="">
<div class="flex flex-col justify-center w-full h-full relative">
<button @click="downloadSlide("google");" type="button" aria-label="Google slides" name="action" value="google"
class="bg-yellow-500 hover:bg-yellow-400 font-semibold text-white h-12 w-52 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("powerpoint");" type="button" aria-label="Powerpoint" name="action" value="powerpoint"
class="bg-powerpoint-500 hover:bg-powerpoint-400 font-semibold text-white text-sm h-12 w-52 px-3 rounded text-center relative flex items-center my-3">
<svg alt="Download icon" class="h-5 w-5">
<use xlink:href="#icon-powerpoint"></use>
</svg>
<span class="flex-1 text-center pl-2 text-sm">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="">
<div class="flex flex-col justify-center w-full h-full relative">
<button @click="downloadSlide("google");" type="button" aria-label="Google slides" name="action" value="google"
class="bg-yellow-500 hover:bg-yellow-400 font-semibold text-white h-12 w-52 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("powerpoint");" type="button" aria-label="Powerpoint" name="action" value="powerpoint"
class="bg-powerpoint-500 hover:bg-powerpoint-400 font-semibold text-white text-sm h-12 w-52 px-3 rounded text-center relative flex items-center my-3">
<svg alt="Download icon" class="h-5 w-5">
<use xlink:href="#icon-powerpoint"></use>
</svg>
<span class="flex-1 text-center pl-2 text-sm">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="">
<div class="flex flex-col justify-center w-full h-full relative">
<button @click="downloadSlide("google");" type="button" aria-label="Google slides" name="action" value="google"
class="bg-yellow-500 hover:bg-yellow-400 font-semibold text-white h-12 w-52 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("powerpoint");" type="button" aria-label="Powerpoint" name="action" value="powerpoint"
class="bg-powerpoint-500 hover:bg-powerpoint-400 font-semibold text-white text-sm h-12 w-52 px-3 rounded text-center relative flex items-center my-3">
<svg alt="Download icon" class="h-5 w-5">
<use xlink:href="#icon-powerpoint"></use>
</svg>
<span class="flex-1 text-center pl-2 text-sm">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="">
<div class="flex flex-col justify-center w-full h-full relative">
<button @click="downloadSlide("google");" type="button" aria-label="Google slides" name="action" value="google"
class="bg-yellow-500 hover:bg-yellow-400 font-semibold text-white h-12 w-52 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("powerpoint");" type="button" aria-label="Powerpoint" name="action" value="powerpoint"
class="bg-powerpoint-500 hover:bg-powerpoint-400 font-semibold text-white text-sm h-12 w-52 px-3 rounded text-center relative flex items-center my-3">
<svg alt="Download icon" class="h-5 w-5">
<use xlink:href="#icon-powerpoint"></use>
</svg>
<span class="flex-1 text-center pl-2 text-sm">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="">
<div class="flex flex-col justify-center w-full h-full relative">
<button @click="downloadSlide("google");" type="button" aria-label="Google slides" name="action" value="google"
class="bg-yellow-500 hover:bg-yellow-400 font-semibold text-white h-12 w-52 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("powerpoint");" type="button" aria-label="Powerpoint" name="action" value="powerpoint"
class="bg-powerpoint-500 hover:bg-powerpoint-400 font-semibold text-white text-sm h-12 w-52 px-3 rounded text-center relative flex items-center my-3">
<svg alt="Download icon" class="h-5 w-5">
<use xlink:href="#icon-powerpoint"></use>
</svg>
<span class="flex-1 text-center pl-2 text-sm">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="">
<div class="flex flex-col justify-center w-full h-full relative">
<button @click="downloadSlide("google");" type="button" aria-label="Google slides" name="action" value="google"
class="bg-yellow-500 hover:bg-yellow-400 font-semibold text-white h-12 w-52 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("powerpoint");" type="button" aria-label="Powerpoint" name="action" value="powerpoint"
class="bg-powerpoint-500 hover:bg-powerpoint-400 font-semibold text-white text-sm h-12 w-52 px-3 rounded text-center relative flex items-center my-3">
<svg alt="Download icon" class="h-5 w-5">
<use xlink:href="#icon-powerpoint"></use>
</svg>
<span class="flex-1 text-center pl-2 text-sm">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="">
<div class="flex flex-col justify-center w-full h-full relative">
<button @click="downloadSlide("google");" type="button" aria-label="Google slides" name="action" value="google"
class="bg-yellow-500 hover:bg-yellow-400 font-semibold text-white h-12 w-52 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("powerpoint");" type="button" aria-label="Powerpoint" name="action" value="powerpoint"
class="bg-powerpoint-500 hover:bg-powerpoint-400 font-semibold text-white text-sm h-12 w-52 px-3 rounded text-center relative flex items-center my-3">
<svg alt="Download icon" class="h-5 w-5">
<use xlink:href="#icon-powerpoint"></use>
</svg>
<span class="flex-1 text-center pl-2 text-sm">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="">
<div class="flex flex-col justify-center w-full h-full relative">
<button @click="downloadSlide("google");" type="button" aria-label="Google slides" name="action" value="google"
class="bg-yellow-500 hover:bg-yellow-400 font-semibold text-white h-12 w-52 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("powerpoint");" type="button" aria-label="Powerpoint" name="action" value="powerpoint"
class="bg-powerpoint-500 hover:bg-powerpoint-400 font-semibold text-white text-sm h-12 w-52 px-3 rounded text-center relative flex items-center my-3">
<svg alt="Download icon" class="h-5 w-5">
<use xlink:href="#icon-powerpoint"></use>
</svg>
<span class="flex-1 text-center pl-2 text-sm">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="">
<div class="flex flex-col justify-center w-full h-full relative">
<button onclick="trackAnalytic('pdf', 'click_list','printable')" @click="downloadSlide("pdf");" type="button" aria-label="Powerpoint" name="action" value="pdf"
class="bg-youtube hover:bg-red-700 font-semibold text-white text-sm h-12 w-52 px-3 rounded text-center relative flex items-center my-3">
<svg alt="Download icon" class="h-5 w-5">
<use xlink:href="#icon-pdf"></use>
</svg>
<span class="flex-1 text-center pl-2 text-sm">PDF</span>
</button>
</div>
</form>
POST
<form x-ref="download_form" method="post" target="_blank" class="h-full" action="">
<input type="hidden" name="_token" value="">
<div class="flex flex-col justify-center w-full h-full relative">
<button onclick="trackAnalytic('pdf', 'click_list','printable')" @click="downloadSlide("pdf");" type="button" aria-label="Powerpoint" name="action" value="pdf"
class="bg-youtube hover:bg-red-700 font-semibold text-white text-sm h-12 w-52 px-3 rounded text-center relative flex items-center my-3">
<svg alt="Download icon" class="h-5 w-5">
<use xlink:href="#icon-pdf"></use>
</svg>
<span class="flex-1 text-center pl-2 text-sm">PDF</span>
</button>
</div>
</form>
POST
<form x-ref="download_form" method="post" target="_blank" class="h-full" action="">
<input type="hidden" name="_token" value="">
<div class="flex flex-col justify-center w-full h-full relative">
<button onclick="trackAnalytic('pdf', 'click_list','printable')" @click="downloadSlide("pdf");" type="button" aria-label="Powerpoint" name="action" value="pdf"
class="bg-youtube hover:bg-red-700 font-semibold text-white text-sm h-12 w-52 px-3 rounded text-center relative flex items-center my-3">
<svg alt="Download icon" class="h-5 w-5">
<use xlink:href="#icon-pdf"></use>
</svg>
<span class="flex-1 text-center pl-2 text-sm">PDF</span>
</button>
</div>
</form>
Text Content
en Español Português Français Deutsch 한국어 * Premium plans Individual Simple plans for you Teams For Education & Business * Color Black Blue Brown Cream Gold Gray Green Orange Pink Purple Red Silver White Yellow * Style Aesthetic Creative Cute Dark Minimalist Simple Vintage * * Home * Recent * Popular * Education * Classroom-ready * Business * Marketing * Medical * Multi-purpose * Infographics All Infographics Chart Infographics Timeline Infographics Roadmap Infographics Table Infographics Diagram Infographics Process Infographics * Blog * More Freepik Free vectors, photos and PSD Flaticon Free customizable icons Wepik Free online template editor Storyset Free editable illustrations Videvo Free videos and motion graphics PDF TEMPLATES Top searches aesthetic history simple science minimalist technology food music nature Trending searches MOTHERS DAY 30 templates TEACHER APPRECIATION 8 templates LYRICS 42 templates SPIDERMAN 5 templates MUSCULAR SYSTEM 19 templates SUMMER VACATION 16 templates Out of ideas? Check out our new utility! Find inspiration WHAT ARE YOU GOING TO USE YOUR PRESENTATION FOR? Work Education Presenting data I'm not sure 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 Videvo Free videos and motion graphics Blog Premium plans Individual Simple plans for you Teams For Education & Business Log in FREE GOOGLE SLIDES AND POWERPOINT TEMPLATES TO BOOST YOUR PRESENTATIONS PDF TEMPLATES Top searches aesthetic history simple science minimalist technology food Trending searches MOTHERS DAY 30 templates TEACHER APPRECIATION 8 templates LYRICS 42 templates SPIDERMAN 5 templates Out of ideas? Check out our new utility! Find inspiration WHAT ARE YOU GOING TO USE YOUR PRESENTATION FOR? Work Education Presenting data I'm not sure en Español Português Français Deutsch 한국어 * Premium plans Individual Simple plans for you Teams For Education & Business * Color Black Blue Brown Cream Gold Gray Green Orange Pink Purple Red Silver White Yellow * Style Aesthetic Creative Cute Dark Minimalist Simple Vintage * * Home * Recent * Popular * Education * Classroom-ready * Business * Marketing * Medical * Multi-purpose * Infographics All Infographics Chart Infographics Timeline Infographics Roadmap Infographics Table Infographics Diagram Infographics Process Infographics * Blog * More Freepik Free vectors, photos and PSD Flaticon Free customizable icons Wepik Free online template editor Storyset Free editable illustrations Videvo Free videos and motion graphics New! New! Make quick presentations with AI Try now Try now TRENDING SEARCHES SLIDESCLASS 89 templates EDITOR’S CHOICE 2480 templates MOTHER 70 templates WORK 573 templates MOVIE 109 templates HEALTH 1740 templates EUROPE 240 templates RAMADAN 9 templates DRAGON 13 templates CANADA 119 templates INDIA 122 templates SPRING 85 templates CLIMATE CHANGE 48 templates WOOD 11 templates PET 18 templates EVENT 2234 templates LATEST THEMES / Like Download Google Slides PowerPoint DOODLES SERENDIPITY INFOGRAPHICS Serendipity is the gift of finding good things or things of value without looking for them… just like you’ve just done finding this set of infographics! Designed to complement our cheerful and lucky “Doodles Serendipity” presentation, they’ll spread some happiness around your audience and help you get your points across... Infographics 16:9 / Like Download Google Slides PowerPoint COMPUTER WORKSHOP FOR BEGINNERS Many people’s jobs, public administration, friendships, art…almost everything is computer- or internet based these days, but there are still loads of people who have just been passed over by this development, be it for lack of access or comprehension. Ready to explain to this clientele how those weird, scary computer... Education 16:9 / Like Download Google Slides PowerPoint DOODLE COLORING BOOK! Let's admit it. When we were kids, we loved to draw and to color the drawings afterwards. Whether you're a teacher or a parent, here's a template that contains nearly 30 drawings for coloring. In fact, it's in A4 format and optimized for printing. If you wish, you can add... Education A4 / Like Download PREMIUM TEMPLATE Unlock this template and gain unlimited access Go Premium Are you already Premium? Log in COOL GRID NOTES LESSON Designed with creativity and personalization in mind, this template allows you to transform your boring notes into an eye-catching and memorable digital notebook. Why, of course! Each slide is like the page of a notebook, complete with the grid pattern and all! There are some doodled elements to give it... Multi-purpose 16:9 / Like Download Google Slides PowerPoint PHARMACOPEIA INFOGRAPHICS Would you guess what pharmacopeia means? If you thought of a book that contains info about medicines and drugs, you're mostly right! We have a template called just that, and since we thought that it's popular among healthcare professionals, we made a decision: to create infographics in a similar style!... Infographics 16:9 / Like Download PREMIUM TEMPLATE Unlock this template and gain unlimited access Go Premium Are you already Premium? Log in WATERCOLOR BUTTERFLIES MINITHEME Who needs boring old slides when you can have a presentation full of watercolor butterflies? That's right, we're taking the classic classroom staple and turning it into a work of art. Imagine your audience's surprise when they see a rainbow of fluttering wings adorning every slide. Not only will they... Multi-purpose 16:9 See more -------------------------------------------------------------------------------- POPULAR THEMES / Like Download PREMIUM TEMPLATE Unlock this template and gain unlimited access Go Premium Are you already Premium? Log in CUTE PASTEL NOTEBOOK We had a bit of freedom when we were designing this digital notebook for Google Slides and PowerPoint. The result is a very cute creation, with pastel colors, sticky tape, some doodles and highlighted text (as if done with a marker). Of course, each slide has the look of a... Multi-purpose 16:9 / Like Download Google Slides PowerPoint EDUCATIONAL PORTFOLIO FOR HIGH SCHOOL STUDENTS Are you a high school student looking to showcase your educational achievements and standout among your peers? Look no further than an educational portfolio! Building a portfolio is not only a great way to keep track of your academic progress, but it can also help you discover your passions and... Multi-purpose 16:9 / Like Edit online Edit online Download Google Slides PowerPoint MINIMALIST BUSINESS SLIDES Minimalism is an art style that frees the canvas and that lets the content stand out for itself. It’s a way of conveying modernism, simplicity and elegance and can be your best ally in your next presentation. With this new design from Slidesgo, your business presentations will be as professional... Business Post 16:9 / Like Download PREMIUM TEMPLATE Unlock this template and gain unlimited access Go Premium Are you already Premium? Log in DOODLE BLACKBOARD MINITHEME Show off your ideas in a truly unique and creative way with this minitheme. This 20-slide template has all the bells and whistles you need to create an awesome presentation. Plus, it comes with a special icon pack to make your slides look even more eye-catching. Unleash your inner doodler... Multi-purpose 16:9 / Like Download Google Slides PowerPoint WHAT TIME IS IT? How to tell time, a question that kids ask and that eventually requires an answer from an adult or a teacher. Why is it that when the long hand points to the 8, it's not 8:00? Let's make it easy for your students to discover the different types of clocks,... Slidesclass 16:9 Multilingual / Like Download PREMIUM TEMPLATE Unlock this template and gain unlimited access Go Premium Are you already Premium? Log in BUTTERFLIES CAMPAIGN Are you ready to spread your wings and fly with our butterfly campaign? If so, we have the perfect template for you! Our Google Slides and PPT presentation template is designed to help you capture the essence of these beautiful creatures and showcase your campaign with creativity and flair. From... Marketing 16:9 See more -------------------------------------------------------------------------------- INFOGRAPHICS / Like Download Google Slides PowerPoint SOFTWARE TESTING COMPANY INFOGRAPHICS Say goodbye to bugs (the technical kind), messy SOPs and crashing software! Use these infographics to detail structures, checklists and processes of your software testing company. Tables, diagrams and graphs - it’s all there and ready to be put to good use! The infographics have been designed to complement our... Infographics 16:9 / Like Download Google Slides PowerPoint SCIENCE SUBJECT FOR ELEMENTARY: DISCOVERING THE CELL INFOGRAPHICS An exciting adventure to discover the cell begins! Wait a minute! Shouldn't we become microscopic to be the size of a cell? True, yes, but science fiction aside, we bring you a resource that we can assure you: it will be like being able to observe a cell with the... Infographics 16:9 / Like Download PREMIUM TEMPLATE Unlock this template and gain unlimited access Go Premium Are you already Premium? Log in CAUSES OF GLOBAL WARMING LESSON FOR ELEMENTARY INFOGRAPHICS Make your lesson about the causes of global warming more interesting with this set of infographics! This Google Slides and PPT template features a cream background with adorable doodles and illustrations to help explain the subject matter in a fun and unique way. Perfect for teachers and educators, it will... Education 16:9 See more -------------------------------------------------------------------------------- COLORING PAGES Like Download PDF LET'S CELEBRATE EARTH DAY! Printable design A4 format with coloring activities. You can save it in Google Drive and then print it! A4 Like Download PDF ENJOY EARTH DAY! Printable design A4 format with coloring activities. You can save it in Google Drive and then print it! A4 Like Download PDF IT'S EARTH DAY! Printable design A4 format with coloring activities. You can save it in Google Drive and then print it! A4 See more WHAT'S NEW ON SLIDESGO See the latest website updates, new features and tools and make the most of your Slidesgo experience. MAKE PRESENTATIONS WITH AI More info HOW TO USE THE PRESENTER VIEW IN GOOGLE SLIDES More info HOW TO DOWNLOAD GOOGLE SLIDES TEMPLATES More info BROWSE BY TAGS * Kids 1110 templates * Food 585 templates * Technology 451 templates * Travel 246 templates * Animal 531 templates * Art 382 templates * Health 1739 templates * History 592 templates * Environment 189 templates * Galaxy 121 templates * Fashion 158 templates * Biology 193 templates * Summer 91 templates * Architecture 81 templates * Music 218 templates * Research 802 templates * Culture 1232 templates * Background 4489 templates * Finances 275 templates * Back to School 71 templates WHAT DO OUR USERS SAY ABOUT US? I just wanted to thank you! I learned more about slides in one day of quarantine than in my whole life Gabriela Miranda Your slides are so unique and gorgeous! They really help me with PowerPoint presentations for school and now even my mom uses them for work Marie Dupuis I would like to thank to you for these amazing templates. I have never seen such service, especially free! They are very useful for my presentation. Ali Serdar Çelikezen Thank you Slidesgo for creating amazing templates for us. It's made my presentation become much better. And it's all free! Thiên Trang Nguyễn support@slidesgo.com Work with us Become ambassador Become contributor Suggestion box SOCIAL MEDIA CONTENT * Home * Recent * Popular * Education * Slidesclass * Business * Marketing * Medical * Multi-purpose * Infographics LEARN * Blog * News * Inspiration by Slidesgo * Presentation Tips * Google Slides Tutorials * PowerPoint Tutorials HELP * * FAQs * Manage Preferences * Terms & conditions * Terms & conditions Teams * * Privacy policy * Cookies policy * Digital services Act * About us -------------------------------------------------------------------------------- Copyright ©2023 Freepik Company S.L. All rights reserved. English Español English Português Français Deutsch 한국어 Freepik Company Projects * Freepik * Flaticon * Slidesgo * Wepik * Videvo 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