-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
95 lines (79 loc) · 4.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Genomics AI</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" type="image/png" href="images/logo.png">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/swiper.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body class="single-page">
<header class="site-header">
<div class="nav-bar">
<div class="container">
<div class="row">
<div class="col-12 d-flex flex-wrap justify-content-between align-items-center">
<div class="site-branding d-flex align-items-center">
<a class="d-block" href="index.html" rel="home"><img class="d-block" src="images/logo.png" alt="logo"></a>
</div>
<nav class="site-navigation d-flex justify-content-end align-items-center">
<ul class="d-flex flex-column flex-lg-row justify-content-lg-end align-items-center">
<li class="current-menu-item"><a href="index.html">Home</a></li>
<li><a href="about.html">About us</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="news.html">News</a></li>
<li><a href="contact.html">Contact</a></li>
<li class="call-btn button gradient-bg mt-3 mt-md-0">
<a class="d-flex justify-content-center align-items-center" href="#"><img src="images/emergency-call.png"> +34 586 778 8892</a>
</li>
</ul>
</nav>
<div class="hamburger-menu d-lg-none">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-12">
<h1>About us</h1>
<div class="breadcrumbs">
<ul class="d-flex flex-wrap align-items-center p-0 m-0">
<li><a href="#">Home</a></li>
<li>About Us</li>
</ul>
</div>
</div>
</div>
</div>
<img class="header-img" src="images/about-bg.png" alt="">
</header>
<div class="med-history">
<div class="container">
<div class="row align-items-end">
<div class="col-12 col-lg-6">
<h2>Genomics AI</h2>
<p>Genomics AI is a Health-Tech company that is working on an all-in-one solution for your health goals personalized by your genes.
<br>
We leverage cutting edge research in AI, metabolomics, and genomics to bring you this unique product that improves your health and wellness. We offer a plethora of products ranging from weight loss to utilizing your brain's fullest potential, all backed by sound scientific research.
<br>
Our product is currently at its earliest stage of development. A closed beta will open up for early adopters. We will advertise aggressively when it is ready. Stay tuned for updates!
</p>
<a class="d-inline-block button gradient-bg" href="https://www.crunchbase.com/organization/genomics-ai">Read More</a>
</div>
<div class="col-12 col-lg-6 mt-5 mt-lg-0">
<img class="responsive" src="images/about.jpg" alt="">
</div>
</div>
</div>
</div>
</body>
</html>