Guest User

Untitled

a guest
May 23rd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. <?php $this->layout('ILHome'); ?>
  2.  
  3. <?php $this->at(ILLayout::AfterHead); ?>
  4. <link rel="stylesheet" href="<?= $this->asset('Home.Afloat.css') ?>" type="text/css" media="screen" charset="utf-8">
  5.  
  6. <?php $this->atBase(); ?>
  7. <div id="il-afloathome-centerbox">
  8. <h2><a href="/afloat"><img src="<?= $this->asset('Afloat.Header.png') ?>" alt="Afloat."></a></h2>
  9. <p>window management never looked so good, or worked so nicely.</p>
  10. <p><a href="/afloat"><img src="<?= $this->asset('Afloat.GetIt.png') ?>" alt="Info + Get It Free Β»"></a></p>
  11. </div>
  12. <div id="il-showcase">
  13. <h3>more software from ∞labs:</h3>
  14. <ul>
  15. <li>
  16. <a href="#"><img src="<?= $this->asset('ps.png') ?>" width="215" height="97" alt="PlugSuit"></a>
  17. </li>
  18. <li class="iphone-standout">
  19. <a href="#"><img src="<?= $this->asset('ds.png') ?>" width="215" height="97" alt="Diceshaker (White Label)"></a>
  20. </li>
  21. <li>
  22. <a href="#"><img src="<?= $this->asset('cp-coming.png') ?>" width="215" height="97" alt="Coinpurse (not yet finished)"></a>
  23. </li>
  24. </ul>
  25. </div>
Add Comment
Please, Sign In to add comment