<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sliders &#8211; La boite à outils d&#039;emandarine</title>
	<atom:link href="https://blog.emandarine.net/bulma/integration-bulma/sliders/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.emandarine.net</link>
	<description>Agence de création web et marketing digital</description>
	<lastBuildDate>Tue, 13 Feb 2024 10:07:25 +0000</lastBuildDate>
	<language>fr-FR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.5</generator>
	<item>
		<title>Vertical scroll snap</title>
		<link>https://blog.emandarine.net/bulma/integration-bulma/sliders/vertical-scroll-snap/</link>
					<comments>https://blog.emandarine.net/bulma/integration-bulma/sliders/vertical-scroll-snap/#respond</comments>
		
		<dc:creator><![CDATA[Stage]]></dc:creator>
		<pubDate>Thu, 17 Mar 2022 10:39:10 +0000</pubDate>
				<category><![CDATA[Sliders]]></category>
		<guid isPermaLink="false">https://blog.emandarine.net/?p=5963</guid>

					<description><![CDATA[Lien d&#8217;origine: https://codepen.io/argyleink/pen/yLovWjz HTML: &#60;center&#62;&#60;section class="slideVertical"&#62; &#60;div class="containervert"&#62; &#60;div class="box has-background-white"&#62; &#60;h1 class="has-text-black"&#62;slide 1&#60;/h1&#62; &#60;/div&#62; &#60;div class="box has-background-black"&#62; &#60;h1 class="has-text-white"&#62;slide 2&#60;/h1&#62; &#60;/div&#62; &#60;div class="box has-background-white"&#62;...]]></description>
		
					<wfw:commentRss>https://blog.emandarine.net/bulma/integration-bulma/sliders/vertical-scroll-snap/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Carousel slider</title>
		<link>https://blog.emandarine.net/bulma/integration-bulma/sliders/carousel-slider/</link>
					<comments>https://blog.emandarine.net/bulma/integration-bulma/sliders/carousel-slider/#respond</comments>
		
		<dc:creator><![CDATA[Stage]]></dc:creator>
		<pubDate>Thu, 17 Mar 2022 10:23:42 +0000</pubDate>
				<category><![CDATA[Sliders]]></category>
		<guid isPermaLink="false">https://blog.emandarine.net/?p=5960</guid>

					<description><![CDATA[Lien d&#8217;origine: https://codepen.io/Schepp/pen/WNbQByE HTML: &#60;div class="block carouselblock"&#62; &#60;center&#62;&#60;section class="carousel" aria-label="Gallery"&#62; &#60;ol class="carousel__viewport"&#62; &#60;li id="carousel__slide1" tabindex="0" class="carousel__slide"&#62; &#60;div class="carousel__snapper"&#62; &#60;a href="#carousel__slide4" class="carousel__prev"&#62;Go to last slide&#60;/a&#62; &#60;a...]]></description>
		
					<wfw:commentRss>https://blog.emandarine.net/bulma/integration-bulma/sliders/carousel-slider/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Slider transition via dots Responsive</title>
		<link>https://blog.emandarine.net/bulma/integration-bulma/slider-transition-via-dots-responsive/</link>
					<comments>https://blog.emandarine.net/bulma/integration-bulma/slider-transition-via-dots-responsive/#respond</comments>
		
		<dc:creator><![CDATA[emandarine]]></dc:creator>
		<pubDate>Fri, 19 Mar 2021 10:03:31 +0000</pubDate>
				<category><![CDATA[Intégration Bulma]]></category>
		<category><![CDATA[Sliders]]></category>
		<guid isPermaLink="false">https://blog.emandarine.net/?p=5648</guid>

					<description><![CDATA[HTML: &#60;input type="checkbox" id="menu-toggle"/&#62;  &#60;label id="trigger" for="menu-toggle"&#62;&#60;/label&#62;  &#60;label id="burger" for="menu-toggle"&#62;&#60;/label&#62;  &#60;ul id="menu"&#62;    &#60;li class="menuLi"&#62;&#60;a class="menuA" href="#"&#62;Activités à la ferme&#60;/a&#62;&#60;/li&#62;    &#60;li class="menuLi"&#62;&#60;a class="menuA" href="#"&#62;Séjour à la ferme&#60;/a&#62;&#60;/li&#62;    &#60;li class="menuLi"&#62;&#60;a class="menuA" href="#"&#62;Ferme équestre&#60;/a&#62;&#60;/li&#62;    &#60;li class="menuLi"&#62;&#60;a class="menuA" href="#"&#62;élevage chevaux&#60;/a&#62;&#60;/li&#62;    &#60;li class="menuLi"&#62;&#60;a class="menuA" href="#"&#62;Produits fermiers&#60;/a&#62;&#60;/li&#62;    &#60;hr class="seperate"&#62;    &#60;li class="menuLi"&#62;&#60;a class="menuA" href="#"&#62;Notre Philosophie&#60;/a&#62;&#60;/li&#62;    &#60;li class="menuLi"&#62;&#60;a class="menuA" href="#"&#62;Notre équipe&#60;/a&#62;&#60;/li&#62;    &#60;li class="menuLi"&#62;&#60;a class="menuA" href="#"&#62;Accès et contact&#60;/a&#62;&#60;/li&#62;  &#60;/ul&#62;  &#60;nav class="navRight"&#62;    &#60;ul class="aboutUs"&#62;      &#60;li&#62;&#60;a href="#"&#62;Notre Philosophie&#60;/a&#62;&#60;/li&#62;      &#60;li&#62;&#60;a href="#"&#62;Notre équipe&#60;/a&#62;&#60;/li&#62;      &#60;li&#62;&#60;a href="#"&#62;Accès et contact&#60;/a&#62;&#60;/li&#62;    &#60;/ul&#62;  &#60;/nav&#62;  &#60;section class="header-page-accueil hero is-fullheight"&#62;...]]></description>
		
					<wfw:commentRss>https://blog.emandarine.net/bulma/integration-bulma/slider-transition-via-dots-responsive/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Slider animation responsive</title>
		<link>https://blog.emandarine.net/bulma/wordpress-bulma/slider-responsive/</link>
					<comments>https://blog.emandarine.net/bulma/wordpress-bulma/slider-responsive/#respond</comments>
		
		<dc:creator><![CDATA[emandarine]]></dc:creator>
		<pubDate>Tue, 23 Feb 2021 14:45:54 +0000</pubDate>
				<category><![CDATA[Intégration Bulma]]></category>
		<category><![CDATA[Sliders]]></category>
		<category><![CDATA[Wordpress-bulma]]></category>
		<guid isPermaLink="false">https://blog.emandarine.net/?p=5413</guid>

					<description><![CDATA[JavaScript (jQuery) $(function(){ $('.slider-item').eq(0).addClass('active'); var total = $('.slider-item').length; var current = 0; $('#moveRight').on('click', function(){ var next=current; current= current+1; setSlide(next, current); }); $('#moveLeft').on('click', function(){ var prev=current;...]]></description>
		
					<wfw:commentRss>https://blog.emandarine.net/bulma/wordpress-bulma/slider-responsive/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Carrousel header</title>
		<link>https://blog.emandarine.net/bulma/integration-bulma/carrousel-header/</link>
					<comments>https://blog.emandarine.net/bulma/integration-bulma/carrousel-header/#respond</comments>
		
		<dc:creator><![CDATA[Delphine]]></dc:creator>
		<pubDate>Wed, 09 Dec 2020 16:17:56 +0000</pubDate>
				<category><![CDATA[Intégration Bulma]]></category>
		<category><![CDATA[Sliders]]></category>
		<guid isPermaLink="false">https://blog.emandarine.net/?p=4998</guid>

					<description><![CDATA[HTML : &#60;section class="header-page-accueil hero is-fullheight"&#62;    &#60;div class="slider-home"&#62;       &#60;div class="slide"&#62;         &#60;img src="img/image1.jpg" alt="Image 1"&#62;         &#60;div class="texte-slide"&#62;            &#60;h2 class="title is-1 has-text-centered"&#62;Titre 1&#60;/h2&#62;            &#60;h3 class="subtitle is-3 has-text-centered"&#62;Sous-titre 1&#60;/h3&#62;            &#60;div class="buttons...]]></description>
		
					<wfw:commentRss>https://blog.emandarine.net/bulma/integration-bulma/carrousel-header/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Slider 3</title>
		<link>https://blog.emandarine.net/bulma/integration-bulma/slider-3/</link>
					<comments>https://blog.emandarine.net/bulma/integration-bulma/slider-3/#respond</comments>
		
		<dc:creator><![CDATA[Delphine]]></dc:creator>
		<pubDate>Wed, 09 Dec 2020 11:09:25 +0000</pubDate>
				<category><![CDATA[Intégration Bulma]]></category>
		<category><![CDATA[Sliders]]></category>
		<guid isPermaLink="false">https://blog.emandarine.net/?p=4988</guid>

					<description><![CDATA[HTML : &#60;section class="section nos-valeurs"&#62;  &#60;div class="container"&#62; &#60;h2 class="title is-2 has-text-centered"&#62;Nos valeurs&#60;/h2&#62;    &#60;ul class="valeurs"&#62;      &#60;li class="valeur is-active"&#62;        &#60;div class="columns is-centered"&#62;          &#60;figure class="column titre-valeur is-paddingless"&#62;            &#60;img src="img/image1.jpg" alt="Image 1"&#62;            &#60;figcaption...]]></description>
		
					<wfw:commentRss>https://blog.emandarine.net/bulma/integration-bulma/slider-3/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
