Commit b45d1ae1 authored by santiaago's avatar santiaago
Browse files

rename greentros to tinygraphs

parent 5c195360
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
github.com/taironas/greentros
github.com/taironas/tinygraphs
+7 −7
Original line number Diff line number Diff line
@@ -25,8 +25,8 @@ Installation
======

*   `cd $GOPATH/src`
*   `go get github.com/taironas/greentros`
*   `cd $GOPATH/src/github.com/greentros`
*   `go get github.com/taironas/tinygraphs`
*   `cd $GOPATH/src/github.com/tinygraphs`
*   `go get ./app-backend`
*   `export PORT=8080`

@@ -34,13 +34,13 @@ Run App
=======

    > pwd
    $GOPATH/src/github.com/taironas/greentros
    $GOPATH/src/github.com/taironas/tinygraphs
    > app-backend
    2014/11/19 22:23:57 Listening on 8080

Build
======
    >cd $GOPATH/src/github.com/greentros
    >cd $GOPATH/src/github.com/tinygraphs
    >go get ./app-backend

Test locally
@@ -64,7 +64,7 @@ Before you start be sure to have the proper rsa key. [See Managing Your SSH Keys

    > heroku login
    Enter your Heroku credentials.
    Email: ga@greentros.com
    Email: ga@tinygraphs.com
    Password: 
    
After that you can deploy as follows:
@@ -86,9 +86,9 @@ After that you can deploy as follows:
    
    -----> Compressing... done, 1.5MB
    -----> Launching... done, v6
           https://greentros.herokuapp.com/ deployed to Heroku
           https://tinygraphs.herokuapp.com/ deployed to Heroku
    
    To git@heroku.com:greentros.git
    To git@heroku.com:tinygraphs.git
       56a3000..5572085  master -> master

+2 −2
Original line number Diff line number Diff line
<div class="panel panel-default">
  <div class="panel-body">
    <h1>About greentros</h1>
    <h1>About tinygraphs</h1>
    <h2><small>ipsum dolor sit amet, et paulo aperiri suscipiantur cum, ut eam iusto laudem nusquam. Nam ex volumus volutpat moderatius, has rebum irtute periculis te in.</small></h2>
    <p>Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh.</p>
    <h3>The why behind the Y:</h3>
@@ -17,6 +17,6 @@
    </div>
    </br>
        <h3>License</h3>
    <p><a href="https://greentros.herokuapp.com/">greentros</a> logos and images are property of greentros, you must always request the permission to use them to <a href="https://plus.google.com/u/0/+CarmenRebolledo/">Carmen</a>.</p>
    <p><a href="https://tinygraphs.herokuapp.com/">tinygraphs</a> logos and images are property of tinygraphs, you must always request the permission to use them to <a href="https://plus.google.com/u/0/+CarmenRebolledo/">Carmen</a>.</p>
  </div> <!-- / panel body -->
</div> <!-- / panel -->
+12 −12
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title>greentros</title>
    <title>tinygraphs</title>
    <meta name="description" content="an avatar generator web service">
    <meta name="author" content="taironas">
    <meta name="viewport" content="width=device-width, initial-scale=1">
@@ -21,19 +21,19 @@
    <link href="assets/css/carousel.css" rel="stylesheet">
  </head>
  <body>
    <div class="greentros-browsehappy" ng-include="'partials/browsehappy.html'"></div>
    <div class="tinygraphs-browsehappy" ng-include="'partials/browsehappy.html'"></div>

    <!-- Navbar
	 ================================================== -->
    <div class="navbar-wrapper">
      <div class="container">
	    <div class="greentros-navbar" ng-include="'partials/navbar.html'"></div>
	    <div class="tinygraphs-navbar" ng-include="'partials/navbar.html'"></div>
      </div>
    </div>

    <!-- Carousel
	 ================================================== -->
    <div class="greentros-carousel" ng-include="'partials/carousel.html'"></div>
    <div class="tinygraphs-carousel" ng-include="'partials/carousel.html'"></div>

      <!-- ng-view
	   ================================================== -->
@@ -49,20 +49,20 @@
	 ================================================== -->
    <!-- Wrap the rest of the page in another container to center all the content. -->
    <div class="container marketing">      
      <hr class="greentros-divider">
      <div class="greentros-marketing-whatisit" ng-include="'partials/marketing/whatisit.html'"></div>
      <hr class="greentros-divider">
      <div class="greentros-marketing-specs" ng-include="'partials/marketing/specs.html'"></div>
      <hr class="greentros-divider">
      <div class="greentros-example" ng-include="'partials/marketing/example.html'"></div>
      <hr class="tinygraphs-divider">
      <div class="tinygraphs-marketing-whatisit" ng-include="'partials/marketing/whatisit.html'"></div>
      <hr class="tinygraphs-divider">
      <div class="tinygraphs-marketing-specs" ng-include="'partials/marketing/specs.html'"></div>
      <hr class="tinygraphs-divider">
      <div class="tinygraphs-example" ng-include="'partials/marketing/example.html'"></div>

    <!-- Start the featurettes
	 ================================================== -->

      <div class="greentros-featurettes" ng-include="'partials/marketing/featurettes.html'"></div>
      <div class="tinygraphs-featurettes" ng-include="'partials/marketing/featurettes.html'"></div>
      <!-- /END THE FEATURETTES -->
      
      <div>greentros app: v<span app-version></span></div>
      <div>tinygraphs app: v<span app-version></span></div>

      <!-- In production use:
	   <script src="//ajax.googleapis.com/ajax/libs/angularjs/x.x.x/angular.min.js"></script>
+4 −4
Original line number Diff line number Diff line
<hr class="greentros-divider">
<hr class="tinygraphs-divider">

<div class="row featurette">
  <div class="col-md-7">
@@ -10,7 +10,7 @@
  </div>
</div>

<hr class="greentros-divider">
<hr class="tinygraphs-divider">

<div class="row featurette">
  <div class="col-md-5">
@@ -22,7 +22,7 @@
  </div>
</div>

<hr class="greentros-divider">
<hr class="tinygraphs-divider">

<div class="row featurette">
  <div class="col-md-7">
@@ -34,4 +34,4 @@
  </div>
</div>

<hr class="greentros-divider">
<hr class="tinygraphs-divider">
Loading