-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
198 lines (198 loc) · 17.7 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
<div class="bg-indigo-50">
<header>
<nav class="bg-indigo-50 border-gray-200 px-4 lg:px-6 py-2.5">
<div class="flex flex-wrap justify-between items-center mx-auto max-w-screen-xl">
<a href="#" class="flex items-center"><span class="text-indigo-600 self-center text-xl font-semibold whitespace-nowrap">BioTech Solutions Inc.</span></a>
<div class="flex items-center lg:order-2">
<a href="#" class="text-gray-800 hover:bg-gray-50 focus:ring-4 focus:ring-gray-300 font-medium rounded-lg text-sm px-4 lg:px-5 py-2 lg:py-2.5 mr-2">Log in</a><a href="#" class="text-white bg-blue-700 hover:bg-blue-800 font-medium rounded-lg text-sm px-4 lg:px-5 py-2 lg:py-2.5 mr-2">Get Started</a
><button type="button" class="inline-flex items-center p-2 ml-1 text-sm text-gray-500 rounded-lg lg:hidden hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-gray-200" aria-controls="mobile-menu-2" aria-expanded="false">
<span class="sr-only">Open main menu</span><svg class="w-6 h-6" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M3 5a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 10a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 15a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z" clip-rule="evenodd"></path></svg><svg class="hidden w-6 h-6" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z" clip-rule="evenodd"></path></svg>
</button>
</div>
<div class="hidden justify-between items-center w-full lg:flex lg:w-auto lg:order-1" id="mobile-menu-2">
<ul class="flex flex-col mt-4 font-medium lg:flex-row lg:space-x-8 lg:mt-0">
<li><a href="#" class="block py-2 pr-4 pl-3 hover:text-blue-800 text-black rounded lg:bg-transparent lg:p-0" aria-current="page">About</a></li>
<li><a href="#" class="block py-2 pr-4 pl-3 hover:text-blue-800 text-black rounded lg:bg-transparent lg:p-0" aria-current="page">Services</a></li>
<li><a href="#" class="block py-2 pr-4 pl-3 hover:text-blue-800 text-black rounded lg:bg-transparent lg:p-0" aria-current="page">Resources</a></li>
<li><a href="#" class="block py-2 pr-4 pl-3 hover:text-blue-800 text-black rounded lg:bg-transparent lg:p-0" aria-current="page">Contact</a></li>
</ul>
</div>
</div>
</nav>
</header>
<div class="relative isolate px-6 pt-14 lg:px-8">
<div class="absolute inset-x-0 -top-40 -z-10 transform-gpu overflow-hidden blur-3xl sm:-top-80" aria-hidden="true"></div>
<div class="mx-auto max-w-2xl py-10 sm:py-48 lg:py-10">
<div class="text-center">
<h1 class="text-4xl font-bold tracking-tight text-gray-900 sm:text-6xl">Empowering Bioinformatics Solutions</h1>
<p class="mt-6 text-lg leading-8 text-gray-600">Leading the way in bioinformatics research and analysis to drive innovation and discovery.</p>
<div class="mt-10 flex items-center justify-center gap-x-6">
<a href="#" class="rounded-md bg-indigo-600 px-3.5 py-2.5 text-sm font-semibold text-white shadow-sm hover:bg-indigo-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600">Get Started</a><a href="#" class="text-sm font-semibold leading-6 text-gray-900">Learn more<span aria-hidden="true">→</span></a>
</div>
</div>
</div>
</div>
</div>
<div class="bg-indigo-600 py-10 sm:py-10">
<div class="mx-auto max-w-7xl px-6 lg:px-8">
<div class="mx-auto max-w-2xl lg:text-center">
<h2 class="text-base font-semibold leading-7 text-indigo-200"></h2>
<p class="mt-2 text-3xl font-bold tracking-tight text-white sm:text-4xl"></p>
<p class="mt-6 text-lg leading-8 text-indigo-200"></p>
</div>
<div class="mx-auto mt-16 max-w-2xl sm:mt-20 lg:mt-24 lg:max-w-none">
<dl class="grid max-w-xl grid-cols-1 gap-x-8 gap-y-16 lg:max-w-none lg:grid-cols-3">
<div class="flex flex-col">
<dt class="flex items-center gap-x-3 text-base font-semibold leading-7 text-white">Data Analysis</dt>
<dd class="mt-4 flex flex-auto flex-col text-base leading-7 text-indigo-200">
<p class="flex-auto">Analyze large datasets to extract meaningful insights</p>
<p class="mt-6">
<a href="#" class="text-sm font-semibold leading-6 text-white">Learn more <span aria-hidden="true">→</span></a>
</p>
</dd>
</div>
<div class="flex flex-col">
<dt class="flex items-center gap-x-3 text-base font-semibold leading-7 text-white">Sequence Alignment</dt>
<dd class="mt-4 flex flex-auto flex-col text-base leading-7 text-indigo-200">
<p class="flex-auto">Align DNA, RNA, or protein sequences for comparison</p>
<p class="mt-6">
<a href="#" class="text-sm font-semibold leading-6 text-white">Learn more <span aria-hidden="true">→</span></a>
</p>
</dd>
</div>
<div class="flex flex-col">
<dt class="flex items-center gap-x-3 text-base font-semibold leading-7 text-white">Genome Annotation</dt>
<dd class="mt-4 flex flex-auto flex-col text-base leading-7 text-indigo-200">
<p class="flex-auto">Annotate genomes to identify genes and regulatory elements</p>
<p class="mt-6">
<a href="#" class="text-sm font-semibold leading-6 text-white">Learn more <span aria-hidden="true">→</span></a>
</p>
</dd>
</div>
</dl>
</div>
</div>
</div>
<div class="bg-white py-24 sm:py-32">
<div class="mx-auto max-w-7xl px-6 lg:px-8">
<div class="mx-auto max-w-4xl sm:text-center">
<h2 class="text-base font-semibold leading-7 text-indigo-600">Choose the Right Plan for You</h2>
<p class="mt-2 text-4xl font-bold tracking-tight text-gray-900 sm:text-5xl">Flexible Pricing Options</p>
</div>
<p class="mx-auto mt-6 max-w-2xl text-lg leading-8 text-gray-600 sm:text-center">Select the plan that best fits your needs and budget.</p>
<div class="mt-20 flow-root">
<div class="isolate -mt-16 grid max-w-sm grid-cols-1 gap-y-16 divide-y divide-gray-100 sm:mx-auto lg:-mx-8 lg:mt-0 lg:max-w-none lg:grid-cols-3 lg:divide-x lg:divide-y-0 xl:-mx-4">
<div class="pt-16 lg:px-8 lg:pt-0 xl:px-14">
<h3 class="text-base font-semibold leading-7 text-gray-900">Starter Plan</h3>
<p class="mt-6 flex items-baseline gap-x-1">
<span class="text-5xl font-bold tracking-tight text-gray-900">$15</span><span class="text-sm font-semibold leading-6 text-gray-600">/<!-- -->month</span>
</p>
<a href="#" class="mt-10 block rounded-md bg-indigo-600 px-3 py-2 text-center text-sm font-semibold leading-6 text-white shadow-sm hover:bg-indigo-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600">Get started</a>
<p class="mt-10 text-sm font-semibold leading-6 text-gray-900">Ideal for beginners</p>
<ul role="list" class="mt-6 space-y-3 text-sm leading-6 text-gray-600">
<li class="flex gap-x-3">
<svg class="flex-shrink-0 w-5 h-5 text-green-500 dark:text-green-400" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd"></path></svg>Access to basic tools
</li>
<li class="flex gap-x-3">
<svg class="flex-shrink-0 w-5 h-5 text-green-500 dark:text-green-400" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd"></path></svg>Limited data storage
</li>
<li class="flex gap-x-3">
<svg class="flex-shrink-0 w-5 h-5 text-green-500 dark:text-green-400" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd"></path></svg>Email support
</li>
</ul>
</div>
<div class="pt-16 lg:px-8 lg:pt-0 xl:px-14">
<h3 class="text-base font-semibold leading-7 text-gray-900">Pro Plan</h3>
<p class="mt-6 flex items-baseline gap-x-1">
<span class="text-5xl font-bold tracking-tight text-gray-900">$30</span><span class="text-sm font-semibold leading-6 text-gray-600">/<!-- -->month</span>
</p>
<a href="#" class="mt-10 block rounded-md bg-indigo-600 px-3 py-2 text-center text-sm font-semibold leading-6 text-white shadow-sm hover:bg-indigo-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600">Get started</a>
<p class="mt-10 text-sm font-semibold leading-6 text-gray-900">Perfect for professionals</p>
<ul role="list" class="mt-6 space-y-3 text-sm leading-6 text-gray-600">
<li class="flex gap-x-3">
<svg class="flex-shrink-0 w-5 h-5 text-green-500 dark:text-green-400" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd"></path></svg>Advanced analysis tools
</li>
<li class="flex gap-x-3">
<svg class="flex-shrink-0 w-5 h-5 text-green-500 dark:text-green-400" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd"></path></svg>Increased data storage
</li>
<li class="flex gap-x-3">
<svg class="flex-shrink-0 w-5 h-5 text-green-500 dark:text-green-400" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd"></path></svg>Priority support
</li>
</ul>
</div>
<div class="pt-16 lg:px-8 lg:pt-0 xl:px-14">
<h3 class="text-base font-semibold leading-7 text-gray-900">Enterprise Plan</h3>
<p class="mt-6 flex items-baseline gap-x-1">
<span class="text-5xl font-bold tracking-tight text-gray-900">$50</span><span class="text-sm font-semibold leading-6 text-gray-600">/<!-- -->month</span>
</p>
<a href="#" class="mt-10 block rounded-md bg-indigo-600 px-3 py-2 text-center text-sm font-semibold leading-6 text-white shadow-sm hover:bg-indigo-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600">Get started</a>
<p class="mt-10 text-sm font-semibold leading-6 text-gray-900">Tailored for large organizations</p>
<ul role="list" class="mt-6 space-y-3 text-sm leading-6 text-gray-600">
<li class="flex gap-x-3">
<svg class="flex-shrink-0 w-5 h-5 text-green-500 dark:text-green-400" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd"></path></svg>Customizable solutions
</li>
<li class="flex gap-x-3">
<svg class="flex-shrink-0 w-5 h-5 text-green-500 dark:text-green-400" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd"></path></svg>Unlimited data storage
</li>
<li class="flex gap-x-3">
<svg class="flex-shrink-0 w-5 h-5 text-green-500 dark:text-green-400" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z" clip-rule="evenodd"></path></svg>Dedicated account manager
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="bg-indigo-600">
<div class="px-6 py-24 sm:px-6 sm:py-32 lg:px-8">
<div class="mx-auto max-w-2xl text-center">
<h2 class="text-3xl font-bold tracking-tight text-white sm:text-4xl"><br />Take your research to the next level with our bioinformatics tools</h2>
<p class="mx-auto mt-6 max-w-xl text-lg leading-8 text-indigo-200">Discover how our cutting-edge technology can help you analyze and interpret biological data more efficiently</p>
<div class="mt-10 flex items-center justify-center gap-x-6">
<a href="#" class="rounded-md bg-white px-3.5 py-2.5 text-sm font-semibold text-indigo-600 shadow-sm hover:bg-indigo-50 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-white">Get started</a
><a href="#" class="text-sm font-semibold leading-6 text-white"
>Learn more<!-- -->
<span aria-hidden="true">→</span></a
>
</div>
</div>
</div>
</div>
<div class="bg-white">
<div class="mx-auto max-w-7xl px-6 py-24 sm:pt-32 lg:px-8 lg:py-40">
<div class="lg:grid lg:grid-cols-12 lg:gap-8">
<div class="lg:col-span-5">
<h2 class="text-2xl font-bold leading-10 tracking-tight text-gray-900">Frequently asked questions</h2>
<p class="mt-4 text-base leading-7 text-gray-600">
Can’t find the answer you’re looking for? Reach out to our<!-- -->
<a href="#" class="font-semibold text-indigo-600 hover:text-indigo-500">customer support</a>
<!-- -->team.
</p>
</div>
<div class="mt-10 lg:col-span-7 lg:mt-0">
<dl class="space-y-10">
<div>
<dt class="text-base font-semibold leading-7 text-gray-900">What is bioinformatics?</dt>
<dd class="mt-2 text-base leading-7 text-gray-600">Bioinformatics is the field of science that combines biology, computer science, and information technology to analyze and interpret biological data.</dd>
</div>
<div>
<dt class="text-base font-semibold leading-7 text-gray-900">What are the applications of bioinformatics?</dt>
<dd class="mt-2 text-base leading-7 text-gray-600">Bioinformatics is used in genomics, proteomics, drug discovery, personalized medicine, and evolutionary studies.</dd>
</div>
<div>
<dt class="text-base font-semibold leading-7 text-gray-900">What skills are required for a career in bioinformatics?</dt>
<dd class="mt-2 text-base leading-7 text-gray-600">Skills in programming, statistics, biology, and data analysis are essential for a career in bioinformatics.</dd>
</div>
<div>
<dt class="text-base font-semibold leading-7 text-gray-900">What are some common bioinformatics tools and databases?</dt>
<dd class="mt-2 text-base leading-7 text-gray-600">Common bioinformatics tools include BLAST, ClustalW, and R. Databases like GenBank, UniProt, and PDB are frequently used in bioinformatics research.</dd>
</div>
<div>
<dt class="text-base font-semibold leading-7 text-gray-900">How can I learn bioinformatics?</dt>
<dd class="mt-2 text-base leading-7 text-gray-600">You can learn bioinformatics through online courses, workshops, and degree programs offered by universities. It is also helpful to practice with real biological data and tools.</dd>
</div>
</dl>
</div>
</div>
</div>
</div>