Qoob Portfolio
The open qoob is a php mvc framework created to speed up the process of creating dynamic sites. This is the code running this website!
The open qoob is a php mvc framework created to speed up the process of creating dynamic sites. This is the code running this website!
<!doctype html>
<html class="no-js" lang="en">
<head>
<title>andrew.harrison.nu - {{title}}</title>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="{{description}}">
<meta name="author" content="{{author}}">
<meta name="keywords" content="{{keywords}}">
<link rel="shortcut icon" href="ui/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{domain}}/ui/ico/git-144.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="{{domain}}/ui/ico/git-114.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="{{domain}}/ui/ico/git-72.png">
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="{{domain}}/ui/ico/git-57.png">
<link rel="stylesheet" type="text/css" href="{{domain}}/ui/css/app.css" />
<script src="{{domain}}/ui/js/modernizr.js"></script>
</head>
<body class="{{page}}">
{{&content}}
<footer>
<div class="row">
<div class="large-12 column">
<span class="copyright">
<a class="cc" href="http://creativecommons.org/licenses/by-sa/3.0/" title="creative commons - attribution-shareAlike 3.0 unported"><span class="fa-stack"><i class="fa fa-circle fa-stack-1x"></i><i class="fa fa-creative-commons fa-stack-1x"></i></span></a> 2024 <a href="http://andrew.harrison.nu">andrew harrison</a>
</span>
<span class="meta">
<a href="http://andrew.harrison.nu/code/qoobPortfolio" title="view the source with git"><i class="fa fa-git"></i></a>
<a href="http://validator.w3.org/check" title="html5 valid"><i class="fa fa-html5"></i></a>
<a href="http://jigsaw.w3.org/css-validator/" title="css3 valid"><i class="fa fa-css3"></i></a>
</span>
</div>
</div>
</footer>
<script src="{{domain}}/ui/js/libs.min.js"></script>
<script src="{{domain}}/ui/js/app.min.js"></script>
</body>
</html>