Exemplo n.º 1
0
card();
?>
</div>
    <div class="col-4 columns catalog--card"><?php 
card();
?>
</div>
    <div class="col-4 columns catalog--card"><?php 
card();
?>
</div>
    <div class="col-4 columns catalog--card"><?php 
card();
?>
</div>
    <div class="col-4 columns catalog--card"><?php 
card();
?>
</div>
    <div class="col-4 columns catalog--card"><?php 
card();
?>
</div>
    <div class="catalog--footer">
      <p>
        Мы подобрали для Вашего авто только <b>самые популярные</b> среди 
        украинских автомобилистов модели. 
      </p><a href="" class="catalog--link">Посмотреть все предложения для Вашего авто</a>
    </div>
  </div>
</section>
function testcard($csv, $age, $callback)
{
    $player = new Player('id', 4);
    $player->setGame(null);
    // initialize game fields
    $card = card($csv, $age);
    $player->cardsPlayed[] = $card;
    $card->play($player);
    $callback($player);
}
Exemplo n.º 3
0
?>
            </div>
            <div class="col-md-1"></div>
          </div>
          
          <div class="row portfolio-items">
           <div class="col-md-1"></div>
            <div class="col-md-4">
              <?php 
card("Mike Pors - Resume", "http://emilystener.com/mpors/mpors.pdf", "img/mpors.jpg", "Mike Pors", "February 2016", "An example of information design, this simple redesign of an old resume was made to turn heads and stand out from the sea of Java developers applications.<br />Technologies: Illustrator, Photoshop");
?>
            </div>
            <div class="col-md-2"></div>
            <div class="col-md-4">
              <?php 
card("Parise Dyrgas - Resume", "http://emilystener.com/pdyrgas/pdyrgas.pdf", "img/pdyrgas.jpg", "Parise Dyrgas", "August 2016", "An example of information design, this was originally a resume from over five years ago. Using Photoshop and Illustrator, I was able to create a resume that was true to the original, but allowed for the individual personality of Parise to shine through.<br />Technologies: Illustrator, Photoshop");
?>
            </div>
            <div class="col-md-1"></div>
          </div>
          
        </section>

        <!-- About Section -->
        <section id="about" class="container content-section text-center">
          <hr />
          <div class="row">
          <h2>// about</h2>
          </div>
          <div class="row">
          	<div class="col-md-6"><h4>/ Summary</h4></div>
Exemplo n.º 4
0
           </div>
           <div class="col-lg-6">
             <?php 
card("Katlin", "http://kaitlynhoover.com/", "img/me.jpg", "Boo");
?>
           </div>
        </div>
        <div class="row">
           <div class="col-lg-6">
             <?php 
card("Katlin", "http://kaitlynhoover.com/", "img/me.jpg", "Boo");
?>
           </div>
           <div class="col-lg-6">
             <?php 
card("Katlin", "http://kaitlynhoover.com/", "img/me.jpg", "Boo");
?>
           </div>
        </div>
      </div>
    </div>
    <?php 
include "./fragments/footer.php";
?>
  </body>
  <style>
    .card { position: relative; }
    .card-toggle h4 {position:absolute; top: 50px; left: 50px;}
    .card-details { display:none; position:absolute; top: 0; background: rgba(0,0,0, 0.3);}
  </style>
  <script>