DEBUG | |
---|---|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="text"> | |
<p>Texte</p> | |
</div> | |
<div class="color-variables"> | |
<p class="left">Texte</p> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/config/ | |
/ecrire/ | |
/IMG/ | |
/local/ | |
/plugins/auto/ | |
/plugins-dist/ | |
/prive/ | |
/squelettes-dist/ | |
/tmp/ | |
index.php |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Theme Name: Orio Child | |
Theme URI: http://www.spab-rice.com/themes | |
Description: Orio child Theme. | |
Version: 1.0 | |
Author: Spab Rice | |
Author URI: http://www.spab-rice.com | |
Tags: portfolio | |
Template: orio |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Sample robots.txt | |
# replace domain.com with your website url | |
User-agent: * | |
Sitemap: https://domain.com/page-sitemap.xml | |
# Sitemap: https://domain.com/program-sitemap.xml | |
# Sitemap: https://domain.com/campus-sitemap.xml | |
# Sitemap: https://domain.com/event-sitemap.xml | |
# Sitemap: https://domain.com/campus-sitemap.xml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config/ | |
plugins/ | |
ecrire/ | |
IMG/ | |
lib/ | |
plugins-dist/ | |
prive/ | |
squelettes-dist/ | |
local/ | |
tmp/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Utility generator | |
// Used to generate utilities & print utilities | |
@mixin generate-utility($utility, $infix, $is-rfs-media-query: false) { | |
$values: map-get($utility, values); | |
// If the values are a list or string, convert it into a map | |
@if type-of($values) == "string" or type-of(nth($values, 1)) != "list" { | |
$values: zip($values, $values); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* jshint node: true */ | |
'use strict'; | |
/** | |
* Usage général : | |
* | |
* - tâche "gulp" : fichiers compilés dans "/dist" (ni minifiés ni concaténés). | |
* Le client peut modifier, améliorer et mettre en prod lui-même. | |
* | |
* - tâche "gulp --prod" : fichiers compilés dans "/dist" (minifiés, concaténés, |
|____2049 ok
| |____partials
| | |____navbar.volt ok
|____club
| |____back
| | |____club.volt
| | |____list.volt
| | |____form.volt