Skip to content

A basic template and starting point for a PHP / Bootstrap website

Notifications You must be signed in to change notification settings

matthewspear/PHP-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP-Template

A basic template and starting point for a PHP / Bootstrap website.

Screenshot

Contents

├── css
│   ├── normalize.css
│   └── style.css
├── footer.php
├── functions.php
├── header.php
├── index.php
└── template.php

The template is built up of 3 main sections header, main and footer. The header and footer sections are included files referencing header.php and footer.php respectively meaning that they only need altering once to apply across all the pages.

The functions.php file is another linked file for storing all the functions allowing access to them from the other pages.

The pages created use Normalize.css and Bootstrap.

Getting started

To get started a few sections of the code need to be edited:

  • Page title (in header.php)
  • Navbar title (in header.php)
  • Navbar items / links (in header.php)
  • Year and name / company (in footer.php)

About

A basic template and starting point for a PHP / Bootstrap website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published