|
| 1 | +<!doctype html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <meta name="fragment" content="!"> |
| 6 | + <title>Bootstrap Magic : Generate your own bootstrap theme quickly and easily</title> |
| 7 | + <meta name="description" content="Awesome features like contextual typeahead and colorpicker help you make your custom bootstrap 3.1 themes quickly and easily." /> |
| 8 | + <link rel="stylesheet" href="css/app.css"> |
| 9 | + <style> |
| 10 | + [ng-cloak] { |
| 11 | + display: none; |
| 12 | + } |
| 13 | + </style> |
| 14 | + |
| 15 | + <script> |
| 16 | + // include angular loader, which allows the files to load in any order |
| 17 | + /* |
| 18 | + AngularJS v1.0.0rc1 |
| 19 | + (c) 2010-2012 AngularJS http://angularjs.org |
| 20 | + License: MIT |
| 21 | + */ |
| 22 | + 'use strict';(function(i){function d(c,a,e){return c[a]||(c[a]=e())}return d(d(i,"angular",Object),"module",function(){var c={};return function(a,e,f){e&&c.hasOwnProperty(a)&&(c[a]=null);return d(c,a,function(){function b(a,b,d){return function(){c[d||"push"]([a,b,arguments]);return g}}if(!e)throw Error("No module: "+a);var c=[],d=[],h=b("$injector","invoke"),g={_invokeQueue:c,_runBlocks:d,requires:e,name:a,provider:b("$provide","provider"),factory:b("$provide","factory"),service:b("$provide","service"), |
| 23 | + value:b("$provide","value"),constant:b("$provide","constant","unshift"),filter:b("$filterProvider","register"),directive:b("$compileProvider","directive"),config:h,run:function(a){d.push(a);return this}};f&&h(f);return g})}})})(window); |
| 24 | + |
| 25 | + // include a third-party async loader library |
| 26 | + /*! |
| 27 | + * $script.js v1.3 |
| 28 | + * https://github.com/ded/script.js |
| 29 | + * Copyright: @ded & @fat - Dustin Diaz, Jacob Thornton 2011 |
| 30 | + * Follow our software http://twitter.com/dedfat |
| 31 | + * License: MIT |
| 32 | + */ |
| 33 | + !function(a,b,c){function t(a,c){var e=b.createElement("script"),f=j;e.onload=e.onerror=e[o]=function(){e[m]&&!/^c|loade/.test(e[m])||f||(e.onload=e[o]=null,f=1,c())},e.async=1,e.src=a,d.insertBefore(e,d.firstChild)}function q(a,b){p(a,function(a){return!b(a)})}var d=b.getElementsByTagName("head")[0],e={},f={},g={},h={},i="string",j=!1,k="push",l="DOMContentLoaded",m="readyState",n="addEventListener",o="onreadystatechange",p=function(a,b){for(var c=0,d=a.length;c<d;++c)if(!b(a[c]))return j;return 1};!b[m]&&b[n]&&(b[n](l,function r(){b.removeEventListener(l,r,j),b[m]="complete"},j),b[m]="loading");var s=function(a,b,d){function o(){if(!--m){e[l]=1,j&&j();for(var a in g)p(a.split("|"),n)&&!q(g[a],n)&&(g[a]=[])}}function n(a){return a.call?a():e[a]}a=a[k]?a:[a];var i=b&&b.call,j=i?b:d,l=i?a.join(""):b,m=a.length;c(function(){q(a,function(a){h[a]?(l&&(f[l]=1),o()):(h[a]=1,l&&(f[l]=1),t(s.path?s.path+a+".js":a,o))})},0);return s};s.get=t,s.ready=function(a,b,c){a=a[k]?a:[a];var d=[];!q(a,function(a){e[a]||d[k](a)})&&p(a,function(a){return e[a]})?b():!function(a){g[a]=g[a]||[],g[a][k](b),c&&c(d)}(a.join("|"));return s};var u=a.$script;s.noConflict=function(){a.$script=u;return this},typeof module!="undefined"&&module.exports?module.exports=s:a.$script=s}(this,document,setTimeout) |
| 34 | + |
| 35 | + |
| 36 | + var dev = true; |
| 37 | + var ext = (dev) ? '?now=' + new Date().getTime() : ''; |
| 38 | + |
| 39 | + // load all of the dependencies asynchronously. |
| 40 | + $script([ |
| 41 | + 'lib/less/less-1.4.1.min.js', |
| 42 | + 'lib/jquery/jquery-1.8.3.min.js' |
| 43 | + ], function() { |
| 44 | + $script([ |
| 45 | + '../twitter-bootstrap/js/bootstrap.min.js', |
| 46 | + 'lib/colorpicker/bootstrap-colorpicker.js' |
| 47 | + ], function() { |
| 48 | + $script([ |
| 49 | + 'lib/angular/angular.js', |
| 50 | + 'js/app.js' + ext, |
| 51 | + 'js/services.js' + ext, |
| 52 | + 'js/controllers.js' + ext, |
| 53 | + 'js/filters.js' + ext, |
| 54 | + 'js/directives.js' + ext |
| 55 | + ], function() { |
| 56 | + // when all is done, execute bootstrap angular application |
| 57 | + angular.bootstrap(document, ['bootstrapVariablesEditor']); |
| 58 | + }); |
| 59 | + }); |
| 60 | + }); |
| 61 | + |
| 62 | + |
| 63 | + </script> |
| 64 | + <title>Bootstrap Magic : Generate simply your own bootstrap 3.1 theme </title> |
| 65 | + <meta name="description" content="Awesome features like contextual typeahead and colorpicker to make smooth bootstrap 3.1 theme faster." /> |
| 66 | + <link id="twitterBootstrapLess" rel="stylesheet/less" href="../twitter-bootstrap/less/bootstrap.less"> |
| 67 | + <!-- <link id="twitterResponsiveLess" rel="stylesheet/less" href="../twitter-bootstrap/less/responsive.less"> --> |
| 68 | + |
| 69 | + |
| 70 | + <script src="//ajax.googleapis.com/ajax/libs/webfont/1.4.7/webfont.js"></script> |
| 71 | + <script> |
| 72 | + WebFont.load({ |
| 73 | + google: { |
| 74 | + families: ['Droid Sans', 'Droid Serif'] |
| 75 | + } |
| 76 | + }); |
| 77 | + </script> |
| 78 | + |
| 79 | + |
| 80 | + <script type="text/javascript"> |
| 81 | + |
| 82 | + var _gaq = _gaq || []; |
| 83 | + _gaq.push(['_setAccount', 'UA-37710723-1']); |
| 84 | + _gaq.push(['_trackPageview']); |
| 85 | + |
| 86 | + (function() { |
| 87 | + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; |
| 88 | + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; |
| 89 | + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |
| 90 | + })(); |
| 91 | + |
| 92 | + </script> |
| 93 | +</head> |
| 94 | +<body data-ng-cloak> |
| 95 | + <div class="protected"> |
| 96 | + <nav class="navbar navbar-default" role="navigation"> |
| 97 | + <!-- Brand and toggle get grouped for better mobile display --> |
| 98 | + <div class="navbar-header"> |
| 99 | + <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse"> |
| 100 | + <span class="sr-only">Toggle navigation</span> |
| 101 | + <span class="icon-bar"></span> |
| 102 | + <span class="icon-bar"></span> |
| 103 | + <span class="icon-bar"></span> |
| 104 | + </button> |
| 105 | + <a class="navbar-brand" href="../index.html" title="Bootrstrap Magic written in AngularJS">Bootstrap Magic</a> |
| 106 | + </div> |
| 107 | + |
| 108 | + <!-- Collect the nav links, forms, and other content for toggling --> |
| 109 | + <div class="collapse navbar-collapse navbar-ex1-collapse"> |
| 110 | + <ul class="nav navbar-nav"> |
| 111 | + <li><a href="../index.html" title="bootstrap 3.1 themes generator presentation">Home</a></li> |
| 112 | + <li class="dropdown"> |
| 113 | + <a href="#" class="dropdown-toggle" data-toggle="dropdown">Editor <b class="caret"></b></a> |
| 114 | + <ul class="dropdown-menu"> |
| 115 | + <li><a href="index.html#!/editor" title="bootstrap 3.1 themes generator">Version Bootstrap 3.1</a></li> |
| 116 | + <li><a href="../3.0">Version Bootstrap 3.0</a></li> |
| 117 | + <li><a href="../2.3.2">Version Bootstrap 2.3.2</a></li> |
| 118 | + </ul> |
| 119 | + </li> |
| 120 | +<!-- <li ><a href="index.html#!/submit-theme" title="bootstrap 3.1 themes generator">Submit your theme</a></li> |
| 121 | + --> <li ><a href="http://en.orson.io/17/build-responsive-website-without-coding/?utm_source=Bootstrap%20Magic%20&utm_medium=referral&utm_content=Header&utm_campaign=Bootstrap" title="Create website easily">Website builder Orson</a></li> |
| 122 | +<!-- <li ><a href="https://medium.com/@tsifei/recrutement-stage-ux-et-webdesign-511c71815546" title="Recruit Web & UX Webdesigner in Paris">Recruit Web & UX Webdesigner in Paris</a></li> |
| 123 | + --> </ul> |
| 124 | + |
| 125 | + <ul class="nav navbar-nav navbar-right socialButtons"> |
| 126 | + <li class="twitter"> |
| 127 | + <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://pikock.github.io/bootstrap-magic/" data-text="Bootstrap Magic feat Bootstrap 3.1 : Awesome theme generator with live preview" data-lang="en" data-hashtags="bootstrap, angularjs">Tweeter</a> |
| 128 | + </li> |
| 129 | + <li> |
| 130 | + <div class="fb-like" data-href="http://pikock.github.io/bootstrap-magic/" data-send="false" data-layout="button_count" data-width="50" data-show-faces="false" data-action="like"></div> |
| 131 | + </li> |
| 132 | + |
| 133 | + <li><div class="g-plusone" data-size="medium" data-href="http://pikock.github.io/bootstrap-magic/"></div></li> |
| 134 | + </ul> |
| 135 | + |
| 136 | + </div><!-- /.navbar-collapse --> |
| 137 | + </nav> |
| 138 | + </div> |
| 139 | + |
| 140 | + <div class="protected"> |
| 141 | + <div class="isViewLoading" ng-show="isViewLoading"> |
| 142 | + <h1>It's gonna be magic... wait for it...</h1> |
| 143 | + <div class="loader"> |
| 144 | + <div class="bar1"></div> |
| 145 | + <div class="bar2"></div> |
| 146 | + <div class="bar3"></div> |
| 147 | + <div class="bar4"></div> |
| 148 | + <div class="bar5"></div> |
| 149 | + <div class="bar6"></div> |
| 150 | + <div class="bar7"></div> |
| 151 | + <div class="bar8"></div> |
| 152 | + </div> |
| 153 | + </div> |
| 154 | + </div> |
| 155 | + |
| 156 | + <div ng-view></div> |
| 157 | + |
| 158 | +<div id="fb-root"></div> |
| 159 | +<script type="text/javascript"> |
| 160 | + (function(d, s, id) { |
| 161 | + var js, fjs = d.getElementsByTagName(s)[0]; |
| 162 | + if (d.getElementById(id)) return; |
| 163 | + js = d.createElement(s); js.id = id; |
| 164 | + js.src = "//connect.facebook.net/fr_FR/all.js#xfbml=1&appId=239545502808545"; |
| 165 | + fjs.parentNode.insertBefore(js, fjs); |
| 166 | + }(document, 'script', 'facebook-jssdk')); |
| 167 | + |
| 168 | + window.___gcfg = {lang: 'fr'}; |
| 169 | + |
| 170 | + (function() { |
| 171 | + var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; |
| 172 | + po.src = 'https://apis.google.com/js/plusone.js'; |
| 173 | + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); |
| 174 | + })(); |
| 175 | + |
| 176 | + !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs"); |
| 177 | +</script> |
| 178 | +<script type="text/javascript"> |
| 179 | +/* <![CDATA[ */ |
| 180 | +var google_conversion_id = 977336662; |
| 181 | +var google_custom_params = window.google_tag_params; |
| 182 | +var google_remarketing_only = true; |
| 183 | +/* ]]> */ |
| 184 | +</script> |
| 185 | +<script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js"> |
| 186 | +</script> |
| 187 | +<noscript> |
| 188 | + <div style="display:inline;"> |
| 189 | + <img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/977336662/?value=0&guid=ON&script=0"/> |
| 190 | + </div> |
| 191 | +</noscript> |
| 192 | +</body> |
| 193 | +</html> |
0 commit comments