Skip to content

Commit

Permalink
Merge pull request #41 from singchan/gh-pages
Browse files Browse the repository at this point in the history
preprod => editor (#10)
  • Loading branch information
singchan committed Jan 25, 2017
2 parents 7980245 + cc7f827 commit ada6d24
Show file tree
Hide file tree
Showing 9 changed files with 56 additions and 35 deletions.
11 changes: 2 additions & 9 deletions smart-simple/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,18 +111,11 @@
top: 669px;
left: 0px;
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px){.silex-id-1484587463012-11 {
top: 871px;
left: 0px;
}
}.silex-id-1484587463012-10 {
.silex-id-1484587463012-10 {
min-height: 331px;
background-color: transparent;
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px){.silex-id-1484587463012-10 {
min-height: 444px;
}
}.silex-id-1484589600542-14 {
.silex-id-1484589600542-14 {
min-height: 120px;
width: 270px;
top: 115px;
Expand Down
22 changes: 15 additions & 7 deletions smart-simple/editable.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@

<meta name="generator" content="Silex v2.2.7">

<script type="text/javascript" src="//preprod.silex.me/static/2.7/jquery.js" data-silex-static=""></script>
<script type="text/javascript" src="//preprod.silex.me/static/2.7/jquery-ui.js" data-silex-static=""></script>
<script type="text/javascript" src="//preprod.silex.me/static/2.7/pageable.js" data-silex-static=""></script>
<script type="text/javascript" src="//preprod.silex.me/static/2.7/front-end.js" data-silex-static=""></script>
<link rel="stylesheet" href="//preprod.silex.me/static/2.7/normalize.css" data-silex-static="">
<link rel="stylesheet" href="//preprod.silex.me/static/2.7/front-end.css" data-silex-static="">
<script type="text/javascript" src="//editor.silex.me/static/2.7/jquery.js" data-silex-static=""></script>
<script type="text/javascript" src="//editor.silex.me/static/2.7/jquery-ui.js" data-silex-static=""></script>
<script type="text/javascript" src="//editor.silex.me/static/2.7/pageable.js" data-silex-static=""></script>
<script type="text/javascript" src="//editor.silex.me/static/2.7/front-end.js" data-silex-static=""></script>
<link rel="stylesheet" href="//editor.silex.me/static/2.7/normalize.css" data-silex-static="">
<link rel="stylesheet" href="//editor.silex.me/static/2.7/front-end.css" data-silex-static="">
<style type="text/css" class="silex-style">
div.hero-bottom {
top: auto;
Expand Down Expand Up @@ -663,7 +663,7 @@
<meta name="twitter:description" content="This is a nice web template for my mobile app">
<meta name="og:description" content="This is a nice web template for my mobile app">
<meta name="twitter:site" content="silexlabs">
<meta name="publicationPath" content="/api/1.0/github/exec/put/silex-templates/smart-simple">
<meta name="publicationPath" content="/api/1.0/github/exec/put///silex-templates/wip/smart-simple">

<meta name="twitter:card" content="summary">

Expand All @@ -674,6 +674,10 @@







<style id="current-page-style">
.page-page-1{display:inherit; }
</style>
Expand Down Expand Up @@ -940,6 +944,10 @@ <h2 style="text-align: center;"><font color="#ffffff" class="heading2">Download







</body>

</html>
12 changes: 12 additions & 0 deletions smart-simple/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@









<style id="current-page-style">
.page-page-1{display:inherit; }
</style>
Expand Down Expand Up @@ -360,4 +366,10 @@ <h2 style="text-align: center;"><font color="#ffffff" class="heading2">Download









</body></html>
4 changes: 2 additions & 2 deletions smart-simple/js/front-end.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ $(function() {
// set the body size to contain all the elements
// this has to be done manually since the elements are absolutely positioned
bodyEl.css({
"min-width": width + "px",
"min-height": height + "px"
'min-width': width + 'px',
'min-height': height + 'px'
});
// end computation, put back the body to a normal size
bodyEl.removeClass('compute-body-size-pending');
Expand Down
4 changes: 2 additions & 2 deletions smart-simple/js/pageable.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
$.widget('silexlabs.pageable', {
version: '1.0.1',
options: {
currentPage:"home",
useDeeplink:true,
currentPage: 'home',
useDeeplink: true,
pageClass: 'paged-element',
onPageChanged: null,
window: window // useful if you are in an iframe and want to set window = window.parent
Expand Down
22 changes: 13 additions & 9 deletions tech-tools/editable.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<meta charset="UTF-8">
<meta name="generator" content="Silex v2.2.7">
<!-- leave this for stats -->
<script type="text/javascript" src="//preprod.silex.me/static/2.7/jquery.js" data-silex-static=""></script>
<script type="text/javascript" src="//preprod.silex.me/static/2.7/jquery-ui.js" data-silex-static=""></script>
<script type="text/javascript" src="//editor.silex.me/static/2.7/jquery.js" data-silex-static=""></script>
<script type="text/javascript" src="//editor.silex.me/static/2.7/jquery-ui.js" data-silex-static=""></script>

<script type="text/javascript" src="//preprod.silex.me/static/2.7/pageable.js" data-silex-static=""></script>
<script type="text/javascript" src="//preprod.silex.me/static/2.7/front-end.js" data-silex-static=""></script>
<script type="text/javascript" src="//editor.silex.me/static/2.7/pageable.js" data-silex-static=""></script>
<script type="text/javascript" src="//editor.silex.me/static/2.7/front-end.js" data-silex-static=""></script>
<!-- Normalize -->
<link href="//preprod.silex.me/static/2.7/normalize.css" rel="stylesheet" data-silex-static="">
<link href="//editor.silex.me/static/2.7/normalize.css" rel="stylesheet" data-silex-static="">
<!-- Silex style -->
<link href="//preprod.silex.me/static/2.7/front-end.css" rel="stylesheet" data-silex-static="">
<link href="//editor.silex.me/static/2.7/front-end.css" rel="stylesheet" data-silex-static="">

<style type="text/css" class="silex-style">
/*
Expand Down Expand Up @@ -293,13 +293,15 @@



<style id="current-page-style">
.page-page-1{display:inherit; }
</style>


<script type="text/javascript" class="silex-json-styles">
[{"desktop":{"silex-id-1439573540471-28":{"cursor":"auto","background-color":"rgb(163, 163, 163)"},"silex-id-1439573540368-27":{"top":"5px","left":"5px","width":"800px","background-color":"rgb(255, 255, 255)","min-height":"1242px"},"silex-id-1439573540265-26":{"width":"100px","top":"0px","left":"0px","background-color":"rgb(102, 102, 102)","min-height":"90px"},"silex-id-1439573540164-25":{"width":"20px","top":"79px","left":"385px","background-color":"rgb(102, 102, 102)","min-height":"20px"},"silex-id-1439573539993-24":{"width":"28px","top":"30px","left":"25px","min-height":"28px"},"silex-id-1439573539891-23":{"width":"172px","top":"28px","left":"60px","background-color":"transparent","min-height":"44px"},"silex-id-1439573539452-22":{"width":"218px","top":"10px","left":"555px","background-color":"transparent","min-height":"74px"},"silex-id-1439573538455-21":{"width":"100px","top":"90px","left":"0px","background-color":"rgb(237, 90, 59)","min-height":"500px"},"silex-id-1439573537452-20":{"width":"20px","top":"487px","left":"385px","background-color":"rgb(237, 90, 59)","min-height":"20px"},"silex-id-1439573536451-19":{"width":"464px","top":"50px","left":"25px","background-color":"transparent","min-height":"279px"},"silex-id-1439573535453-18":{"width":"357px","top":"334px","left":"226px","border-top-width":"2px","border-right-width":"2px","border-bottom-width":"2px","border-left-width":"2px","border-top-style":"solid","border-right-style":"solid","border-bottom-style":"solid","border-left-style":"solid","border-top-color":"rgb(255, 255, 255)","border-right-color":"rgb(255, 255, 255)","border-bottom-color":"rgb(255, 255, 255)","border-left-color":"rgb(255, 255, 255)","border-image-source":"initial","border-image-slice":"initial","border-image-width":"initial","border-image-outset":"initial","border-image-repeat":"initial","border-top-left-radius":"5px","border-top-right-radius":"5px","border-bottom-right-radius":"5px","border-bottom-left-radius":"5px","background-color":"transparent","min-height":"98px"},"silex-id-1439573534459-17":{"width":"95px","top":"1px","left":"28px","background-color":"transparent","min-height":"93px"},"silex-id-1439573533566-16":{"width":"183px","top":"7px","left":"142px","border-top-width":"0px","border-right-width":"0px","border-bottom-width":"0px","border-left-width":"1px","border-top-style":"solid","border-right-style":"solid","border-bottom-style":"solid","border-left-style":"solid","border-top-color":"rgb(255, 255, 255)","border-right-color":"rgb(255, 255, 255)","border-bottom-color":"rgb(255, 255, 255)","border-left-color":"rgb(255, 255, 255)","background-color":"transparent","line-height":"19px","min-height":"87px"},"silex-id-1439573276986-15":{"width":"371px","top":"76px","left":"428px","min-height":"224px"},"silex-id-1439573276011-14":{"width":"100px","top":"847px","left":"25px","min-height":"100px"},"silex-id-1439573274988-13":{"width":"100px","top":"650px","left":"420px","min-height":"101px"},"silex-id-1439573273989-12":{"width":"100px","top":"844px","left":"420px","min-height":"100px"},"silex-id-1439573272985-11":{"width":"100px","top":"650px","left":"25px","min-height":"100px"},"silex-id-1439573271990-10":{"width":"236px","top":"645px","left":"147px","background-color":"transparent","min-height":"132px"},"silex-id-1439573270988-9":{"width":"236px","top":"645px","left":"544px","background-color":"transparent","min-height":"132px"},"silex-id-1439573269990-8":{"width":"236px","top":"842px","left":"146px","background-color":"transparent","min-height":"132px"},"silex-id-1439573268988-7":{"width":"236px","top":"842px","left":"543px","background-color":"transparent","min-height":"132px"},"silex-id-1439573267988-6":{"width":"20px","top":"990px","left":"385px","background-color":"rgb(255, 255, 255)","min-height":"20px"},"silex-id-1439573266985-5":{"width":"801px","top":"1000px","left":"0px","background-color":"rgb(53, 73, 94)","min-height":"250px"},"silex-id-1439573265982-4":{"width":"367px","top":"25px","left":"25px","background-color":"transparent","min-height":"210px"},"silex-id-1439573264982-3":{"width":"367px","top":"25px","left":"413px","background-color":"transparent","min-height":"100px"},"silex-id-1439573263985-2":{"width":"42px","top":"141px","left":"736px","min-height":"38px"},"silex-id-1439573262983-1":{"width":"18px","top":"139px","left":"687px","min-height":"38px"},"silex-id-1439573261942-0":{"width":"27px","top":"140px","left":"632px","min-height":"38px"}},"mobile":{},"componentData":{}}]
</script>

<style id="current-page-style">
.page-page-1{display:inherit; }
</style>
<!-- Silex HEAD tag do not remove -->
<!-- End of Silex HEAD tag do not remove -->
</head>
Expand Down Expand Up @@ -440,6 +442,8 @@ <h2 class="heading2"></h2>
<div class="silex-pages">
<div data-silex-type="image" data-silex-id="silex-id-hamburger-menu" class="menu-button editable-style silex-id-hamburger-menu image-element page-page-1 paged-element prevent-draggable prevent-resizable"><img alt="open mobile menu" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAoCAYAAAC8cqlMAAAB5UlEQVR42u2ZPWvCUBSGM+UfFO3e3dLu/QN+oKj4EUXRQREEJYgoiCAu6qCogyDo7iJ21UUaKqEgCC4iiEMGB3UVgsnpTWj/wfVK2nvhGbKEPJyT996TMMzPGg6H5mKx+GgkyuWyeTQasb8OTDwef4tEIp8+n+/LYIjJZJJHQiwzm81M6OLDarWqNpsNjEYgEJCy2ewT0+/3TagighElNFAnQT6ft1ARKkJFqMgfFvF4PFpuEwFtdrcRqVarIIoirFYrIiyXSxiPx+B2u/GJBINBuF6vQHopigK1Wg2fCMdxcLlciIuoqgqNRgOfiN1uB3Qwg91uB8fjkQiHwwEmkwne1qLxS0VuKKJle71eh06nQ4Rmswk8z+MVcTqdsNlsQJZlotF7Pp8hk8ngE4lGo/qN7xG/vV4Pb0Xm8zlxkdPpBGgMx/+yJxIJKBQKRMjlcuBwOGhq/Q+RcDgMsViMCFrAuFwu/CKDwQC22y1IkkSE/X4PgiDo+xc2Ea0S9zjGa/Hb7Xbxifj9fj0K7yFSqVTwtlY6nYbpdKpPiSRYLBbQarX0PYymFhWhIlSEilCRW6GdyUqlkoVZr9dsKpXiOY6TtW+7BkNBz/7ebrcf9L+6Xq+XRYPMMyrTq5EIhUIvaAjTJb4BBNQ2yhnth0wAAAAASUVORK5CYII="
class="silex-element-content"></div><a id="page-page-1" data-silex-type="page" class="page-element">Page 1</a></div>


</body>

</html>
8 changes: 6 additions & 2 deletions tech-tools/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@







<style id="current-page-style">
.page-page-1{display:inherit; }
</style>


<!-- Silex HEAD tag do not remove -->
<!-- End of Silex HEAD tag do not remove -->
<link href="css/styles.css" rel="stylesheet"> <script src="js/script.js" type="text/javascript"></script></head><body class="silex-id-1439573540471-28 silex-runtime silex-published">
Expand Down Expand Up @@ -165,4 +167,6 @@ <h2 class="heading2"></h2>
<div data-silex-type="image" data-silex-id="silex-id-hamburger-menu" class="menu-button editable-style silex-id-hamburger-menu image-element page-page-1 paged-element prevent-draggable prevent-resizable"><img alt="open mobile menu" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAoCAYAAAC8cqlMAAAB5UlEQVR42u2ZPWvCUBSGM+UfFO3e3dLu/QN+oKj4EUXRQREEJYgoiCAu6qCogyDo7iJ21UUaKqEgCC4iiEMGB3UVgsnpTWj/wfVK2nvhGbKEPJyT996TMMzPGg6H5mKx+GgkyuWyeTQasb8OTDwef4tEIp8+n+/LYIjJZJJHQiwzm81M6OLDarWqNpsNjEYgEJCy2ewT0+/3TagighElNFAnQT6ft1ARKkJFqMgfFvF4PFpuEwFtdrcRqVarIIoirFYrIiyXSxiPx+B2u/GJBINBuF6vQHopigK1Wg2fCMdxcLlciIuoqgqNRgOfiN1uB3Qwg91uB8fjkQiHwwEmkwne1qLxS0VuKKJle71eh06nQ4Rmswk8z+MVcTqdsNlsQJZlotF7Pp8hk8ngE4lGo/qN7xG/vV4Pb0Xm8zlxkdPpBGgMx/+yJxIJKBQKRMjlcuBwOGhq/Q+RcDgMsViMCFrAuFwu/CKDwQC22y1IkkSE/X4PgiDo+xc2Ea0S9zjGa/Hb7Xbxifj9fj0K7yFSqVTwtlY6nYbpdKpPiSRYLBbQarX0PYymFhWhIlSEilCRW6GdyUqlkoVZr9dsKpXiOY6TtW+7BkNBz/7ebrcf9L+6Xq+XRYPMMyrTq5EIhUIvaAjTJb4BBNQ2yhnth0wAAAAASUVORK5CYII=" class="silex-element-content"></div><a id="page-page-1" data-silex-type="page" class="page-element">Page 1</a></div>




</body></html>
4 changes: 2 additions & 2 deletions tech-tools/js/front-end.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ $(function() {
// set the body size to contain all the elements
// this has to be done manually since the elements are absolutely positioned
bodyEl.css({
"min-width": width + "px",
"min-height": height + "px"
'min-width': width + 'px',
'min-height': height + 'px'
});
// end computation, put back the body to a normal size
bodyEl.removeClass('compute-body-size-pending');
Expand Down
4 changes: 2 additions & 2 deletions tech-tools/js/pageable.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
$.widget('silexlabs.pageable', {
version: '1.0.1',
options: {
currentPage:"home",
useDeeplink:true,
currentPage: 'home',
useDeeplink: true,
pageClass: 'paged-element',
onPageChanged: null,
window: window // useful if you are in an iframe and want to set window = window.parent
Expand Down

0 comments on commit ada6d24

Please sign in to comment.