-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
108 lines (92 loc) · 4.59 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang=""> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="header-container">
<header class="wrapper clearfix">
<h1 class="title">Human Gender</h1>
<!--<nav>
<ul>
<li><a href="#">nav ul li a</a></li>
<li><a href="#">nav ul li a</a></li>
<li><a href="#">nav ul li a</a></li>
</ul>
</nav>-->
</header>
</div>
<div class="main-container">
<div class="main wrapper clearfix">
<article>
<header>
<h1>Analysis Report</h1>
<h2>Q3-Plus V2<br> <br> </h2>
</header>
<section>
<h3>Analysis Information</h3>
<p>Sample ID: Patient0123<br />ID: LabOperator<br />Date: 2016/11/02 12:53:31<br />Protocol file name: HumanGenderAssay.xml<br> <br> </p>
</section>
<section>
<h3>System Information</h3>
<p>Device ID: 2<br />Executed analyses: 361<br />Firmware version: 2.45<br />Software version: 1.0.0.0<br> <br> </p>
</section>
</article>
<aside>
<h2>Result</h2>
<p>MALE sample</p>
<img src="img/Male.png" style="width:200px;">
<!--<p>
<img src='img/Male.png' align='right' style="width:100px;height:100px;"/>
MALE sample
<p>-->
</aside>
<!--<img src="img/plot.png" alt="Plot View" >-->
<!--<p>
<a href="MY WEBSITE LINK" target="_blank">
<img src="img/plot.png" style='width:100%;' border="0" alt="Null">
</a>
</p>-->
<!--<img src="img/Plot.png" style='width:100%;' border="0" alt="Null">-->
<a href="img/Plot.png">
<img src="img/Plot.png" style='width:100%;' border="0" alt="Null">
</a>
<div>
<img src="img/ST.png" style="height:100px;float:left;">
<img src="img/Module.png" style="height:100px;float:right;">
</div>
</div> <!-- #main -->
</div> <!-- #main-container -->
<!--<div class="footer-container">
<footer class="wrapper">
<h3>footer</h3>
</footer>
</div>-->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')</script>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X','auto');ga('send','pageview');
</script>
</body>
</html>