Skip to content
This repository has been archived by the owner on Dec 14, 2020. It is now read-only.

Commit

Permalink
Blank Template 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bloggerschmidt committed Apr 23, 2014
1 parent 2a32eb0 commit d076877
Show file tree
Hide file tree
Showing 129 changed files with 258 additions and 23,051 deletions.
26 changes: 6 additions & 20 deletions README.md 100755 → 100644
Expand Up @@ -3,34 +3,20 @@
Light, powerful and free template for Joomla!
for faster and easier web development.


## Demo

Look at [http://d.blank.vc](http://d.blank.vc) to see the source. Keep in mind it's only a blank white page with disabled parameter.
Look at [http://d.blank.vc](http://d.blank.vc) to see the source. Keep in mind it's only a blank white page.

## Functions

* Crazy fast with disabled parameter
* Start from scratch with normalize.css or
* Choose Foundation or Bootstrap framework
* Great Icons in Boostrap with Font Awesome
* Support for tablets, phones and even IE7
* Possibility to code a jQuery standalone template
* Disable javascripts like mootools.js, caption.js etc.
* Customisable error, offline and print page
* Advanced properties (compressor, less, sass ...)
* Crazy fast with css compressor
* Start from scratch with normalize.css
* Support for desktops, tablets and phones
* Customizable error, offline and print page

## Addons

* [Modernizr 2.7.1](http://modernizr.com/)
* [jQuery 1.10.2](http://jquery.com/)
* [Foundation 5.0.2](http://foundation.zurb.com/)
* [Bootstrap 3.0.3](http://getbootstrap.com/)
* [Font Awesome 4.0.3](http://fortawesome.github.com/Font-Awesome/)
* [normalize.css 2.1.3](http://necolas.github.com/normalize.css/)
* [PIE 1.0.0](http://css3pie.com/)
* [LESS incl. less.js 1.5.1](http://lesscss.org/)
* [SASS](http://sass-lang.com/)
* [normalize.css 3.0.1](http://necolas.github.com/normalize.css/)

## PSD

Expand Down
16 changes: 3 additions & 13 deletions component.php 100755 → 100644
@@ -1,31 +1,21 @@
<?php defined( '_JEXEC' ) or die;

// variables
$app = JFactory::getApplication();
$doc = JFactory::getDocument();
$tpath = $this->baseurl.'/templates/'.$this->template;

// generator tag
$this->setGenerator(null);

// load sheets and scripts
$doc->addStyleSheet($tpath.'/css/bootstrap.min.css');
$doc->addStyleSheet($tpath.'/css/bootstrap-responsive.min.css');
$doc->addStyleSheet($tpath.'/css/print.css?v=1');
//$doc->addScript($tpath.'/js/modernizr-2.6.2.js');

?><!doctype html>
<!--[if IEMobile]><html class="iemobile" lang="<?php echo $this->language; ?>"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="<?php echo $this->language; ?>"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="<?php echo $this->language; ?>"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="<?php echo $this->language; ?>"> <!--<![endif]-->

<html lang="<?php echo $this->language; ?>">

<head>
<jdoc:include type="head" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- mobile viewport optimized -->
<link rel="apple-touch-icon-precomposed" href="<?php echo $tpath; ?>/images/apple-touch-icon-57x57-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="<?php echo $tpath; ?>/images/apple-touch-icon-72x72-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="<?php echo $tpath; ?>/images/apple-touch-icon-114x114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="<?php echo $tpath; ?>/images/apple-touch-icon-144x144-precomposed.png">
</head>

<body id="print">
Expand Down

0 comments on commit d076877

Please sign in to comment.