Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
start [2018/05/18 17:56] pedrostart [2023/11/16 14:27] (current) – external edit 127.0.0.1
Line 13: Line 13:
         color: #fff;         color: #fff;
     }     }
 +  #about { 
 +      background: url(../images/fondo_gris.png) 50% 0 fixed; 
 +      height: auto;
 +      margin: 0 auto; 
 +        width: 100%; 
 +        position: relative; 
 +        box-shadow: 0 0 50px rgba(0,0,0,0.8);
 +        padding: 20px 0;
 +        color: #fff;
 +        margin-bottom:-40px;
 +    }
 +
      
 </style> </style>
Line 28: Line 40:
               <img src="images/bb_texto.png" width="330px">               <img src="images/bb_texto.png" width="330px">
             </div>             </div>
-            <div align="center" style="margin-bottom:3em">+<!-- 
 +     <div align="center" style="margin-bottom:3em">
               <h2><a href="bb_editor.unitypackage">Download the new (beta) version</a></h2>               <h2><a href="bb_editor.unitypackage">Download the new (beta) version</a></h2>
             </div>             </div>
 +-->
             <div align="center" style="margin-top:-1em">             <div align="center" style="margin-top:-1em">
-              <a href="https://www.assetstore.unity3d.com/en/#!/content/74816"><img src="images/store.png" width="240px"></a>+              <a href="https://assetstore.unity.com/packages/tools/visual-scripting/behavior-bricks-74816"><img src="images/store.png" width="240px"></a>
             </div>             </div>
           </div>           </div>
Line 94: Line 108:
             <li data-target="#myCarousel" data-slide-to="1"></li>             <li data-target="#myCarousel" data-slide-to="1"></li>
             <li data-target="#myCarousel" data-slide-to="2"></li>             <li data-target="#myCarousel" data-slide-to="2"></li>
 +            <li data-target="#myCarousel" data-slide-to="3"></li>
 +            <li data-target="#myCarousel" data-slide-to="4"></li>
           </ol>           </ol>
          <div class="carousel-inner">          <div class="carousel-inner">
Line 105: Line 121:
                  <img src="images/bb03.jpg" alt="">                  <img src="images/bb03.jpg" alt="">
               </div><!-- /item -->               </div><!-- /item -->
 +              <div class="item">
 +                 <img src="images/bb04.jpg" alt="">
 +              </div><!-- /item -->
 +
 +              <div class="item">
 +                 <img src="images/bb05.jpg" alt="">
 +              </div><!-- /item -->
 +
         </div><!-- /carousel-inner -->         </div><!-- /carousel-inner -->
  
Line 238: Line 262:
  
 </html> </html>
 +