-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathhome.html
74 lines (56 loc) · 2.6 KB
/
home.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
<!DOCTYPE html>
<html>
<title> GeneCheck </title>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<div class="container">
<p align="left"> <nav class="navbar navbar-default">
<div class="container">
<h2>Home</h2>
</div>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<h1>Hi Dylan! What would you like genetic insights on?</h1>
<p>
<p>
</head>
<script src="assets/js/script.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ToxScreen. Drug safety personalized to your genetic information.</title>
<link rel="stylesheet" href="assets/css/styles.css">
<!-- Meta tag for changing browser colors. -->
<meta id="theme-color" name="theme-color" content="#37474F">
<!-- Meta tag for App-like behaviour in iOS -->
<meta name=”apple-mobile-web-app-capable” content=”yes”>
<!-- Web Manifest -->
<link rel="manifest" href="manifest.json">
</head>
<br>
<body>
<td class="column-verticallineMiddle">
<div class="row">
<div class="col-xs-6">
<a href="index.html" class="btn btn-default" id="fitnessbutton"> Fitness <img src="images/fitness.png" width="65" /></a> </p>
<br>
<a href="drug.html" class="btn btn-default" id="fitnessbutton"> Medicine <img src="images/medicine.png" width="60" /> </a> </p>
<br>
<a href="home.html" class="btn btn-default" id="fitnessbutton"> Diet <img src="images/diet.png" width="60" /> </a> </p>
</div>
</div>
</td>
</body>
</html>