mirror of
https://github.com/Karaka-Management/oms-QA.git
synced 2026-01-25 22:18:41 +00:00
102 lines
2.7 KiB
PHP
102 lines
2.7 KiB
PHP
<?php
|
|
/**
|
|
* Jingga
|
|
*
|
|
* PHP Version 8.2
|
|
*
|
|
* @package Web\{APPNAME}
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 2.2
|
|
* @version 1.0.0
|
|
* @link https://jingga.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
?>
|
|
|
|
<div class="content">
|
|
<div class="floater">
|
|
<div id="front-header">
|
|
<div class="front-header-columns">
|
|
<div class="left">
|
|
<a class="front-shop-portlet" href="shop/list">
|
|
</a>
|
|
</div>
|
|
<div class="right">
|
|
<a class="front-shop-portlet" href="shop/list">
|
|
</a>
|
|
|
|
<a class="front-shop-portlet" href="shop/list">
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="front-columns">
|
|
<div class="left">
|
|
<a class="front-shop-portlet" href="shop/list">
|
|
</a>
|
|
</div>
|
|
<div class="right">
|
|
<a class="front-shop-portlet" href="shop/list">
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="front-small-header">
|
|
<h1>Arcticles for you</h1>
|
|
<h2>Special offers you may be interested in</h2>
|
|
</div>
|
|
|
|
<div id="front-small">
|
|
<a class="front-shop-portlet" href="shop/item">
|
|
<div>
|
|
<h1>Item name</h1>
|
|
<h2>Description</h2>
|
|
</div>
|
|
</a>
|
|
|
|
<a class="front-shop-portlet" href="shop/item">
|
|
<div>
|
|
<h1>Item name</h1>
|
|
<h2>Description</h2>
|
|
</div>
|
|
</a>
|
|
|
|
<a class="front-shop-portlet" href="shop/item">
|
|
<div>
|
|
<h1>Item name</h1>
|
|
<h2>Description</h2>
|
|
</div>
|
|
</a>
|
|
|
|
<a class="front-shop-portlet" href="shop/item">
|
|
<div>
|
|
<h1>Item name</h1>
|
|
<h2>Description</h2>
|
|
</div>
|
|
</a>
|
|
|
|
<a class="front-shop-portlet" href="shop/item">
|
|
<div>
|
|
<h1>Item name</h1>
|
|
<h2>Description</h2>
|
|
</div>
|
|
</a>
|
|
|
|
<a class="front-shop-portlet" href="shop/item">
|
|
<div>
|
|
<h1>Item name</h1>
|
|
<h2>Description</h2>
|
|
</div>
|
|
</a>
|
|
|
|
<a class="front-shop-portlet" href="shop/item">
|
|
<div>
|
|
<h1>Item name</h1>
|
|
<h2>Description</h2>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|