Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EBI-Framework
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ebiwd
EBI-Framework
Commits
c825fafc
Commit
c825fafc
authored
7 years ago
by
khawkins98
Browse files
Options
Downloads
Patches
Plain Diff
Cleanup
parent
78877c6c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
index.html
+2
-34
2 additions, 34 deletions
index.html
with
2 additions
and
34 deletions
index.html
+
2
−
34
View file @
c825fafc
...
...
@@ -45,21 +45,12 @@
-->
<!-- If you have a custom header image or colour -->
<!--
-->
<meta
name=
"ebi:masthead-color"
content=
"#091314"
/>
<meta
name=
"ebi:masthead-image"
content=
"https://wwwdev.ebi.ac.uk/web_guidelines/EBI-Framework/v1.2/images/backgrounds/embl-ebi-background-4.jpg"
/>
<!-- you can replace this with theme-[projectname].css. See http://www.ebi.ac.uk/web/style/colour for details of how to do this -->
<!-- you can replace this with theme-[projectname].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=
"css/theme-embl-petrol.css"
type=
"text/css"
media=
"all"
/>
<!-- for production the above can be replaced with -->
<!--
<link rel="stylesheet" href="//www.ebi.ac.uk/web_guidelines/css/compliance/mini/ebi-fluid-embl.css" />
-->
<!-- end CSS-->
</head>
<body
class=
"level2"
>
<!-- add any of your classes or IDs -->
...
...
@@ -121,13 +112,6 @@
<ul
class=
'menu'
>
<li><a
href=
'#'
>
Item 1 subA
</a></li>
<li><a
href=
'#'
>
Item 1 subB
</a></li>
<li>
<a
href=
'#'
>
Item 1 sub
</a>
<ul
class=
'menu'
>
<li><a
href=
'#'
>
Item 1 subA
</a></li>
<li><a
href=
'#'
>
Item 1 subB
</a></li>
</ul>
</li>
<li>
<a
href=
'#'
>
Item 1 sub
</a>
<ul
class=
'menu'
>
...
...
@@ -146,8 +130,7 @@
</div>
<!-- Your menu structure should make a breadcrumb redundant, but if a breadcrump is needed uncomment the below -->
<!--
<nav aria-label="You are here:" role="navigation">
<nav
aria-label=
"You are here:"
role=
"navigation"
class=
"row"
>
<ul
class=
"breadcrumbs"
>
<li><a
href=
"#"
>
Home
</a></li>
<li><a
href=
"#"
>
Parent
</a></li>
...
...
@@ -157,7 +140,6 @@
</li>
</ul>
</nav>
-->
<section
id=
"main-content-area"
class=
"row"
role=
"main"
>
<h2>
EBI Visual Framework
</h2>
...
...
@@ -191,19 +173,8 @@
</div>
</footer>
<!-- JavaScript -->
<!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if offline -->
<!--
<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>
<!-- Your custom JavaScript file scan go here... change names accordingly -->
<!--
<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=
"js/script.js"
></script>
<!-- The Foundation theme JavaScript -->
...
...
@@ -211,8 +182,6 @@
<script
src=
"js/foundationExtendEBI.js"
></script>
<script
type=
"text/JavaScript"
>
$
(
document
).
foundation
();
</script>
<script
type=
"text/JavaScript"
>
$
(
document
).
foundationExtendEBI
();
</script>
<!--
-->
<!-- Google Analytics details... -->
<!-- Change UA-XXXXX-X to be your site's ID -->
...
...
@@ -224,6 +193,5 @@
});
</script>
-->
</body>
</html>
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment