-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
84 lines (81 loc) · 3.13 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
<!DOCTYPE html>
<html lang="en">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
crossorigin="anonymous">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>Hiram Genomics Store</title>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-3">
<img src="img/logo.jpg" class="img-responsive" alt="Store Logo">
</div>
<div class="col-md-9">
<h1>Hiram Genomics Store</h1>
<p class="lead">Welcome to the Hiram Genomics Store, your place for research creativity
in the classroom. We look forward to working with you on user-customized
reagents, data sets, and projects. Our focus is on getting more
middle school, high school, and college students involved in
cutting edge genomic and microbiological research projects.</p>
<p>Please contact Brad Goodner at
<a href="mailto:hiramgenomicsstore@gmail.com">hiramgenomicsstore@gmail.com</a>
for more details about our products, pricing, and customization
to meet your classroom research needs.</p>
</div>
</div>
<h2>Current Products</h2>
<table class="table table-hover">
<tr>
<td>
<a href="items/pcr-primers/">
<div>Identify a Microbe Using 16S rRNA PCR</div>
</a>
</td>
</tr>
<tr>
<td>
<a href="items/analysis-of-a-metagenome-using-pcr/">
<div>Analysis of a Metagenome Using PCR</div>
</a>
</td>
</tr>
<tr>
<td>
<a href="items/pcr-primer-sets/">
<div>PCR Primer Sets</div>
</a>
</td>
</tr>
<tr>
<td>
<a href="items/metagenomic-16s-rrna-gene-datasets/">
<div>Metagenomic 16S rRNA Gene Datasets</div>
</a>
</td>
</tr>
<tr>
<td>
<a href="items/customized-winogradsky-columns-microcosms/">
<div>Customized Winogradsky Columns (Microcosms)</div>
</a>
</td>
</tr>
<tr>
<td>
<a href="items/pare-project-materials/">
<div>PARE Project Materials</div>
</a>
</td>
</tr>
</table>
<a href="product-price-list/">
<h3>Current Product Price List</h3>
</a>
<br />
<h4>Back to <a href="https://geni-act.org">geni-act.org</a></h4>
</div>
</body>
</html>