<?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>Wordpress-bulma &#8211; La boite à outils d&#039;emandarine</title>
	<atom:link href="https://blog.emandarine.net/bulma/wordpress-bulma/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.emandarine.net</link>
	<description>Agence de création web et marketing digital</description>
	<lastBuildDate>Thu, 15 Sep 2022 14:12:10 +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>Footer Fixe sous le body</title>
		<link>https://blog.emandarine.net/bulma/wordpress-bulma/footer-fixe-sous-le-body/</link>
					<comments>https://blog.emandarine.net/bulma/wordpress-bulma/footer-fixe-sous-le-body/#respond</comments>
		
		<dc:creator><![CDATA[emandarine]]></dc:creator>
		<pubDate>Thu, 06 May 2021 10:02:37 +0000</pubDate>
				<category><![CDATA[Parallaxe]]></category>
		<category><![CDATA[Wordpress-bulma]]></category>
		<guid isPermaLink="false">https://blog.emandarine.net/?p=5702</guid>

					<description><![CDATA[HTML: &#60;footer class="paralax2"&#62;  &#60;!--footer--&#62;  &#60;div class="fixed"&#62;   &#60;!-- Insérer votre footer ici --&#62; &#60;/div&#62; &#60;!-- fin footer --&#62; &#60;/footer&#62; CSS: .paralax{  background-image: url('img/mrrobot2.jpg');  min-height: 550px;  background-attachment: fixed;  background-position: center;...]]></description>
		
					<wfw:commentRss>https://blog.emandarine.net/bulma/wordpress-bulma/footer-fixe-sous-le-body/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Parallax + Intersection Observer</title>
		<link>https://blog.emandarine.net/bulma/wordpress-bulma/parallax-intersection-observer/</link>
					<comments>https://blog.emandarine.net/bulma/wordpress-bulma/parallax-intersection-observer/#respond</comments>
		
		<dc:creator><![CDATA[emandarine]]></dc:creator>
		<pubDate>Tue, 27 Apr 2021 09:40:21 +0000</pubDate>
				<category><![CDATA[Parallaxe]]></category>
		<category><![CDATA[Wordpress-bulma]]></category>
		<guid isPermaLink="false">https://blog.emandarine.net/?p=5678</guid>

					<description><![CDATA[HTML: &#60;section class="paralax"&#62;    &#60;h1&#62;bistrot gourmand&#60;/h1&#62;    &#60;img src="&#60;?php echo get_template_directory_uri(); ?&#62;/css/img/burger.png" alt="" class="imgSlideInLeft"&#62;    &#60;img src="&#60;?php echo get_template_directory_uri(); ?&#62;/css/img/bonappetit.png" alt="" class="imgSlideInRight"&#62; &#60;/section&#62; CSS: /* Paralaxe */ /**  * La parti commentée doit être rajouté à chaque nouvelle "observation"  * Ne pas oublier de mettre les keyframes voulu si vous voulez en utiliser d'autre   */ .paralax{  background-image: url('img/mrrobot2.jpg');  min-height: 500px;  background-attachment: fixed;  background-position: center;  background-repeat: no-repeat;  background-size: cover; } .paralax h1{...]]></description>
		
					<wfw:commentRss>https://blog.emandarine.net/bulma/wordpress-bulma/parallax-intersection-observer/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Menu burger transition plein écran</title>
		<link>https://blog.emandarine.net/bulma/wordpress-bulma/menu-burger-transition-plein-ecran/</link>
					<comments>https://blog.emandarine.net/bulma/wordpress-bulma/menu-burger-transition-plein-ecran/#respond</comments>
		
		<dc:creator><![CDATA[emandarine]]></dc:creator>
		<pubDate>Fri, 19 Mar 2021 10:25:21 +0000</pubDate>
				<category><![CDATA[Navigation]]></category>
		<category><![CDATA[Wordpress-bulma]]></category>
		<guid isPermaLink="false">https://blog.emandarine.net/?p=5652</guid>

					<description><![CDATA[&#160; 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; CSS: @keyframes checked-anim {    50% {      width: 100vw;      height: 100vh;...]]></description>
		
					<wfw:commentRss>https://blog.emandarine.net/bulma/wordpress-bulma/menu-burger-transition-plein-ecran/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Street View No Zoom Scroll</title>
		<link>https://blog.emandarine.net/bulma/wordpress-bulma/street-view-no-scroll/</link>
					<comments>https://blog.emandarine.net/bulma/wordpress-bulma/street-view-no-scroll/#respond</comments>
		
		<dc:creator><![CDATA[emandarine]]></dc:creator>
		<pubDate>Thu, 18 Mar 2021 10:39:39 +0000</pubDate>
				<category><![CDATA[Google Avis - Map]]></category>
		<category><![CDATA[Wordpress-bulma]]></category>
		<guid isPermaLink="false">https://blog.emandarine.net/?p=5640</guid>

					<description><![CDATA[HTML: &#60;section&#62;  &#60;div class="mapContainer"&#62;    &#60;iframe scrolling="no" src="https://www.google.com/maps/embed?pb=!4v1615977483100!6m8!1m7!1sPLRSXqOqx8IAAAQvxQy-3w!2m2!1d46.66770001268814!2d-0.2529888975152517!3f0!4f0!5f0.7820865974627469"  style="border:0;" allowfullscreen="" loading="lazy"&#62;&#60;/iframe&#62;    &#60;div class="btnIframe"&#62;Démarrer&#60;/div&#62;  &#60;/div&#62; &#60;/section&#62; &#160; CSS: .mapContainer, .mapContainer iframe{  width: 100%;  height: 80vh; } .mapContainer{  background-color: rgba(0, 0, 0, 0.8);  position: relative;  display: flex;  justify-content: center;  align-items: center; } .mapContainer iframe{  display: block;...]]></description>
		
					<wfw:commentRss>https://blog.emandarine.net/bulma/wordpress-bulma/street-view-no-scroll/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Navigation icônes réseaux sociaux</title>
		<link>https://blog.emandarine.net/bulma/wordpress-bulma/navigation-icones-reseaux-sociaux/</link>
					<comments>https://blog.emandarine.net/bulma/wordpress-bulma/navigation-icones-reseaux-sociaux/#respond</comments>
		
		<dc:creator><![CDATA[emandarine]]></dc:creator>
		<pubDate>Fri, 12 Mar 2021 15:19:49 +0000</pubDate>
				<category><![CDATA[Intégration Bulma]]></category>
		<category><![CDATA[Navigation]]></category>
		<category><![CDATA[Wordpress-bulma]]></category>
		<guid isPermaLink="false">https://blog.emandarine.net/?p=5599</guid>

					<description><![CDATA[&#160; Html &#60;nav class="navbar main-nav-icons"&#62; &#60;div class="navbar-brand logo-nav"&#62; &#60;a class="navbar-item" href=""&#62; &#60;img src="https://bulma.io/images/bulma-logo.png" alt=""&#62; &#60;/a&#62; &#60;/div&#62; &#60;div class="navbar-start navbar-contact"&#62; &#60;a class="navbar-item" href=""&#62; &#60;span class="icon mr-1"&#62;...]]></description>
		
					<wfw:commentRss>https://blog.emandarine.net/bulma/wordpress-bulma/navigation-icones-reseaux-sociaux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Box catégories</title>
		<link>https://blog.emandarine.net/bulma/wordpress-bulma/box-categories/</link>
					<comments>https://blog.emandarine.net/bulma/wordpress-bulma/box-categories/#respond</comments>
		
		<dc:creator><![CDATA[emandarine]]></dc:creator>
		<pubDate>Fri, 05 Mar 2021 14:59:12 +0000</pubDate>
				<category><![CDATA[Box overlay & catégories]]></category>
		<category><![CDATA[Wordpress-bulma]]></category>
		<guid isPermaLink="false">https://blog.emandarine.net/?p=5552</guid>

					<description><![CDATA[1° Code &#60;div class="container is-fluid"&#62; &#60;?php $last = get_categories(); foreach($last as $cat){ ?&#62; &#60;section class="section"&#62; &#60;div class="container"&#62; &#60;div class="columns is-vcentered"&#62; &#60;div class="column is-6 mb-5"&#62; &#60;h2...]]></description>
		
					<wfw:commentRss>https://blog.emandarine.net/bulma/wordpress-bulma/box-categories/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Box overlay</title>
		<link>https://blog.emandarine.net/bulma/wordpress-bulma/box-overlay/</link>
					<comments>https://blog.emandarine.net/bulma/wordpress-bulma/box-overlay/#respond</comments>
		
		<dc:creator><![CDATA[emandarine]]></dc:creator>
		<pubDate>Fri, 05 Mar 2021 14:13:13 +0000</pubDate>
				<category><![CDATA[Box overlay & catégories]]></category>
		<category><![CDATA[Wordpress-bulma]]></category>
		<guid isPermaLink="false">https://blog.emandarine.net/?p=5548</guid>

					<description><![CDATA[1° Code &#60;!-- version 3 = boucle sur les catégories puis affiche les miniatures des 4 derniers articles plus overlay gauche sur les miniatures avec...]]></description>
		
					<wfw:commentRss>https://blog.emandarine.net/bulma/wordpress-bulma/box-overlay/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Image avec texte</title>
		<link>https://blog.emandarine.net/bulma/wordpress-bulma/contenus/image-avec-texte/</link>
					<comments>https://blog.emandarine.net/bulma/wordpress-bulma/contenus/image-avec-texte/#respond</comments>
		
		<dc:creator><![CDATA[emandarine]]></dc:creator>
		<pubDate>Fri, 05 Mar 2021 09:52:10 +0000</pubDate>
				<category><![CDATA[Contenus]]></category>
		<category><![CDATA[Intégration Bulma]]></category>
		<guid isPermaLink="false">https://blog.emandarine.net/?p=5532</guid>

					<description><![CDATA[Code &#60;section class="section"&#62; &#60;div class="container"&#62; &#60;div class="columns is-vcentered"&#62; &#60;div class="column is-6"&#62; &#60;h2 class="title is-spaced"&#62;The New Internet&#60;/h2&#62; &#60;p class="subtitle"&#62;Our mission is not to outsell Hooli with...]]></description>
		
					<wfw:commentRss>https://blog.emandarine.net/bulma/wordpress-bulma/contenus/image-avec-texte/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Formulaires de contact</title>
		<link>https://blog.emandarine.net/bulma/wordpress-bulma/contenus/formulaires-de-contact/</link>
					<comments>https://blog.emandarine.net/bulma/wordpress-bulma/contenus/formulaires-de-contact/#respond</comments>
		
		<dc:creator><![CDATA[emandarine]]></dc:creator>
		<pubDate>Fri, 05 Mar 2021 09:40:05 +0000</pubDate>
				<category><![CDATA[Contenus]]></category>
		<category><![CDATA[Intégration Bulma]]></category>
		<guid isPermaLink="false">https://blog.emandarine.net/?p=5525</guid>

					<description><![CDATA[1° Php &#60;div class="section"&#62; &#60;div class="container"&#62; &#60;h2 class="title has-text-centered"&#62;Contact 1&#60;/h2&#62; &#60;div class="columns"&#62; &#60;div class="column is-6"&#62; &#60;h4 class="title is-spaced is-4"&#62;Let's talk about the future of the...]]></description>
		
					<wfw:commentRss>https://blog.emandarine.net/bulma/wordpress-bulma/contenus/formulaires-de-contact/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Carrousel avec texte et bouton</title>
		<link>https://blog.emandarine.net/bulma/wordpress-bulma/contenus/carrousel-avec-texte-et-bouton/</link>
					<comments>https://blog.emandarine.net/bulma/wordpress-bulma/contenus/carrousel-avec-texte-et-bouton/#respond</comments>
		
		<dc:creator><![CDATA[emandarine]]></dc:creator>
		<pubDate>Fri, 05 Mar 2021 09:31:18 +0000</pubDate>
				<category><![CDATA[Contenus]]></category>
		<category><![CDATA[Intégration Bulma]]></category>
		<guid isPermaLink="false">https://blog.emandarine.net/?p=5516</guid>

					<description><![CDATA[Code &#60;!-- content6 --&#62; &#60;section class="section"&#62; &#60;div class="container"&#62; &#60;div class="columns is-vcentered"&#62; &#60;div class="column is-6"&#62; &#60;div class="slider-home"&#62; &#60;img class="" src="&#60;?php echo get_template_directory_uri(); ?&#62;/css/img/uploads/1.jpeg" alt="" /&#62; &#60;img...]]></description>
		
					<wfw:commentRss>https://blog.emandarine.net/bulma/wordpress-bulma/contenus/carrousel-avec-texte-et-bouton/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Ajouter les Avis Google</title>
		<link>https://blog.emandarine.net/bulma/wordpress-bulma/ajouter-les-avis-google/</link>
					<comments>https://blog.emandarine.net/bulma/wordpress-bulma/ajouter-les-avis-google/#respond</comments>
		
		<dc:creator><![CDATA[emandarine]]></dc:creator>
		<pubDate>Thu, 04 Mar 2021 13:57:28 +0000</pubDate>
				<category><![CDATA[Google Avis - Map]]></category>
		<category><![CDATA[Wordpress-bulma]]></category>
		<guid isPermaLink="false">https://blog.emandarine.net/?p=5473</guid>

					<description><![CDATA[&#160; Nous avons récupéré et modifié du code sur Github pour notre intégration des avis Google sur un site (en l&#8217;occurrence WordPress sous CSS Bulma...]]></description>
		
					<wfw:commentRss>https://blog.emandarine.net/bulma/wordpress-bulma/ajouter-les-avis-google/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>Menu Burger</title>
		<link>https://blog.emandarine.net/bulma/wordpress-bulma/menu-burger/</link>
					<comments>https://blog.emandarine.net/bulma/wordpress-bulma/menu-burger/#respond</comments>
		
		<dc:creator><![CDATA[emandarine]]></dc:creator>
		<pubDate>Thu, 18 Feb 2021 15:01:57 +0000</pubDate>
				<category><![CDATA[Navigation]]></category>
		<category><![CDATA[Wordpress-bulma]]></category>
		<guid isPermaLink="false">https://blog.emandarine.net/?p=5360</guid>

					<description><![CDATA[1° &#60;style&#62; .modelc .burger-menu { --burger-menu-radius: 4em; position: fixed; z-index: 101; display: block; width: var(--burger-menu-radius); height: var(--burger-menu-radius); background: white; border: solid 2px rgba(149, 166, 167,...]]></description>
		
					<wfw:commentRss>https://blog.emandarine.net/bulma/wordpress-bulma/menu-burger/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Vidéo</title>
		<link>https://blog.emandarine.net/bulma/wordpress-bulma/video/</link>
					<comments>https://blog.emandarine.net/bulma/wordpress-bulma/video/#respond</comments>
		
		<dc:creator><![CDATA[emandarine]]></dc:creator>
		<pubDate>Thu, 04 Feb 2021 09:13:51 +0000</pubDate>
				<category><![CDATA[Wordpress-bulma]]></category>
		<guid isPermaLink="false">https://blog.emandarine.net/?p=5046</guid>

					<description><![CDATA[Vidéo background ]]></description>
		
					<wfw:commentRss>https://blog.emandarine.net/bulma/wordpress-bulma/video/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Section Vidéo Background</title>
		<link>https://blog.emandarine.net/bulma/wordpress-bulma/video/section-video-background/</link>
					<comments>https://blog.emandarine.net/bulma/wordpress-bulma/video/section-video-background/#respond</comments>
		
		<dc:creator><![CDATA[emandarine]]></dc:creator>
		<pubDate>Wed, 03 Feb 2021 10:32:00 +0000</pubDate>
				<category><![CDATA[Background animation]]></category>
		<category><![CDATA[Vidéo]]></category>
		<guid isPermaLink="false">https://blog.emandarine.net/?p=5033</guid>

					<description><![CDATA[Vidéo hébergée avec un lien ou un fichier vidéo, la vidéo est placé dans un header avec la possibilité de mettre du texte par-dessus la...]]></description>
		
					<wfw:commentRss>https://blog.emandarine.net/bulma/wordpress-bulma/video/section-video-background/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="https://dl.dropbox.com/s/1ibdufnc582i3m2/discussing_features.webm" length="0" type="video/webm" />
<enclosure url="https://dl.dropbox.com/s/o1k71kdq36jgt00/discussing_features.ogv" length="0" type="video/ogg" />
<enclosure url="https://dl.dropbox.com/s/84ovrnh706nxnp2/discussing_features.mp4" length="0" type="video/mp4" />

			</item>
		<item>
		<title>One Page</title>
		<link>https://blog.emandarine.net/bulma/wordpress-bulma/contenus/box-3/</link>
					<comments>https://blog.emandarine.net/bulma/wordpress-bulma/contenus/box-3/#respond</comments>
		
		<dc:creator><![CDATA[emandarine]]></dc:creator>
		<pubDate>Thu, 29 Oct 2020 13:54:26 +0000</pubDate>
				<category><![CDATA[Contenus]]></category>
		<guid isPermaLink="false">https://blog.emandarine.net/?p=4949</guid>

					<description><![CDATA[Code : &#60;?php /* Template Name: Page Accueil One Page */ ?&#62; &#60;style&#62; /* Fix page d'accueil one page */ @media screen and (min-width:1088px){ .mainview...]]></description>
		
					<wfw:commentRss>https://blog.emandarine.net/bulma/wordpress-bulma/contenus/box-3/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Parallaxe</title>
		<link>https://blog.emandarine.net/bulma/wordpress-bulma/parallaxe/</link>
					<comments>https://blog.emandarine.net/bulma/wordpress-bulma/parallaxe/#respond</comments>
		
		<dc:creator><![CDATA[emandarine]]></dc:creator>
		<pubDate>Thu, 03 Sep 2020 15:18:29 +0000</pubDate>
				<category><![CDATA[Parallaxe]]></category>
		<category><![CDATA[Wordpress-bulma]]></category>
		<guid isPermaLink="false">https://blog.emandarine.net/?p=4419</guid>

					<description><![CDATA[CSS .header2 { height: 500px; } /* Paralaxe */ .background-image { background-image: url('img/mandarine4.jpg'); background-size: cover; background-position: center; background-attachment: fixed; } .parallax-container { overflow: hidden; }...]]></description>
		
					<wfw:commentRss>https://blog.emandarine.net/bulma/wordpress-bulma/parallaxe/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Contenus</title>
		<link>https://blog.emandarine.net/bulma/wordpress-bulma/contenus/</link>
					<comments>https://blog.emandarine.net/bulma/wordpress-bulma/contenus/#respond</comments>
		
		<dc:creator><![CDATA[emandarine]]></dc:creator>
		<pubDate>Thu, 03 Sep 2020 15:17:26 +0000</pubDate>
				<category><![CDATA[Wordpress-bulma]]></category>
		<guid isPermaLink="false">https://blog.emandarine.net/?p=4417</guid>

					<description><![CDATA[Blogs Carrousel Contact Contenus]]></description>
		
					<wfw:commentRss>https://blog.emandarine.net/bulma/wordpress-bulma/contenus/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Navigation</title>
		<link>https://blog.emandarine.net/bulma/wordpress-bulma/navigation/</link>
					<comments>https://blog.emandarine.net/bulma/wordpress-bulma/navigation/#respond</comments>
		
		<dc:creator><![CDATA[emandarine]]></dc:creator>
		<pubDate>Thu, 03 Sep 2020 15:14:41 +0000</pubDate>
				<category><![CDATA[Navigation]]></category>
		<category><![CDATA[Wordpress-bulma]]></category>
		<guid isPermaLink="false">https://blog.emandarine.net/?p=4415</guid>

					<description><![CDATA[Navigation 1° &#60;!-- navigation classique 1--&#62; &#60;nav class="navbar"&#62; &#60;div class="navbar-brand"&#62; &#60;a class="navbar-item" href="&#60;?php echo home_url(); ?&#62;" title="&#60;?php bloginfo(); ?&#62;"&#62; &#60;img src="&#60;?php echo get_template_directory_uri(); ?&#62;/css/img/logo.svg" width="70px"...]]></description>
		
					<wfw:commentRss>https://blog.emandarine.net/bulma/wordpress-bulma/navigation/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
