PHP Classes

File: apps/views/pages/artikel.php

Recommend this page to a friend!
  Classes of fathurrahman   mnTemplate   apps/views/pages/artikel.php   Download  
File: apps/views/pages/artikel.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: mnTemplate
Route HTTP requests to callback functions
Author: By
Last change:
Date: 1 year ago
Size: 1,225 bytes
 

Contents

Class file image Download
<div class="section">
    <div class="container" id="content">
        <div class="row">
            <div class="col-12 col-lg-7">
                <?php echo $artikel['isi'] ?>
</div>
        </div>

    </div>
</div>

<div class="section background background-no-bottom mb-0">
    <div class="container">
        <div class="row">
            <div class="col-12 offset-0 col-lg-8 offset-lg-2 text-center">
                <h1>Newsletter</h1>
                <p>
                    To receive our newsletter please complete the form below. We take your privacy
                    seriously and we will not share your information with others. You can unsubscribe
                    at any time.
                </p>
            </div>

            <div class="col-12 offset-0 col-lg-6 offset-lg-3 newsletter-input-container">
                <div class="input-group mb-3">
                    <input type="text" class="form-control" placeholder="E-mail address">
                    <div class="input-group-append">
                        <button class="btn btn-secondary btn-xl" type="button">JOIN</button>
                    </div>
                </div>
            </div>
        </div>

    </div>
</div>