Skip to content

Commit

Permalink
creation des gif
Browse files Browse the repository at this point in the history
  • Loading branch information
yacineblr committed Sep 28, 2016
1 parent 9e4f8f6 commit 6c3695f
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 8 deletions.
3 changes: 0 additions & 3 deletions ace_init.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@
editor_html.setOptions({
// "scrollPastEnd": 0.8,
autoScrollEditorIntoView: true,
enableBasicAutocompletion: true,
enableSnippets: true,
enableLiveAutocompletion: true,
tabSize: 1,
useSoftTabs: true
//wrap: 75
Expand Down
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
<p id="mfs">Pressez F11 pour afficher le code en plein ecran</p>
<!--<button onclick="verifCss('code_css'); return false">Verification du CSS</button>-->
</form>
<section>
<div class="col-6 resultat">
<section style="overflow: inherit; min-height: 500px;">
<div class="col-12 resultat">
<style id="new_css"></style>
<div id="new_html"></div>
</div>
Expand Down
Binary file added src/atelier/images/gif/ex0.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/atelier/images/gif/ex1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/atelier/images/gif/ex2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/atelier/images/gif/ex3.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/atelier/images/gif/ex4.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/atelier/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ function Exercice (ex_nb, obj_fourniture_exercice){
this.html = obj_fourniture_exercice.html;
this.getGif = function(){
//return this.directory + this.gifname + this.nb + ".gif"
return directory + gifname + "1" + ".gif"
return directory + gifname + this.nb + ".gif"
//return directory + gifname + "1" + ".gif"
};
Expand Down
1 change: 0 additions & 1 deletion src/atelier/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ section {
background: white;
padding: 15px 0px;
transition: all 0.3s ease-out;
overflow: hidden;
text-shadow: 0 0 0.1px #636363;
cursor: hand;
border-top: 1px solid #b3d1ff;
Expand Down

0 comments on commit 6c3695f

Please sign in to comment.