-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
75 lines (71 loc) · 3 KB
/
Copy pathindex.html
File metadata and controls
75 lines (71 loc) · 3 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Anubis Pre-Clinical Research</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<link rel="icon" type="image/x-icon" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.0.0/svgs/solid/flask.svg">
<script src="js/components.js"></script>
</head>
<body>
<!-- Header will be inserted here -->
<div id="header-placeholder"></div>
<header class="hero">
<div class="hero-content">
<h1>Advancing Pre-Clinical Research</h1>
<p>Leading the way in innovative pre-clinical studies and research solutions</p>
<a href="services.html" class="cta-button">Explore Our Services</a>
</div>
</header>
<main>
<section class="features">
<h2>Why Choose Anubis</h2>
<div class="feature-grid">
<div class="feature-card">
<i class="fas fa-microscope"></i>
<h3>State-of-the-Art Facilities</h3>
<p>Access to cutting-edge equipment and modern research facilities</p>
</div>
<div class="feature-card">
<i class="fas fa-users"></i>
<h3>Expert Team</h3>
<p>Highly qualified researchers and scientists dedicated to your success</p>
</div>
<div class="feature-card">
<i class="fas fa-chart-line"></i>
<h3>Proven Track Record</h3>
<p>Consistent delivery of high-quality research outcomes</p>
</div>
<div class="feature-card">
<i class="fas fa-clock"></i>
<h3>Rapid Turnaround</h3>
<p>Efficient processes ensuring timely delivery of results</p>
</div>
</div>
</section>
<section class="about-preview">
<h2>Excellence in Pre-Clinical Research</h2>
<p>At Anubis, we combine scientific expertise with cutting-edge technology to deliver superior pre-clinical research
solutions. Our commitment to quality and innovation drives breakthrough discoveries in drug development and medical research.</p>
<div class="stats">
<div class="stat">
<h3>500+</h3>
<p>Successful Studies</p>
</div>
<div class="stat">
<h3>50+</h3>
<p>Research Partners</p>
</div>
<div class="stat">
<h3>15+</h3>
<p>Years Experience</p>
</div>
</div>
</section>
</main>
<!-- Footer will be inserted here -->
<div id="footer-placeholder"></div>
</body>
</html>