PHP Classes

File: template/project/content/child/about.php

Recommend this page to a friend!
  Classes of Dave Smith   Amp Frame   template/project/content/child/about.php   Download  
File: template/project/content/child/about.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Amp Frame
MVC framework for developing Web applications
Author: By
Last change:
Date: 5 years ago
Size: 993 bytes
 

Contents

Class file image Download
<?php
/*
AMP Frame ver 1.0.0
Project Template
template/project/content/child/about.php
About Page Content - Child
*/
if( !defined('AFALLOW') ){
    die(
'direct access not allowed');
}
?>
<h2>About Me</h2>
      <h5>Photo of me:</h5>
      <div class="fakeimg">Fake Image</div>
      <p>Some text about me in culpa qui officia deserunt mollit anim..</p>
      <p>This content is from the child about.php file</p>
      <h3>Some Links</h3>
      <p>Lorem ipsum dolor sit ame.</p>
      <ul class="nav nav-pills flex-column">
        <li class="nav-item">
          <a class="nav-link active" href="#">Active</a>
        </li>
        <li class="nav-item">
          <a class="nav-link" href="#">Link</a>
        </li>
        <li class="nav-item">
          <a class="nav-link" href="#">Link</a>
        </li>
        <li class="nav-item">
          <a class="nav-link disabled" href="#">Disabled</a>
        </li>
      </ul>
      <hr class="d-sm-none">