diff data/riboplot.html @ 0:ca58e9466cbf

First commit
author Vimalkumar Velayudhan <vimal@biotechcoder.com>
date Mon, 29 Jun 2015 16:38:36 +0100
parents
children b6fd86c539ea
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/data/riboplot.html	Mon Jun 29 16:38:36 2015 +0100
@@ -0,0 +1,61 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+
+    <!-- Basic Page Needs
+    –––––––––––––––––––––––––––––––––––––––––––––––––– -->
+    <meta charset="utf-8">
+    <title>Ribo-Seq profile plot</title>
+    <meta name="description" content="">
+    <meta name="author" content="">
+
+    <!-- Mobile Specific Metas
+    –––––––––––––––––––––––––––––––––––––––––––––––––– -->
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+
+    <!-- FONT
+    –––––––––––––––––––––––––––––––––––––––––––––––––– -->
+    <!--<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600"-->
+          <!--rel="stylesheet" type="text/css">-->
+
+    <!-- CSS
+    –––––––––––––––––––––––––––––––––––––––––––––––––– -->
+    <link rel="stylesheet" href="css/normalize.css">
+    <link rel="stylesheet" href="css/skeleton.css">
+    <link rel="stylesheet" href="css/custom.css">
+
+    <!-- Favicon
+    –––––––––––––––––––––––––––––––––––––––––––––––––– -->
+    <link rel="icon" type="image/png" href="images/favicon.png">
+
+</head>
+<body>
+
+<!-- Primary Page Layout
+–––––––––––––––––––––––––––––––––––––––––––––––––– -->
+<div class="container">
+    <div class="row">
+        <div id="main" class="twelve columns">
+            <center>
+                <h3>Ribo-Seq profile plot</h3>
+                <p>
+                <img width="100%" class="u-max-full-width" src="ribograph.png"/><br>
+                <p>
+                <h4>Download plots<br>
+                    <a href="ribograph.png">PNG</a>, <a href="ribograph.svg">SVG</a>
+                </h4>
+
+                <h4>Download counts<br>
+                 <a href="RiboCounts.csv">RiboCounts.csv</a>
+                </h4>
+                <p>
+                    <small>
+                        (Right click --> Save link/target as...)
+                    </small>
+                </p>
+            </center>
+        </div>
+    </div>
+</div>
+</body>
+</html>
\ No newline at end of file