diff --git a/sites/all/modules/gui/jeemod/jeemod.info b/sites/all/modules/gui/jeemod/jeemod.info
new file mode 100644
index 0000000..7e17b80
--- /dev/null
+++ b/sites/all/modules/gui/jeemod/jeemod.info
@@ -0,0 +1,6 @@
+name = Jee module
+description = "the jeunes-et-engages.fr webdoc module"
+package = Jee
+core = 7.x
+;dependencies[] = system (>7.10)
+;files[] = tests/admin_menu.test
\ No newline at end of file
diff --git a/sites/all/modules/gui/jeemod/jeemod.module b/sites/all/modules/gui/jeemod/jeemod.module
new file mode 100644
index 0000000..69d948e
--- /dev/null
+++ b/sites/all/modules/gui/jeemod/jeemod.module
@@ -0,0 +1,33 @@
+ MENU_CALLBACK,
+ 'file' => 'jeemod.pages.inc',
+ );
+
+ $items['jee/chapter'] = $base+array(
+ 'title' => 'Matrio base ajax',
+ 'page callback' => 'jeemod_chapter',
+ 'page arguments' => array(2),
+ 'access callback' => TRUE,
+ // 'access arguments' => array('use materio search api'),
+ );
+
+ return $items;
+}
+
+/**
+ * Implements hook_entity_info_alter().
+ */
+function jeemod_entity_info_alter(&$entity_info) {
+ $entity_info['node']['view modes']['chapter'] = array(
+ 'label' => t('chapter'),
+ 'custom settings' => TRUE,
+ );
+}
\ No newline at end of file
diff --git a/sites/all/modules/gui/jeemod/jeemod.pages.inc b/sites/all/modules/gui/jeemod/jeemod.pages.inc
new file mode 100644
index 0000000..7672c34
--- /dev/null
+++ b/sites/all/modules/gui/jeemod/jeemod.pages.inc
@@ -0,0 +1,18 @@
+ $nid,
+ "viewmode" => $viewmode
+ );
+
+ if($nodeview = node_view(node_load($nid),$viewmode)){
+ $rep = $rep+array(
+ 'node' => drupal_render($nodeview),
+ );
+ drupal_json_output($rep);
+ }
+}
\ No newline at end of file
diff --git a/sites/all/themes/gui/jee/.sass-cache/06dcbe1fa5b03937e94c01bbbc1f20c6e165e878/fonts.scssc b/sites/all/themes/gui/jee/.sass-cache/06dcbe1fa5b03937e94c01bbbc1f20c6e165e878/fonts.scssc
index c6ea1f4..c6953bf 100644
Binary files a/sites/all/themes/gui/jee/.sass-cache/06dcbe1fa5b03937e94c01bbbc1f20c6e165e878/fonts.scssc and b/sites/all/themes/gui/jee/.sass-cache/06dcbe1fa5b03937e94c01bbbc1f20c6e165e878/fonts.scssc differ
diff --git a/sites/all/themes/gui/jee/.sass-cache/06dcbe1fa5b03937e94c01bbbc1f20c6e165e878/jee.scssc b/sites/all/themes/gui/jee/.sass-cache/06dcbe1fa5b03937e94c01bbbc1f20c6e165e878/jee.scssc
index 063890b..5d14eb0 100644
Binary files a/sites/all/themes/gui/jee/.sass-cache/06dcbe1fa5b03937e94c01bbbc1f20c6e165e878/jee.scssc and b/sites/all/themes/gui/jee/.sass-cache/06dcbe1fa5b03937e94c01bbbc1f20c6e165e878/jee.scssc differ
diff --git a/sites/all/themes/gui/jee/.sass-cache/06dcbe1fa5b03937e94c01bbbc1f20c6e165e878/misc.scssc b/sites/all/themes/gui/jee/.sass-cache/06dcbe1fa5b03937e94c01bbbc1f20c6e165e878/misc.scssc
new file mode 100644
index 0000000..3710c0b
Binary files /dev/null and b/sites/all/themes/gui/jee/.sass-cache/06dcbe1fa5b03937e94c01bbbc1f20c6e165e878/misc.scssc differ
diff --git a/sites/all/themes/gui/jee/Gruntfile.js b/sites/all/themes/gui/jee/Gruntfile.js
index ff0840d..37ccaa9 100644
--- a/sites/all/themes/gui/jee/Gruntfile.js
+++ b/sites/all/themes/gui/jee/Gruntfile.js
@@ -20,14 +20,16 @@ module.exports = function (grunt) {
cssDir: 'css',
imagesPath: 'assets/img',
noLineComments: false,
- outputStyle: 'compressed'
+ // outputStyle: 'compressed'
}
}
},
postcss: {
options: {
processors: [
- require('autoprefixer-core')({browsers: 'last 3 version'}).postcss,
+ require('autoprefixer-core')({
+ browsers: ['> 1%'] //, 'ie 8', 'ie 7', 'FirefoxAndroid', 'ExplorerMobile', 'ChromeAndroid'
+ }).postcss,
]
},
dist: { src: 'css/*.css' }
diff --git a/sites/all/themes/gui/jee/assets/img/bgd-bc.svg b/sites/all/themes/gui/jee/assets/img/bgd-bc.svg
new file mode 100644
index 0000000..56a3ed3
--- /dev/null
+++ b/sites/all/themes/gui/jee/assets/img/bgd-bc.svg
@@ -0,0 +1,228 @@
+
+
+
+
diff --git a/sites/all/themes/gui/jee/assets/img/bgd-dph.svg b/sites/all/themes/gui/jee/assets/img/bgd-dph.svg
new file mode 100644
index 0000000..c0e2c96
--- /dev/null
+++ b/sites/all/themes/gui/jee/assets/img/bgd-dph.svg
@@ -0,0 +1,247 @@
+
+
+
+
diff --git a/sites/all/themes/gui/jee/assets/img/bgd-dub.svg b/sites/all/themes/gui/jee/assets/img/bgd-dub.svg
new file mode 100644
index 0000000..5ac75f4
--- /dev/null
+++ b/sites/all/themes/gui/jee/assets/img/bgd-dub.svg
@@ -0,0 +1,284 @@
+
+
+
+
diff --git a/sites/all/themes/gui/jee/assets/img/bgd-juso.svg b/sites/all/themes/gui/jee/assets/img/bgd-juso.svg
new file mode 100644
index 0000000..152bcd0
--- /dev/null
+++ b/sites/all/themes/gui/jee/assets/img/bgd-juso.svg
@@ -0,0 +1,290 @@
+
+
+
+
diff --git a/sites/all/themes/gui/jee/assets/img/bgd-opp.svg b/sites/all/themes/gui/jee/assets/img/bgd-opp.svg
new file mode 100644
index 0000000..77cf8a6
--- /dev/null
+++ b/sites/all/themes/gui/jee/assets/img/bgd-opp.svg
@@ -0,0 +1,383 @@
+
+
+
+
diff --git a/sites/all/themes/gui/jee/assets/img/bgd-sol.svg b/sites/all/themes/gui/jee/assets/img/bgd-sol.svg
new file mode 100644
index 0000000..843dad4
--- /dev/null
+++ b/sites/all/themes/gui/jee/assets/img/bgd-sol.svg
@@ -0,0 +1,247 @@
+
+
+
+
diff --git a/sites/all/themes/gui/jee/assets/img/bgd-sub.svg b/sites/all/themes/gui/jee/assets/img/bgd-sub.svg
new file mode 100644
index 0000000..05fd8ad
--- /dev/null
+++ b/sites/all/themes/gui/jee/assets/img/bgd-sub.svg
@@ -0,0 +1,315 @@
+
+
+
+
diff --git a/sites/all/themes/gui/jee/assets/img/readmore-btn.svg b/sites/all/themes/gui/jee/assets/img/readmore-btn.svg
new file mode 100644
index 0000000..edd96ac
--- /dev/null
+++ b/sites/all/themes/gui/jee/assets/img/readmore-btn.svg
@@ -0,0 +1,71 @@
+
+
+
+
diff --git a/sites/all/themes/gui/jee/assets/img/shadow-bc.png b/sites/all/themes/gui/jee/assets/img/shadow-bc.png
new file mode 100644
index 0000000..9177af6
Binary files /dev/null and b/sites/all/themes/gui/jee/assets/img/shadow-bc.png differ
diff --git a/sites/all/themes/gui/jee/assets/img/shadow-bc.svg b/sites/all/themes/gui/jee/assets/img/shadow-bc.svg
new file mode 100644
index 0000000..253e3be
--- /dev/null
+++ b/sites/all/themes/gui/jee/assets/img/shadow-bc.svg
@@ -0,0 +1,106 @@
+
+
+
+
diff --git a/sites/all/themes/gui/jee/assets/img/shadow-dph.png b/sites/all/themes/gui/jee/assets/img/shadow-dph.png
new file mode 100644
index 0000000..31aef82
Binary files /dev/null and b/sites/all/themes/gui/jee/assets/img/shadow-dph.png differ
diff --git a/sites/all/themes/gui/jee/assets/img/shadow-dph.svg b/sites/all/themes/gui/jee/assets/img/shadow-dph.svg
new file mode 100644
index 0000000..4e5e141
--- /dev/null
+++ b/sites/all/themes/gui/jee/assets/img/shadow-dph.svg
@@ -0,0 +1,105 @@
+
+
+
+
diff --git a/sites/all/themes/gui/jee/assets/img/shadow-dub.svg b/sites/all/themes/gui/jee/assets/img/shadow-dub.svg
new file mode 100644
index 0000000..f95da4f
--- /dev/null
+++ b/sites/all/themes/gui/jee/assets/img/shadow-dub.svg
@@ -0,0 +1,105 @@
+
+
+
+
diff --git a/sites/all/themes/gui/jee/assets/img/shadow-juso.svg b/sites/all/themes/gui/jee/assets/img/shadow-juso.svg
new file mode 100644
index 0000000..2842aa9
--- /dev/null
+++ b/sites/all/themes/gui/jee/assets/img/shadow-juso.svg
@@ -0,0 +1,105 @@
+
+
+
+
diff --git a/sites/all/themes/gui/jee/assets/img/shadow-opp.svg b/sites/all/themes/gui/jee/assets/img/shadow-opp.svg
new file mode 100644
index 0000000..5ff18e2
--- /dev/null
+++ b/sites/all/themes/gui/jee/assets/img/shadow-opp.svg
@@ -0,0 +1,105 @@
+
+
+
+
diff --git a/sites/all/themes/gui/jee/assets/img/shadow-sol.svg b/sites/all/themes/gui/jee/assets/img/shadow-sol.svg
new file mode 100644
index 0000000..df4f7f7
--- /dev/null
+++ b/sites/all/themes/gui/jee/assets/img/shadow-sol.svg
@@ -0,0 +1,105 @@
+
+
+
+
diff --git a/sites/all/themes/gui/jee/assets/img/shadow-sub.svg b/sites/all/themes/gui/jee/assets/img/shadow-sub.svg
new file mode 100644
index 0000000..cdbf247
--- /dev/null
+++ b/sites/all/themes/gui/jee/assets/img/shadow-sub.svg
@@ -0,0 +1,105 @@
+
+
+
+
diff --git a/sites/all/themes/gui/jee/assets/img/shadows.svg b/sites/all/themes/gui/jee/assets/img/shadows.svg
new file mode 100644
index 0000000..e0a9f0f
--- /dev/null
+++ b/sites/all/themes/gui/jee/assets/img/shadows.svg
@@ -0,0 +1,558 @@
+
+
+
+
diff --git a/sites/all/themes/gui/jee/bower.json b/sites/all/themes/gui/jee/bower.json
index 6ad84b1..d3a4dc4 100644
--- a/sites/all/themes/gui/jee/bower.json
+++ b/sites/all/themes/gui/jee/bower.json
@@ -1,7 +1,9 @@
{
"name": "esadhar",
"dependencies": {
- "foundation": "~5.5.0"
+ "foundation": "~5.5.0",
+ "jquery.transit": "~0.9.12",
+ "jquery.pep": "~0.6.3"
},
"version": "7.x-0.1",
"authors": [
diff --git a/sites/all/themes/gui/jee/bower_components/jquery.pep/.bower.json b/sites/all/themes/gui/jee/bower_components/jquery.pep/.bower.json
new file mode 100644
index 0000000..6eb6511
--- /dev/null
+++ b/sites/all/themes/gui/jee/bower_components/jquery.pep/.bower.json
@@ -0,0 +1,15 @@
+{
+ "name": "jquery.pep",
+ "homepage": "https://github.com/briangonzalez/jquery.pep.js",
+ "version": "0.6.3",
+ "_release": "0.6.3",
+ "_resolution": {
+ "type": "version",
+ "tag": "v0.6.3",
+ "commit": "040ff8b765c4676e06190a631ef6bcdec9ac63a9"
+ },
+ "_source": "git://github.com/briangonzalez/jquery.pep.js.git",
+ "_target": "~0.6.3",
+ "_originalSource": "jquery.pep",
+ "_direct": true
+}
\ No newline at end of file
diff --git a/sites/all/themes/gui/jee/bower_components/jquery.pep/.gitignore b/sites/all/themes/gui/jee/bower_components/jquery.pep/.gitignore
new file mode 100644
index 0000000..62300a9
--- /dev/null
+++ b/sites/all/themes/gui/jee/bower_components/jquery.pep/.gitignore
@@ -0,0 +1,2 @@
+dist/jquery.pep.min.js.gz
+node_modules
\ No newline at end of file
diff --git a/sites/all/themes/gui/jee/bower_components/jquery.pep/.nvmrc b/sites/all/themes/gui/jee/bower_components/jquery.pep/.nvmrc
new file mode 100644
index 0000000..4dd35ad
--- /dev/null
+++ b/sites/all/themes/gui/jee/bower_components/jquery.pep/.nvmrc
@@ -0,0 +1 @@
+0.10.13
\ No newline at end of file
diff --git a/sites/all/themes/gui/jee/bower_components/jquery.pep/CONTRIBUTING.md b/sites/all/themes/gui/jee/bower_components/jquery.pep/CONTRIBUTING.md
new file mode 100644
index 0000000..534b99d
--- /dev/null
+++ b/sites/all/themes/gui/jee/bower_components/jquery.pep/CONTRIBUTING.md
@@ -0,0 +1,38 @@
+## Contributing.
+
+First and foremost, if you've made it this far: __you are awesome__. Thanks for even considering contributing to open source.
+
+Here's how you can contribute to this repo:
+
+```bash
+# 1. Make your edits.
+
+# 2. Views the demos in your browser, and test your changes thoroughly.
+# Create new demos as needed.
+grunt serve --port=8000
+
+# 3. Hint, test, and compile.
+grunt
+
+# 4. Commit your changes, closing issues as appropriate.
+git commit -am "fixes #30 - my awesome fix"
+
+# 5. If you're changing Pep's source code (not readmes/demos/etc), tag the commit so Bower can get the latest and greatest.
+# Be sure to increment the version appropriately.
+# Also change the version in package.json
+vi package.json
+git tag -a v0.5.12 -m 'my awesome version v0.5.12'
+
+# 6. Create pull request with changes.
+# or....
+# 6. If you have privileges, push changes and tags:
+git push origin master
+git push origin --tags
+````
+
+## Need help?
+As always, find me on Twitter for help.
+
+|  |
+|---|
+| [Brian Gonzalez](http://briangonzalez.org) |
diff --git a/sites/all/themes/gui/jee/bower_components/jquery.pep/Gruntfile.js b/sites/all/themes/gui/jee/bower_components/jquery.pep/Gruntfile.js
new file mode 100644
index 0000000..ad029a0
--- /dev/null
+++ b/sites/all/themes/gui/jee/bower_components/jquery.pep/Gruntfile.js
@@ -0,0 +1,53 @@
+/*global module:false*/
+module.exports = function(grunt) {
+
+ // Project configuration.
+ grunt.initConfig({
+ pkg: grunt.file.readJSON('package.json'),
+ meta: {
+ },
+ qunit: {
+ files: ['test/**/*.html']
+ },
+ watch: {
+ files: '',
+ tasks: 'lint qunit'
+ },
+ jshint: {
+ options: {
+ curly: false,
+ eqeqeq: true,
+ immed: true,
+ latedef: true,
+ newcap: true,
+ noarg: true,
+ sub: true,
+ undef: false,
+ boss: true,
+ eqnull: true,
+ browser: true
+ },
+ globals: {
+ jQuery: true
+ },
+ src: ['src/**/*.js'],
+ all: ['Gruntfile.js', 'src/**/*.js', 'test/**/*.js']
+ },
+ });
+
+ grunt.loadNpmTasks('grunt-contrib-jshint');
+ grunt.loadNpmTasks('grunt-contrib-qunit');
+
+ // Default task.
+ grunt.registerTask('default', ['jshint:src', 'qunit']);
+
+ // Server Task
+ grunt.registerTask('serve', 'Serves any directory on given port', function (env) {
+ var shell = require('shelljs');
+ var port = grunt.option('port') || 8000;
+ var dir = grunt.option('dir') || '.';
+ console.log(['Serving', dir,'on port:', port].join(' '))
+ shell.exec('cd '+ dir +' && python -m SimpleHTTPServer ' + port);
+ });
+
+};
diff --git a/sites/all/themes/gui/jee/bower_components/jquery.pep/README.md b/sites/all/themes/gui/jee/bower_components/jquery.pep/README.md
new file mode 100644
index 0000000..195a5e0
--- /dev/null
+++ b/sites/all/themes/gui/jee/bower_components/jquery.pep/README.md
@@ -0,0 +1,137 @@
+
+----
+*kinetic drag for mobile & desktop; more at [http://pep.briangonzalez.org](http://pep.briangonzalez.org)*
+
+
+## Getting Started
+Getting started is simple: include jQuery, include pep, then:
+```javascript
+$('.pep').pep(); // yup, that simple.
+```
+
+## Usage
+Pep has many options. Here they are in their entirety, with their defaults. Need a little help? [Just ask](http://twitter.com/brianmgonzalez).
+
+| Name | Default | Description |
+|---------------------------------|-------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------- |
+| initiate | `function(){}` | [≘ touchstart/mousedown] called when first touch / click event is triggered on the object |
+| start | `function(){}` | called when dragging starts; when `dx` or `dy` are greater than `startThreshold[0]` or `startThreshold[1]` |
+| drag | `function(){}` | [≘ touchmove/mousemove] called continuously while the object is dragging |
+| stop | `function(){}` | [≘ touchend/mouseup] called when dragging stops |
+| easing | `function(){}` | called while object is easing |
+| rest | `function(){}` | called after dragging stops, and object has come to rest |
+| moveTo | `false` | custom method to override the default moveTo functionality. |
+| callIfNotStarted | `['stop', 'rest']` | if object has *not* moved outside of the `startThreshold`, call either the user-provided `stop` or `rest` fxn's anyway, or call both |
+| startThreshold | `[0,0]` | how far past should the object move in the [x,y] direction before user 'start' function is called |
+| grid | `[0,0]` | define an [x,y] grid for the object to move along |
+| revert | `false` | revert back to initial position |
+| revertAfter | `stop` | revert after given event - `'stop'` or `'ease'` |
+| revertIf | `function(){ return true; }` | return `false` / `true` from this function to conditionally revert an object |
+| droppable | `false` | CSS selector that this element can be dropped on, false to disable |
+| droppableActiveClass | `'pep-dpa'` | class to add to active droppable parents, default to pep-dpa (droppable parent active); inspect `this.activeDropRegions` within each function for valuable info |
+| overlapFunction | `false` | override pep's default overlap function; takes two args: a & b and returns true if they overlap |
+| cssEaseString | *cubic-bezier(0.190, 1.000, 0.220, 1.000)* | get more css ease params from [ http://matthewlein.com/ceaser/ ] |
+| cssEaseDuration | `750` | how long should it take (in ms) for the object to get from stop to rest? |
+| constrainTo | `false` | constrain object to `'window'` or `'parent'` or `[top, right, bottom, left]`; works best w/ useCSSTranslation set to false |
+| axis | `null` | constrain object to either 'x' or 'y' axis |
+| debug | `false ` | show debug values and events in the lower-righthand corner of page |
+| activeClass | `'pep-active'` | class to add to the pep element while dragging |
+| multiplier | `1` | +/- this number to modify to 1:1 ratio of finger/mouse movement to el movement |
+| velocityMultiplier | `1.9` | +/- this number to modify the springiness of the object as your release it |
+| shouldPreventDefault | `true` | in some cases, we don't want to prevent the default mousedown/touchstart on our Pep object, your call |
+| allowDragEventPropagation | `true` | set to false to stop drag events from bubbling up through the DOM tree |
+| stopEvents | `''` | space delimited set of events which programmatically cause the object to stop |
+| hardwareAccelerate | `true` | apply the CSS3 silver bullet method to accelerate the pep object: http://indiegamr.com/ios6-html-hardware-acceleration-changes-and-how-to-fix-them/ |
+| useCSSTranslation | `true` | use CSS transform translations as opposed to top/left |
+| disableSelect | `true` | apply `user-select: none` (CSS) to the object |
+| removeMargins | `true` | remove margins for better object placement |
+| shouldEase | `true` | disable/enable easing |
+| place | `true` | bypass pep's object placement logic |
+| deferPlacement | `false` | defer object placement until start event occurs |
+| forceNonCSS3Movement | `false` | DO NOT USE: this is subject to come/go. Use at your own risk |
+| elementsWithInteraction | `'input'` | valid CSS/jQuery selector for elements within the Pep object that should allow user interaction, and thus propagate to allow movement |
+| ignoreRightClick | `true` | start event will be ignored if triggered by a right click |
+| startPos | `{ left: null, top: null }` | set the default left/top coordinate to position the object with on load |
+
+
+
+## API
+```javascript
+// Toggle functionality of all Pep objects on the page
+$.pep.toggleAll()
+
+// Explicitly disable all Pep objects on the page
+$.pep.toggleAll(false)
+
+// Explicitly enable all Pep objects on the page
+$.pep.toggleAll(true)
+
+// Unbind Pep completely from the object
+var $pep = $('.pep');
+$pep.pep(); // bind
+$.pep.unbind( $pep ); // unbind
+$pep.pep(); // bind
+````
+
+## Class Applications
+The following classes are applied corresponding to events that are happening on the pep object:
+
+ - `pep-active` -- applied when initiate event is triggered; removed when ease has finished
+ - `pep-start` -- applied when start event is triggered; removed when stop event occurs
+ - `pep-ease` -- applied when stop event is triggered; removed when ease has finished
+
+## Installation
+__Via Bower__
+
+```shell
+bower install jquery.pep
+````
+
+__From CDN__
+
+Bleeding edge, development version:
+
+````
+http://rawgithub.com/briangonzalez/jquery.pep.js/master/src/jquery.pep.js
+````
+
+## A note on `droppable` option
+There is a convenience object within the context of each function pep makes available (drag, rest, ease, etc.) called `activeDropRegions`, which is an array of jQuery objects that the pep object is currently "over".
+
+__Example:__
+```javascript
+$('.pep').pep({
+ droppable: '.drop-target',
+ drag: function(ev, obj){
+ console.log('There are ' + this.activeDropRegions.length + 'active drop regions.')
+ },
+ revert: true,
+ revertIf: function(ev, obj){
+ return !this.activeDropRegions.length;
+ }
+})
+```
+
+## Having an issue?
+
+Before filing an issue, be sure to read the docs and search previous issues. If you're still not having any luck, be sure to fork the following CodePen, demonstrating the issue that you're having.
+
+#### [→ Fork me and modify before filing issue](http://codepen.io/briangonzalez/pen/wqmIJ)
+
+
+## Examples
+Checkout the examples in the `demos` folder, which cover a wide array of test cases and options. Or you can check out other examples at http://pep.briangonzalez.org/ (which can also be found in more detail on Codepen: http://codepen.io/briangonzalez/tag/pep-demo)
+
+## Author
+|  |
+|---|
+| [Brian Gonzalez](http://briangonzalez.org) |
+
+
+## Support
+
+Pep includes at least partial support for most browsers, dating back to IE6.
+
+## License
+
+Pep is licensed under the [MIT License](http://www.tldrlegal.com/license/mit-license)
diff --git a/sites/all/themes/gui/jee/bower_components/jquery.pep/demos/axis.html b/sites/all/themes/gui/jee/bower_components/jquery.pep/demos/axis.html
new file mode 100644
index 0000000..2961341
--- /dev/null
+++ b/sites/all/themes/gui/jee/bower_components/jquery.pep/demos/axis.html
@@ -0,0 +1,44 @@
+
+
+
+
+ jquery.pep demo - constrained to axis
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
X
+
Y
+
X translation
+
Y translation
+
Y ease disabled
+
+
+
+
\ No newline at end of file
diff --git a/sites/all/themes/gui/jee/bower_components/jquery.pep/demos/base-debug.html b/sites/all/themes/gui/jee/bower_components/jquery.pep/demos/base-debug.html
new file mode 100644
index 0000000..04b27e0
--- /dev/null
+++ b/sites/all/themes/gui/jee/bower_components/jquery.pep/demos/base-debug.html
@@ -0,0 +1,35 @@
+
+
+
+
+ jquery.pep base demo - debug enabled
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/sites/all/themes/gui/jee/bower_components/jquery.pep/demos/base-min.html b/sites/all/themes/gui/jee/bower_components/jquery.pep/demos/base-min.html
new file mode 100644
index 0000000..179e702
--- /dev/null
+++ b/sites/all/themes/gui/jee/bower_components/jquery.pep/demos/base-min.html
@@ -0,0 +1,30 @@
+
+
+
+
+ jquery.pep base demo - using minified version
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/sites/all/themes/gui/jee/bower_components/jquery.pep/demos/base.html b/sites/all/themes/gui/jee/bower_components/jquery.pep/demos/base.html
new file mode 100644
index 0000000..106cec3
--- /dev/null
+++ b/sites/all/themes/gui/jee/bower_components/jquery.pep/demos/base.html
@@ -0,0 +1,32 @@
+
+
+
+
+ jquery.pep base demo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/sites/all/themes/gui/jee/bower_components/jquery.pep/demos/constrain-to-non-immediate-parent.html b/sites/all/themes/gui/jee/bower_components/jquery.pep/demos/constrain-to-non-immediate-parent.html
new file mode 100644
index 0000000..3a1a2fc
--- /dev/null
+++ b/sites/all/themes/gui/jee/bower_components/jquery.pep/demos/constrain-to-non-immediate-parent.html
@@ -0,0 +1,39 @@
+
+
+
+
+ jquery.pep demo - constrained objects
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+