PHP Classes

File: aksara/Modules/Pages/Views/license.php

Recommend this page to a friend!
  Classes of Aby Dahana   Aksara   aksara/Modules/Pages/Views/license.php   Download  
File: aksara/Modules/Pages/Views/license.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Aksara
A CodeIgniter based API and CRUD generator
Author: By
Last change: Initial commit for update 5.0.0
Date: 4 months ago
Size: 3,586 bytes
 

Contents

Class file image Download
<div class="py-3 py-md-5 bg-light">
    <div class="container">
        <div class="row align-items-center">
            <div class="col-3 col-sm-2 col-md-1">
                <i class="<?= $meta->icon; ?> mdi-4x"></i>
            </div>
            <div class="col-9 col-sm-10 col-md-11">
                <h3 class="mb-0">
                    <?= $meta->title; ?>
</h3>
                <p class="lead">
                    <?= truncate($meta->description, 256); ?>
</p>
            </div>
        </div>
    </div>
</div>
<div class="py-3 py-md-5">
    <div class="container">
        <div class="row">
            <div class="col-lg-8">
                <div class="article text-justify mb-3">
                    <p>
                        <a href="//www.aksaracms.com" class="text-primary text-decoration-none" target="_blank"><b>Aksara</b></a> is a core software designed to create ready-to-use derivative ecosystem that is incredibly easy to control, both the interface, data source structure, lines of code and its output. <a href="//www.aksaracms.com" class="text-primary text-decoration-none" target="_blank"><b>Aksara</b></a> is a codename created to help developers to create their software packages using <a href="//www.aksaracms.com" class="text-primary text-decoration-none" target="_blank"><b>Aksara</b></a> rules and method.
                    </p>
                </div>
                <div class="article text-justify mb-5">
                    <p>
                        This software is free to use with terms and conditions for applicable criteria. There are no restrictions within software development using <a href="//www.aksaracms.com" class="text-primary text-decoration-none" target="_blank"><b>Aksara</b></a>, but software redistribution requires a more specific policy approval as mentioned below:
                    </p>
                </div>
                <div class="article text-justify mb-5">
                    <ol>
                        <li>
                            <p>
                                <a href="//www.aksaracms.com" class="text-primary text-decoration-none" target="_blank"><b>Aksara</b></a> is just a tool to build the ecosystems according to your needs. But something you built with <a href="//www.aksaracms.com" class="text-primary text-decoration-none" target="_blank"><b>Aksara</b></a> should be subjected to it;
                            </p>
                        </li>
                        <li>
                            <p>
                                You're allowed to re-distribute the ecosystems built with <a href="//www.aksaracms.com" class="text-primary text-decoration-none" target="_blank"><b>Aksara</b></a> without any concern of my permission, however admitting it was built by yourself as a whole is a shame;
                            </p>
                        </li>
                        <li>
                            <p>
                                Never disappoint the creative people who share their work for free, or you'll find them selling their future idea at prices that you can't reach.
                            </p>
                        </li>
                    </ol>
                </div>
                <div class="article text-justify">
                    <p>
                        Three notes should be enough. You shall leave this license page here and may not override its content. I look forward to your support!
                    </p>
                </div>
            </div>
        </div>
    </div>
</div>