├── 404.php ├── CNAME ├── LICENSE ├── README.md ├── _config.yml ├── archive.php ├── comments.php ├── content-none.php ├── content.php ├── css ├── app.css ├── foundation-flex.css ├── foundation-rtl.css ├── foundation.css └── foundation.min.css ├── footer.php ├── functions.php ├── header.php ├── img └── yeti-avatar.png ├── index.php ├── js ├── app.js ├── foundation.js ├── foundation.min.js ├── jquery.js ├── jquery.min.js ├── vendor │ ├── jquery.min.js │ └── what-input.min.js └── what-input.js ├── kitchen-sink.php ├── lang ├── default.mo ├── default.po └── project-yeti.pot ├── lib ├── foundation.php ├── menu.php ├── meta.php ├── rinse.php ├── scripts.php ├── styles.php ├── supports.php └── widgets.php ├── page-blank.php ├── page-fullwidth.php ├── page-sidebar-left.php ├── page-sidebar-right.php ├── page.php ├── readme.txt ├── renamed.html ├── screenshot.png ├── search.php ├── searchform.php ├── sidebar-footer.php ├── sidebar-newsletter.php ├── sidebar-page.php ├── sidebar.php ├── single.php └── style.css /404.php: -------------------------------------------------------------------------------- 1 | 2 |
14 | -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | test.zant.co.uk -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | GNU GENERAL PUBLIC LICENSE 2 | Version 3, 29 June 2007 3 | 4 | Copyright (C) 2007 Free Software Foundation, Inc.