Loading app/index.html +0 −4 Original line number Diff line number Diff line Loading @@ -45,11 +45,7 @@ <div class="tinygraphs-marketing-features" ng-include="'partials/marketing/features.html'"></div> <div class="tinygraphs-examples" ng-include="'partials/marketing/examples.html'"></div> <div class="tinygraphs-editor" ng-include="'partials/marketing/editor.html'"></div> <hr class="tinygraphs-divider"> <div class="tinygraphs-get-started" ng-include="'partials/marketing/get-started.html'"></div> <hr class="tinygraphs-divider"> <div class="tinygraphs-themes" ng-include="'partials/marketing/themes.html'"></div> <hr class="tinygraphs-divider"> <div class="tinygraphs-spaceinvaders" ng-include="'partials/marketing/spaceinvaders.html'"></div> <div class="tinygraphs-about" ng-include="'partials/about.html'"></div> <div class="push"></div> Loading app/partials/marketing/themes.htmldeleted 100644 → 0 +0 −98 Original line number Diff line number Diff line <div class="row"> <div class="col-md-12"> <h2 class="text-center" id="getstarted">THEMES</h2> </div> </div> <div class="row"> <div class="col-md-12"> <p class="lead text-center">Here are the <b>themes</b> defined by <b>tinygraphs.com</b></p> <p class="lead text-center">tinygraphs.com/squares/<input type="text" ng-init="tgsource='helloworld'" ng-model="tgsource"></p> </div> </div> <div class="row"> <div class="col-md-3"> <p class="lead text-center"><img class="featurette-image img-responsive img-thumbnail" src="/squares/{{tgsource}}" ><br><code>base</code></p> </div> <div class="col-md-3"> <p class="lead text-center"><img class="featurette-image img-responsive img-thumbnail" src="/squares/{{tgsource}}?theme=sugarsweets&numcolors=4&fmt=svg" ><br><code>sugarsweet</code></p> </div> <div class="col-md-3"> <p class="lead text-center"><img class="featurette-image img-responsive img-thumbnail" src="/squares/{{tgsource}}?theme=heatwave&numcolors=4&fmt=svg" ><br><code>heatwave</code></p> </div> <div class="col-md-3"> <p class="lead text-center"><img class="featurette-image img-responsive img-thumbnail" src="/squares/{{tgsource}}?theme=daisygarden&numcolors=4&fmt=svg" ><br><code>daisygarden</code></p> </div> </div> <div class="row"> <div class="col-md-3"> <p class="lead text-center"><img class="featurette-image img-responsive img-thumbnail" src="/squares/{{tgsource}}?theme=seascape&numcolors=4&fmt=svg" ><br><code>seascape</code></p> </div> <div class="col-md-3"> <p class="lead text-center"><img class="featurette-image img-responsive img-thumbnail" src="/squares/{{tgsource}}?theme=summerwarmth&numcolors=4&fmt=svg" ><br><code>summerwarmth</code></p> </div> <div class="col-md-3"> <p class="lead text-center"><img class="featurette-image img-responsive img-thumbnail" src="/squares/{{tgsource}}?theme=bythepool&numcolors=4&fmt=svg" ><br><code>bythepool</code></p> </div> <div class="col-md-3"> <p class="lead text-center"><img class="featurette-image img-responsive img-thumbnail" src="/squares/{{tgsource}}?theme=duskfalling&numcolors=4&fmt=svg" ><br><code>duskfalling</code></p> </div> </div> <div class="row"> <div class="col-md-12"> <h3 class="text-center" id="getstarted">Each theme has 4 colors</h3> </div> </div> <div class="row"> <div class="col-md-12"> <p class="lead text-center">tinygraphs.com/squares/<input type="text" ng-init="tgsourceNumColors='helloworld'" ng-model="tgsourceNumColors"></p> </div> </div> <div class="row"> <div class="col-md-4"> <p class="lead text-center"><img class="featurette-image img-responsive img-thumbnail" src="/squares/{{tgsourceNumColors}}?theme=frogideas&numcolors=2&fmt=svg" ><br><code>frogideas 2 colors</code></p> </div> <div class="col-md-4"> <p class="lead text-center"><img class="featurette-image img-responsive img-thumbnail" src="/squares/{{tgsourceNumColors}}?theme=frogideas&numcolors=3&fmt=svg" ><br><code>frogideas 3 colors</code></p> </div> <div class="col-md-4"> <p class="lead text-center"><img class="featurette-image img-responsive img-thumbnail" src="/squares/{{tgsourceNumColors}}?theme=frogideas&numcolors=4&fmt=svg" ><br><code>frogideas 4 colors</code></p> </div> </div> <div class="row"> <div class="col-md-4"> <p class="lead text-center"><img class="featurette-image img-responsive img-thumbnail" src="/squares/{{tgsourceNumColors}}?theme=berrypie&numcolors=2&fmt=svg" ><br><code>berrypie 2 colors</code></p> </div> <div class="col-md-4"> <p class="lead text-center"><img class="featurette-image img-responsive img-thumbnail" src="/squares/{{tgsourceNumColors}}?theme=berrypie&numcolors=3&fmt=svg" ><br><code>berrypie 3 colors</code></p> </div> <div class="col-md-4"> <p class="lead text-center"><img class="featurette-image img-responsive img-thumbnail" src="/squares/{{tgsourceNumColors}}?theme=berrypie&numcolors=4&fmt=svg" ><br><code>berrypie 4 colors</code></p> </div> </div> <div class="row"> <div class="col-md-12"> <p class="lead text-center">tinygraphs.com/labs/isogrids/hexa<input type="text" ng-init="tgsourceHexa='helloworld'" ng-model="tgsourceHexa"></p> </div> </div> <div class="row"> <div class="col-md-4"> <p class="lead text-center"><img class="featurette-image img-responsive img-thumbnail" src="/labs/isogrids/hexa/{{tgsourceHexa}}?theme=seascape&numcolors=2&size=240" ><br><code>seascape 2 colors</code></p> </div> <div class="col-md-4"> <p class="lead text-center"><img class="featurette-image img-responsive img-thumbnail" src="/labs/isogrids/hexa/{{tgsourceHexa}}?theme=seascape&numcolors=3&size=240" ><br><code>seascape 3 colors</code></p> </div> <div class="col-md-4"> <p class="lead text-center"><img class="featurette-image img-responsive img-thumbnail" src="/labs/isogrids/hexa/{{tgsourceHexa}}?theme=seascape&numcolors=4&size=240" ><br><code>seascape 4 colors</code></p> </div> </div> <div class="row"> <div class="col-md-4"> <p class="lead text-center"><img class="featurette-image img-responsive img-thumbnail" src="/labs/isogrids/hexa/{{tgsourceHexa}}?theme=bythepool&numcolors=2&size=240" ><br><code>bythepool 2 colors</code></p> </div> <div class="col-md-4"> <p class="lead text-center"><img class="featurette-image img-responsive img-thumbnail" src="/labs/isogrids/hexa/{{tgsourceHexa}}?theme=bythepool&numcolors=3&size=240" ><br><code>bythepool 3 colors</code></p> </div> <div class="col-md-4"> <p class="lead text-center"><img class="featurette-image img-responsive img-thumbnail" src="/labs/isogrids/hexa/{{tgsourceHexa}}?theme=bythepool&numcolors=4&size=240" ><br><code>bythepool 4 colors</code></p> </div> </div> Loading
app/index.html +0 −4 Original line number Diff line number Diff line Loading @@ -45,11 +45,7 @@ <div class="tinygraphs-marketing-features" ng-include="'partials/marketing/features.html'"></div> <div class="tinygraphs-examples" ng-include="'partials/marketing/examples.html'"></div> <div class="tinygraphs-editor" ng-include="'partials/marketing/editor.html'"></div> <hr class="tinygraphs-divider"> <div class="tinygraphs-get-started" ng-include="'partials/marketing/get-started.html'"></div> <hr class="tinygraphs-divider"> <div class="tinygraphs-themes" ng-include="'partials/marketing/themes.html'"></div> <hr class="tinygraphs-divider"> <div class="tinygraphs-spaceinvaders" ng-include="'partials/marketing/spaceinvaders.html'"></div> <div class="tinygraphs-about" ng-include="'partials/about.html'"></div> <div class="push"></div> Loading
app/partials/marketing/themes.htmldeleted 100644 → 0 +0 −98 Original line number Diff line number Diff line <div class="row"> <div class="col-md-12"> <h2 class="text-center" id="getstarted">THEMES</h2> </div> </div> <div class="row"> <div class="col-md-12"> <p class="lead text-center">Here are the <b>themes</b> defined by <b>tinygraphs.com</b></p> <p class="lead text-center">tinygraphs.com/squares/<input type="text" ng-init="tgsource='helloworld'" ng-model="tgsource"></p> </div> </div> <div class="row"> <div class="col-md-3"> <p class="lead text-center"><img class="featurette-image img-responsive img-thumbnail" src="/squares/{{tgsource}}" ><br><code>base</code></p> </div> <div class="col-md-3"> <p class="lead text-center"><img class="featurette-image img-responsive img-thumbnail" src="/squares/{{tgsource}}?theme=sugarsweets&numcolors=4&fmt=svg" ><br><code>sugarsweet</code></p> </div> <div class="col-md-3"> <p class="lead text-center"><img class="featurette-image img-responsive img-thumbnail" src="/squares/{{tgsource}}?theme=heatwave&numcolors=4&fmt=svg" ><br><code>heatwave</code></p> </div> <div class="col-md-3"> <p class="lead text-center"><img class="featurette-image img-responsive img-thumbnail" src="/squares/{{tgsource}}?theme=daisygarden&numcolors=4&fmt=svg" ><br><code>daisygarden</code></p> </div> </div> <div class="row"> <div class="col-md-3"> <p class="lead text-center"><img class="featurette-image img-responsive img-thumbnail" src="/squares/{{tgsource}}?theme=seascape&numcolors=4&fmt=svg" ><br><code>seascape</code></p> </div> <div class="col-md-3"> <p class="lead text-center"><img class="featurette-image img-responsive img-thumbnail" src="/squares/{{tgsource}}?theme=summerwarmth&numcolors=4&fmt=svg" ><br><code>summerwarmth</code></p> </div> <div class="col-md-3"> <p class="lead text-center"><img class="featurette-image img-responsive img-thumbnail" src="/squares/{{tgsource}}?theme=bythepool&numcolors=4&fmt=svg" ><br><code>bythepool</code></p> </div> <div class="col-md-3"> <p class="lead text-center"><img class="featurette-image img-responsive img-thumbnail" src="/squares/{{tgsource}}?theme=duskfalling&numcolors=4&fmt=svg" ><br><code>duskfalling</code></p> </div> </div> <div class="row"> <div class="col-md-12"> <h3 class="text-center" id="getstarted">Each theme has 4 colors</h3> </div> </div> <div class="row"> <div class="col-md-12"> <p class="lead text-center">tinygraphs.com/squares/<input type="text" ng-init="tgsourceNumColors='helloworld'" ng-model="tgsourceNumColors"></p> </div> </div> <div class="row"> <div class="col-md-4"> <p class="lead text-center"><img class="featurette-image img-responsive img-thumbnail" src="/squares/{{tgsourceNumColors}}?theme=frogideas&numcolors=2&fmt=svg" ><br><code>frogideas 2 colors</code></p> </div> <div class="col-md-4"> <p class="lead text-center"><img class="featurette-image img-responsive img-thumbnail" src="/squares/{{tgsourceNumColors}}?theme=frogideas&numcolors=3&fmt=svg" ><br><code>frogideas 3 colors</code></p> </div> <div class="col-md-4"> <p class="lead text-center"><img class="featurette-image img-responsive img-thumbnail" src="/squares/{{tgsourceNumColors}}?theme=frogideas&numcolors=4&fmt=svg" ><br><code>frogideas 4 colors</code></p> </div> </div> <div class="row"> <div class="col-md-4"> <p class="lead text-center"><img class="featurette-image img-responsive img-thumbnail" src="/squares/{{tgsourceNumColors}}?theme=berrypie&numcolors=2&fmt=svg" ><br><code>berrypie 2 colors</code></p> </div> <div class="col-md-4"> <p class="lead text-center"><img class="featurette-image img-responsive img-thumbnail" src="/squares/{{tgsourceNumColors}}?theme=berrypie&numcolors=3&fmt=svg" ><br><code>berrypie 3 colors</code></p> </div> <div class="col-md-4"> <p class="lead text-center"><img class="featurette-image img-responsive img-thumbnail" src="/squares/{{tgsourceNumColors}}?theme=berrypie&numcolors=4&fmt=svg" ><br><code>berrypie 4 colors</code></p> </div> </div> <div class="row"> <div class="col-md-12"> <p class="lead text-center">tinygraphs.com/labs/isogrids/hexa<input type="text" ng-init="tgsourceHexa='helloworld'" ng-model="tgsourceHexa"></p> </div> </div> <div class="row"> <div class="col-md-4"> <p class="lead text-center"><img class="featurette-image img-responsive img-thumbnail" src="/labs/isogrids/hexa/{{tgsourceHexa}}?theme=seascape&numcolors=2&size=240" ><br><code>seascape 2 colors</code></p> </div> <div class="col-md-4"> <p class="lead text-center"><img class="featurette-image img-responsive img-thumbnail" src="/labs/isogrids/hexa/{{tgsourceHexa}}?theme=seascape&numcolors=3&size=240" ><br><code>seascape 3 colors</code></p> </div> <div class="col-md-4"> <p class="lead text-center"><img class="featurette-image img-responsive img-thumbnail" src="/labs/isogrids/hexa/{{tgsourceHexa}}?theme=seascape&numcolors=4&size=240" ><br><code>seascape 4 colors</code></p> </div> </div> <div class="row"> <div class="col-md-4"> <p class="lead text-center"><img class="featurette-image img-responsive img-thumbnail" src="/labs/isogrids/hexa/{{tgsourceHexa}}?theme=bythepool&numcolors=2&size=240" ><br><code>bythepool 2 colors</code></p> </div> <div class="col-md-4"> <p class="lead text-center"><img class="featurette-image img-responsive img-thumbnail" src="/labs/isogrids/hexa/{{tgsourceHexa}}?theme=bythepool&numcolors=3&size=240" ><br><code>bythepool 3 colors</code></p> </div> <div class="col-md-4"> <p class="lead text-center"><img class="featurette-image img-responsive img-thumbnail" src="/labs/isogrids/hexa/{{tgsourceHexa}}?theme=bythepool&numcolors=4&size=240" ><br><code>bythepool 4 colors</code></p> </div> </div>