uix-kit
Version:
A free web kits for fast web design and development, compatible with Bootstrap v5.
710 lines (504 loc) • 25.3 kB
HTML
<html lang="@@{website_lang}" dir="@@{website_dirRTL}">
<head>
<meta charset="@@{website_charset}" />
<title>Typography RTL - @@{website_title}</title>
@@include('./src/components/_global/include-header-rtl.html')
</head>
<body class="page rtl">
@@include('./src/components/_global/include-loader.html')
@@include('./src/components/_global/include-toggle-trigger.html')
<div class="uix-wrapper">
<!-- Header Area
============================================= -->
<header class="uix-header__container">
<div class="uix-header">
<div class="container">
@@include('./src/components/_global/include-brand.html')
@@include('./src/components/_global/include-menu.html')
</div>
<!-- .container end -->
<div class="uix-clearfix"></div>
</div>
</header>
<div class="uix-header__placeholder js-uix-header__placeholder-autoheight"></div>
<main id="uix-maincontent">
<!-- Content
====================================================== -->
<section class="uix-spacing--s">
<div class="container uix-entry__content uix-list uix-list--normal uix-table uix-table--bordered">
<div class="row">
<div class="col-12">
<h1>Header one</h1>
<h2>Header two</h2>
<h3>Header three</h3>
<h4>Header four</h4>
<h5>Header five</h5>
<h6>Header six</h6>
<hr>
<h1 class="uix-spacing--no">Header one ( no spacing )</h1>
<h1 class="uix-typo--style-normal">Header one ( normal )</h1>
<h1 class="uix-typo--style-uppercase">Header one ( uppercase )</h1>
<h1 class="uix-typo--style-bold">Header one ( bold )</h1>
<h1 class="uix-typo--style-italic">Header one ( italic )</h1>
<h1 class="uix-typo--style-noitalic">Header one ( no italic )</h1>
<h1 class="uix-typo--style-underline">Header one ( underline )</h1>
<h1 class="uix-typo--style-tiny">Header one ( tiny )</h1>
<h1 class="uix-typo--color-primary">Header one ( color primary )</h1>
<h1 class="uix-typo--color-highlight">Header one ( color highlight )</h1>
<h1 class="uix-typo--color-sub">Header one ( color sub )</h1>
<h1 class="uix-typo--color-white">Header one ( color white )</h1>
<p class="uix-typo--h5 uix-typo--style-normal">Super/Duper/Long/NonBreaking/Path/Name/To/A/File/That/Is/Way/Deep/Down/In/Some/Mysterious/Remote/Desolate/Part/Of/The/Operating/System/To/A/File/That/Just/So/Happens/To/Be/Strangely/Named/Supercalifragilisticexpialidocious.txt</p>
<blockquote>
<p>Stay hungry. Stay foolish.</p>
</blockquote>
<p>Multi line blockquote with a cite reference:</p>
<blockquote>
<p>People think focus means saying yes to the thing you’ve got to focus on. But that’s not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. I’m actually as proud of the things we haven’t done as the things I have done. Innovation is saying no to 1,000 things. <cite>Steve Jobs – Apple Worldwide Developers’ Conference, 1997</cite></p>
</blockquote>
<h2>Tables</h2>
<table>
<tbody>
<tr>
<th>Employee</th>
<th class="views">Salary</th>
<th></th>
</tr>
<tr class="odd">
<td><a href="http://john.do/">John Saddington</a></td>
<td>$1</td>
<td>Because that’s all Steve Job’ needed for a salary.</td>
</tr>
<tr class="even">
<td><a href="http://tommcfarlin.com/">Tom McFarlin</a></td>
<td>$100K</td>
<td>For all the blogging he does.</td>
</tr>
<tr class="odd">
<td><a href="http://jarederickson.com/">Jared Erickson</a></td>
<td>$100M</td>
<td>Pictures are worth a thousand words, right? So Tom x 1,000.</td>
</tr>
<tr class="even">
<td><a href="http://chrisam.es/">Chris Ames</a></td>
<td>$100B</td>
<td>With hair like that?! Enough said…</td>
</tr>
</tbody>
</table>
<ul>
<li>Above the comments</li>
<li>Below the comments</li>
<li>Included within the normal flow of comments</li>
<ul>
<li>Above the comments</li>
<li>Below the comments</li>
<li>Included within the normal flow of comments</li>
</ul>
</ul>
<ol>
<li>Above the comments</li>
<li>Below the comments</li>
<li>Included within the normal flow of comments</li>
<ol>
<li>Above the comments</li>
<li>Below the comments</li>
<li>Included within the normal flow of comments</li>
</ol>
</ol>
<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. <a href="#">This is link.</a></p>
<p>Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Cras mattis consectetur purus sit amet fermentum. Donec id elit non mi porta gravida at eget metus.</p>
<p class="uix-typo--dropcap">Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Aenean lacinia bibendum nulla sed consectetur. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Nullam quis risus eget urna mollis ornare vel eu leo. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.</p>
<pre>
$: > Booting systems...
$: > Total memory found: 256kb
$: > Scanning for bootable media ------------ 100%
$: > No media found. Booting from network address 3E:40:9C:75
$: > Loading BIOS 2.3 ------------ 100%
$: > Reticulating splines ------------ 100%
$: > Booting console ------------ 100%
</pre>
<pre class="uix-precode"><label>CSS</label><code>#wrapper {
padding:5%;
margin:0 auto;
}</code>
</pre>
<pre class="uix-precode uix-precode--nolebel"><code>#wrapper {
padding:5%;
margin:0 auto;
}</code>
</pre>
</div>
</div>
<!-- .row end -->
</div>
<!-- .container end -->
</section>
<!-- Content
====================================================== -->
<section class="uix-spacing--s uix-spacing--no-bottom">
<div class="container">
<div class="row">
<div class="col-12" style="background: #f2f2f2;">
<h3>Centering Container</h3>
<p>Automatically centers the container box by adjusting the left and right margin values equally on each side. </p>
</div>
</div>
<!-- .row end -->
</div>
<!-- .container end -->
</section>
<!-- Content
====================================================== -->
<section class="uix-spacing--s">
<div class="container">
<div class="row" style="padding: 20px 0px 20px 0px;">
<div class="col-md-4 offset-md-4" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>Tiny Container</h4>
<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit.</p>
</div>
</div>
<!-- .row end -->
<div class="row" style="padding: 20px 0px 20px 0px;">
<div class="col-md-6 offset-md-3" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>S Container</h4>
<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit.</p>
</div>
</div>
<!-- .row end -->
<div class="row" style="padding: 20px 0px 20px 0px;">
<div class="col-12" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>M Container</h4>
<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.</p>
</div>
</div>
<!-- .row end -->
<div class="row" style="padding: 20px 0px 20px 0px;">
<div class="col-md-10 offset-md-1" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>L Container</h4>
<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.</p>
</div>
</div>
<!-- .row end -->
<div class="row" style="padding: 20px 0px 20px 0px;">
<div class="col-12" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>Max-width(Default), Max-width(XL), Max-width(XXL) Container</h4>
<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.</p>
</div>
</div>
<!-- .row end -->
</div>
<!-- .container end -->
<div class="container-fluid">
<div class="row" style="padding: 20px 0px 20px 0px;">
<div class="col-12" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>100% Width</h4>
<p>Using <code>.container-fluid</code> for width: 100% across all viewport and device sizes.</p>
</div>
</div>
</div>
<!-- .container-fluid end -->
</section>
<!-- Content
====================================================== -->
<section>
<div class="container">
<div class="row">
<div class="col-12" style="background: #f2f2f2;">
<h3>Column</h3>
<p>
It can be used for fluid layout for multiple projects and <strong>Bootstrap</strong> grid system. Its biggest feature is its support for <strong>loop</strong> lists.
</p>
</div>
</div>
<!-- .row end -->
</div>
<!-- .container end -->
</section>
<!-- Content
====================================================== -->
<section class="uix-spacing--s">
<div class="container">
<div class="row" style="padding: 20px 0px 20px 0px;">
<div class="col" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>One Fifth</h4>
<p>Still keep 5 columns when small screen.</p>
</div>
<div class="col" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>One Fifth</h4>
<p>Still keep 5 columns when small screen.</p>
</div>
<div class="col" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>One Fifth</h4>
<p>Still keep 5 columns when small screen.</p>
</div>
<div class="col" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>One Fifth</h4>
<p>Still keep 5 columns when small screen.</p>
</div>
<div class="col" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>One Fifth</h4>
<p>Still keep 5 columns when small screen.</p>
</div>
</div>
<!-- /.row -->
<div class="row" style="padding: 20px 0px 20px 0px;">
<div class="col-lg-3 col-md-3" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>One Fourth (1)</h4>
<p>Keep 1 columns when small screen <code>< 768px</code>.</p>
</div>
<div class="col-lg-3 col-md-3" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>One Fourth (2)</h4>
<p>Keep 1 columns when small screen <code>< 768px</code>.</p>
</div>
<div class="col-lg-3 col-md-3" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>One Fourth (3)</h4>
<p>Keep 1 columns when small screen <code>< 768px</code>.</p>
</div>
<div class="col-lg-3 col-md-3" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>One Fourth (4)</h4>
<p>Keep 1 columns when small screen <code>< 768px</code>.</p>
</div>
</div>
<!-- /.row -->
<div class="row" style="padding: 20px 0px 20px 0px;">
<div class="col-lg-2 col-md-2" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>One Fifth</h4>
<p>Keep 1 columns when small screen <code>< 768px</code>.</p>
</div>
<div class="col-lg-10 col-md-10" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>Four Fifth</h4>
<p>Keep 1 columns when small screen <code>< 768px</code>.</p>
</div>
</div>
<!-- /.row -->
<div class="row" style="padding: 20px 0px 20px 0px;">
<div class="col-lg-3 col-6" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>One Fourth (1)</h4>
<p>Keep 2 columns when small screen <code>< 992px</code>.</p>
</div>
<div class="col-lg-3 col-6" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>One Fourth (2)</h4>
<p>Keep 2 columns when small screen <code>< 992px</code>.</p>
</div>
<div class="col-lg-3 col-6" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>One Fourth (3)</h4>
<p>Keep 2 columns when small screen <code>< 992px</code>.</p>
</div>
<div class="col-lg-3 col-6" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>One Fourth (4)</h4>
<p>Keep 2 columns when small screen <code>< 992px</code>.</p>
</div>
</div>
<!-- /.row -->
<div class="row" style="padding: 20px 0px 20px 0px;">
<div class="col-lg-4 col-md-4" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>One Third</h4>
<p>Keep 1 columns when small screen <code>< 768px</code>.</p>
</div>
<div class="col-lg-4 col-md-4" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>One Third</h4>
<p>Keep 1 columns when small screen <code>< 768px</code>.</p>
</div>
<div class="col-lg-4 col-md-4" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>One Third</h4>
<p>Keep 1 columns when small screen <code>< 768px</code>.</p>
</div>
</div>
<!-- /.row -->
<div class="row" style="padding: 20px 0px 20px 0px;">
<div class="col-6" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>One Half</h4>
<p><strong>Always</strong> keep 2 columns<br><span class="uix-striking-msg uix-striking-msg--alert">Just use the class prefix <code>.col-</code></span></p>
</div>
<div class="col-6" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>One Half</h4>
<p><strong>Always</strong> keep 2 columns<br><span class="uix-striking-msg uix-striking-msg--alert">Just use the class prefix <code>.col-</code></span></p>
</div>
</div>
<!-- /.row -->
<div class="row" style="padding: 20px 0px 20px 0px;">
<div class="col-lg-6 col-md-6" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>One Half</h4>
<p>Keep 1 columns when small screen <code>< 992px</code>.</p>
</div>
<div class="col-lg-6 col-md-6" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>One Half</h4>
<p>Keep 1 columns when small screen <code>< 992px</code>.</p>
</div>
</div>
<!-- /.row -->
<div class="row" style="padding: 20px 0px 20px 0px;">
<div class="col-lg-3" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>One Third</h4>
<p>Keep 1 columns when small screen <code>< 992px</code>.</p>
</div>
<div class="col-lg-9" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>Two Third</h4>
<p>Keep 1 columns when small screen <code>< 992px</code>.</p>
</div>
</div>
<!-- /.row -->
<div class="row" style="padding: 20px 0px 20px 0px;">
<div class="col-lg-9" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>Two Third</h4>
<p>Keep 1 columns when small screen <code>< 992px</code>.</p>
</div>
<div class="col-lg-3" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>One Third</h4>
<p>Keep 1 columns when small screen <code>< 992px</code>.</p>
</div>
</div>
<!-- /.row -->
<div class="row" style="padding: 20px 0px 20px 0px;">
<div class="col-lg-4" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>One Fourth</h4>
<p>Keep 1 columns when small screen <code>< 992px</code>.</p>
</div>
<div class="col-lg-8" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>Three Fourth</h4>
<p>Keep 1 columns when small screen <code>< 992px</code>.</p>
</div>
</div>
<!-- /.row -->
<div class="row" style="padding: 20px 0px 20px 0px;">
<div class="col-lg-8" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>Three Fourth</h4>
<p>Keep 1 columns when small screen <code>< 992px</code>.</p>
</div>
<div class="col-lg-4" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>One Fourth</h4>
<p>Keep 1 columns when small screen <code>< 992px</code>.</p>
</div>
</div>
<!-- /.row -->
<div class="row" style="padding: 20px 0px 20px 0px;">
<div class="col-12 col-lg-4 col-sm-12" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>One Third (1)</h4>
<p>Keep 1 columns when small screen <code>< 992px</code>.</p>
</div>
<div class="col-12 col-lg-4 col-sm-6" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>One Third (1)</h4>
<p>Keep 2 columns when small screen <code>< 992px</code>.
<br>Keep 1 columns when small screen <code>< 576px</code>.</p>
</div>
<div class="col-12 col-lg-4 col-sm-6" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>One Third (1)</h4>
<p>Keep 2 columns when small screen <code>< 992px</code>.
<br>Keep 1 columns when small screen <code>< 576px</code>.</p>
</div>
</div>
<!-- /.row -->
</div>
<!-- .container end -->
</section>
<!-- Content
====================================================== -->
<section>
<div class="container">
<div class="row">
<div class="col-12" style="background: #f2f2f2;">
<h3>Column (No line breaks)</h3>
<p><em>Please simulate mobile viewing after zooming out your viewport.</em></p>
</div>
</div>
<!-- .row end -->
</div>
<!-- .container end -->
</section>
<!-- Content
====================================================== -->
<section class="uix-spacing--s">
<div class="container">
<div class="row" style="padding: 20px 0px 20px 0px;">
<div class="col-lg-3 col-3" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>One Fourth (1)</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
</div>
<div class="col-lg-3 col-3" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>One Fourth (2)</h4>
<p>Aliquam congue dignissim tellus, vel eleifend urna rutrum nec.</p>
</div>
<div class="col-lg-3 col-3" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>One Fourth (3)</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
</div>
<div class="col-lg-3 col-3" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>One Fourth (4)</h4>
<p>Morbi et mauris vitae quam venenatis imperdiet.</p>
</div>
</div>
<!-- /.row -->
<div class="row" style="padding: 20px 0px 20px 0px;">
<div class="col-lg-4 col-4" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>One Third</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
</div>
<div class="col-lg-4 col-4" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>One Third</h4>
<p>Aliquam congue dignissim tellus, vel eleifend urna rutrum nec.</p>
</div>
<div class="col-lg-4 col-4" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>One Third</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
</div>
</div>
<!-- /.row -->
</div>
<!-- .container end -->
</section>
<!-- Content
====================================================== -->
<section>
<div class="container">
<div class="row">
<div class="col-12" style="background: #f2f2f2;">
<h3>Center Column</h3>
<p>The class <code>.align-items-center</code> or <code>.justify-content-center</code> used here will be applied <code>.row</code></p>
</div>
</div>
<!-- .row end -->
</div>
<!-- .container end -->
</section>
<!-- Content
====================================================== -->
<section class="uix-spacing--s">
<div class="container">
<div class="row justify-content-center" style="padding: 20px 0px 20px 0px;">
<div class="col-lg-3 col-md-3" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>One Fourth (1)</h4>
<p>Aliquam congue dignissim tellus, vel eleifend urna rutrum nec. Morbi et mauris vitae quam venenatis imperdiet. Proin et rutrum magna. Nulla sed venenatis leo. Suspendisse potenti. Proin faucibus cursus luctus.</p>
</div>
<div class="col-lg-3 col-md-3" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>One Fourth (2)</h4>
<p>Aliquam congue dignissim tellus, vel eleifend urna rutrum nec. Morbi et mauris vitae quam venenatis imperdiet. Proin et rutrum magna. Nulla sed venenatis leo. Suspendisse potenti. Proin faucibus cursus luctus.</p>
</div>
</div>
<!-- /.row -->
<div class="row justify-content-center align-items-center" style="padding: 20px 0px 20px 0px;">
<div class="col-lg-3 col-md-3" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>One Fourth (1)</h4>
<p>Aliquam congue dignissim tellus, vel eleifend urna rutrum nec. Morbi et mauris vitae quam venenatis imperdiet. Proin et rutrum magna. Nulla sed venenatis leo. Suspendisse potenti. Proin faucibus cursus luctus.</p>
</div>
<div class="col-lg-3 col-md-3" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>One Fourth (2)</h4>
<p><strong>Vertical Centering</strong></p>
</div>
</div>
<!-- /.row -->
<div class="row justify-content-center" style="padding: 20px 0px 20px 0px;">
<div class="col-lg-4 col-md-4" style="background: #f8f9fa; box-shadow: inset 0px 0px 0px 1px #999;">
<h4>One Third</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris a mi ac diam varius commodo sit amet a eros. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>
</div>
</div>
<!-- /.row -->
</div>
<!-- .container end -->
</section>
</main>
@@include('./src/components/_global/include-copyright.html')
</div>
<!-- .uix-wrapper end -->
@@include('./src/components/_global/include-footer.html')