Skip to content
Snippets Groups Projects
Commit 394170e0 authored by Ken Hawkins's avatar Ken Hawkins
Browse files

Cleans up directory structure to be more sane

parent 0f5813b9
No related branches found
No related tags found
No related merge requests found
Showing
with 31 additions and 22 deletions
2016-01-14
- Version is at "rough draft" stage. Largely implementing a revised style and functionality.
2015-11-23
- Forks EBI Compliance theme into EBI Framework v0.0.1
\ No newline at end of file
# EBI-Framework V1.1
# EBI-Framework
## Version: 1.1-dev
The current idea is to develop a framework drawing heavily off print styles and use the Foundation 6 framework. Basic support will not require jQuery (including basic responsive layouts) but will be enabled by default.
## Quick start
For a quick start, run with the HTML templates in the /sample-site directory.
## About the framework
In all, an evolutionary step of the current EMBL-EBI web compliance kit, this project aims to continue the efforts of the existing guidance by providing:
- Modularization of framework components that will:
......@@ -19,3 +26,9 @@ View /html/demo/index.html for more information and living style guide.
## Roadmap
- v1.5: Add animation guidance and tooling; https://medium.com/@vlh/what-does-disney-know-about-interface-animation-anyway-86b32d01bc4a
## Changelog
2016-01-14
- Version is at "rough draft" stage. Largely implementing a revised style and functionality.
2015-11-23
- Forks EBI Compliance theme into EBI Framework v1.1
\ No newline at end of file
File moved
File moved
File moved
File moved
......@@ -22,30 +22,30 @@
<!-- If you have custom icon, replace these as appropriate.
You can generate them at realfavicongenerator.net -->
<link rel="icon" type="image/x-icon" href="../move-to-cdn/images/logos/EMBL-EBI/favicons/favicon.ico" />
<link rel="icon" type="image/png" href="../move-to-cdn/images/logos/EMBL-EBI/favicons/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="192×192" href="../move-to-cdn/images/logos/EMBL-EBI/favicons/android-chrome-192x192.png" /> <!-- Android (192px) -->
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../move-to-cdn/images/logos/EMBL-EBI/favicons/apple-icon-114x114.png"> <!-- For iPhone 4 Retina display (114px) -->
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../move-to-cdn/images/logos/EMBL-EBI/favicons/apple-icon-72x72.png"> <!-- For iPad (72px) -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../move-to-cdn/images/logos/EMBL-EBI/favicons/apple-icon-144x144.png"> <!-- For iPad retinat (144px) -->
<link rel="apple-touch-icon-precomposed" href="../move-to-cdn/images/logos/EMBL-EBI/favicons/apple-icon-57x57.png"> <!-- For iPhone (57px) -->
<link rel="mask-icon" href="../move-to-cdn/images/logos/EMBL-EBI/favicons/safari-pinned-tab.svg" color="#ffffff"> <!-- Safari icon for pinned tab -->
<link rel="icon" type="image/x-icon" href="images/logos/EMBL-EBI/favicons/favicon.ico" />
<link rel="icon" type="image/png" href="images/logos/EMBL-EBI/favicons/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="192×192" href="images/logos/EMBL-EBI/favicons/android-chrome-192x192.png" /> <!-- Android (192px) -->
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/logos/EMBL-EBI/favicons/apple-icon-114x114.png"> <!-- For iPhone 4 Retina display (114px) -->
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="images/logos/EMBL-EBI/favicons/apple-icon-72x72.png"> <!-- For iPad (72px) -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="images/logos/EMBL-EBI/favicons/apple-icon-144x144.png"> <!-- For iPad retinat (144px) -->
<link rel="apple-touch-icon-precomposed" href="images/logos/EMBL-EBI/favicons/apple-icon-57x57.png"> <!-- For iPhone (57px) -->
<link rel="mask-icon" href="images/logos/EMBL-EBI/favicons/safari-pinned-tab.svg" color="#ffffff"> <!-- Safari icon for pinned tab -->
<meta name="msapplication-TileColor" content="#2b5797"> <!-- MS Icons -->
<meta name="msapplication-TileImage" content="../move-to-cdn/images/logos/EMBL-EBI/favicons/mstile-144x144.png">
<meta name="msapplication-TileImage" content="images/logos/EMBL-EBI/favicons/mstile-144x144.png">
<!-- CSS: implied media=all -->
<!-- CSS concatenated and minified via ant build script-->
<link rel="stylesheet" href="../move-to-cdn/css/ebi-global.css" type="text/css" media="all">
<link rel="stylesheet" href="../move-to-cdn/fonts/fonts.css" type="text/css" media="all">
<link rel="stylesheet" href="css/ebi-global.css" type="text/css" media="all">
<link rel="stylesheet" href="fonts/fonts.css" type="text/css" media="all">
<link rel="stylesheet" href="../move-to-cdn/libraries/foundation-6/css/foundation.css" type="text/css" media="all">
<link rel="stylesheet" href="libraries/foundation-6/css/foundation.css" type="text/css" media="all">
<!-- Use this CSS file for any custom styling -->
<link rel="stylesheet" href="../css/custom.css" type="text/css" media="all">
<!-- you can replace this with [projectname]-colours.css. See http://www.ebi.ac.uk/web/style/colour for details of how to do this -->
<!-- also inform ES so we can host your colour palette file -->
<link rel="stylesheet" href="../move-to-cdn/css/embl-petrol-colours.css" type="text/css" media="all">
<link rel="stylesheet" href="css/embl-petrol-colours.css" type="text/css" media="all">
<!-- for production the above can be replaced with -->
<!--
......@@ -56,7 +56,7 @@
<!-- All JavaScript at the bottom, except for Modernizr -->
<script src="../move-to-cdn/libraries/modernizr/modernizr.custom.49274.js"></script>
<script src="libraries/modernizr/modernizr.custom.49274.js"></script>
</head>
......@@ -1047,7 +1047,7 @@
<script>window.jQuery || document.write('<script src="../js/libs/jquery-1.10.2.min.js"><\/script>')</script>
-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="../move-to-cdn/libraries/foundation-6/js/foundation.js"></script>
<script src="libraries/foundation-6/js/foundation.js"></script>
<script type="text/JavaScript">$(document).foundation();</script>
<!--
-->
......@@ -1057,8 +1057,8 @@
<script defer="defer" src="//www.ebi.ac.uk/web_guidelines/js/plugins.js"></script>
<script defer="defer" src="//www.ebi.ac.uk/web_guidelines/js/script.js"></script>
-->
<script defer="defer" src="../move-to-cdn/js/cookiebanner.js"></script>
<script defer="defer" src="../move-to-cdn/js/foot.js"></script>
<script defer="defer" src="js/cookiebanner.js"></script>
<script defer="defer" src="js/foot.js"></script>
<!-- Google Analytics details... -->
<!-- Change UA-XXXXX-X to be your site's ID -->
......
File moved
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment