Commit 6f070aac authored by santiaago's avatar santiaago
Browse files

add roboto-slab bold as per Carmen's designs

parent cf7c5f3a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -12,6 +12,10 @@ body{
    color: #3DBBAD;
}

.tg-title-font{
    font-family: 'Roboto Slab', serif;
}

.tg-link{
    color: #3DBBAD;    
}
+1 −0
Original line number Diff line number Diff line
@@ -59,6 +59,7 @@
    <link href="assets/css/footer.css" rel="stylesheet">
    <link href="assets/css/social-sharing-allignment.css" rel="stylesheet">
    <link href="http://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" type="text/css">
    <link href="http://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet" type="text/css">

    <script src="//google-code-prettify.googlecode.com/svn/loader/prettify.js"></script>
    <script src="//google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>
+4 −4
Original line number Diff line number Diff line
<div id="about" class="row about--backgroundGrey">
  <div class="col-md-3 about--squareHeader about--backgroundGreen">
    <div class="about-content--positionTop about-content--White about-title">
      <h1>ABOUT US</h1>
      <h1 class="tg-title-font"><b>ABOUT US</b></h1>
    </div>
    <div class="about-contentText--position about-content--White">
      <p>We are Taironas, a group of friends that spend our free time doing fun web projects like tinygraphs.</p>
@@ -31,7 +31,7 @@
<div class="row about-section2">
  <div class="col-md-3 about-square--noborder">
    <div class="about-content--positionTop tg-title-color">
      <h3 class="text-left">ABOUT THE PROJECT</h3>
      <h3 class="text-left tg-title-font"><b>ABOUT THE PROJECT</b></h3>
    </div>
    <div class="about-contextText--position">
	<p class="text-left">While building <a class="tg-link" href="http://www.gonawin.com" target="_blank"><b>gonawin</b></a> we found that the avatar service that we were using was not in sync with the designs/colors of our web app.</p>
@@ -42,7 +42,7 @@
  <div class="col-md-1"></div>
  <div class="col-md-3 about-square--noborder">
    <div class="about-content--positionTop tg-title-color">
      <h3 class="text-left">THE CODE</h3>
      <h3 class="text-left tg-title-font"><b>THE CODE</b></h3>
    </div>
    <div class="about-contextText--position">
      <p class="text-left">You can find the code in github: <a class="tg-link" href="http://www.github.com/taironas/tinygraphs" target="_blank"><b>tinygraphs</b></a>. You will find the description of how we built it and the stack of technologies that we used.</p>
@@ -51,7 +51,7 @@
  <div class="col-md-1"></div>
  <div class="col-md-3 about-square--noborder">
    <div class="about-content--positionTop tg-title-color">
      <h3 class="text-left">LICENSE</h3>
      <h3 class="text-left tg-title-font"><b>LICENSE</b></h3>
    </div>
    <div class="about-contextText--position">
      <p class="text-left"><a class="tg-link" href="http://www.tinygraphs.com/" target="_blank"><b>tinygraphs</b></a> logo is property of tinygraphs, you must always request the permission to use it to <a class="tg-link" href="https://plus.google.com/u/0/+CarmenRebolledo/" target="_blank"><b>Carmen</b></a>.</p>
+5 −5
Original line number Diff line number Diff line
<div id="tryitout" class="row features--background" ng-controller="EditorCtrl">
  <div class="col-md-3 editor--squareHeader editor--backgroundGreen">
    <div class="editor-content--positionTop editor-content--White editor-title">
      <h1>TRY IT OUT</h1>
      <h1 class="tg-title-font"><b>TRY IT OUT</b></h1>
    </div>
  </div>
  <div class="col-md-3 editor-square--noPadding">
    <div class="editor--square2 editor-innerSquare--borderBottom">
      <div class="editor-content--positionCenter container-fluid tg-title-color">
        <h4>TYPE YOUR NAME</h4>
        <h4 class="tg-title-font"><b>TYPE YOUR NAME</b></h4>
        <div class="row">
          <div class="col-xs-8 col-xs-offset-2">
            <input class="form-control" type="text" ng-model="editorName", ng-change="editorChanged()">
@@ -17,7 +17,7 @@
    </div>
    <div class="editor--square2">
      <div class="editor-content--positionCenter container-fluid tg-title-color">
        <h4>COLOR THEME</h4>
        <h4 class="tg-title-font"><b>COLOR THEME</b></h4>
        <div class="row">
          <div class="col-xs-2 col-xs-offset-1 editor-themePalette--noPadding">
            <img class="editor-themePalette--height img-responsive" src="/themes/{{editorTheme}}">
@@ -43,7 +43,7 @@
  <div class="col-md-3 editor-square--noPadding">
    <div class="editor--square2 editor-innerSquare--borderBottom">
      <div class="editor-content--positionCenter container-fluid tg-title-color">
        <h4>SELECT THE SHAPE</h4>
        <h4 class="tg-title-font"><b>SELECT THE SHAPE</b></h4>
        <div class="row">
          <div class="col-xs-8 col-xs-offset-2">
            <select class="form-control" ng-model="editorShape" ng-change="editorChanged()">
@@ -59,7 +59,7 @@
    </div>
    <div class="editor--square2">
      <div class="editor-content--positionCenter container-fluid tg-title-color">
      <h4>NUMBER OF COLORS</h4>
      <h4 class="tg-title-font"><b>NUMBER OF COLORS</b></h4>
      <div class="row">
        <div class="col-xs-8 col-xs-offset-2">
          <select class="form-control" ng-model="editorColorNumber" ng-change="editorChanged()">
+1 −1
Original line number Diff line number Diff line
<div id="examples" class="row examples--background">
  <div class="col-md-3 examples--squareHeader examples--backgroundGrey">
    <div class="examples-content--position tg-title-color">
      <h1>EXAMPLES</h1>
      <h1 class="tg-title-font"><b>EXAMPLES</b></h1>
    </div>
  </div>
  <div class="col-md-9 examples--square">
Loading