-
Notifications
You must be signed in to change notification settings - Fork 0
/
powerform.html
115 lines (94 loc) · 4.77 KB
/
powerform.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>CMT Genetic Research</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/scrolling-nav.css" rel="stylesheet">
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom JavaScript for this theme -->
<script src="js/scrolling-nav.js"></script>
<!-- Email form -->
<link href='https://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
<link href='contact.css' rel='stylesheet' type='text/css'>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/1000hz-bootstrap-validator/0.11.9/validator.min.js" integrity="sha256-dHf/YjH1A4tewEsKUSmNnV05DDbfGN3g7NMq86xgGh8=" crossorigin="anonymous"></script>
<script src="contact.js"></script>
<!-- SurveyJS -->
<script src="https://unpkg.com/jquery"></script>
<script src="https://surveyjs.azureedge.net/1.1.1/survey.jquery.js"></script>
<link href="https://surveyjs.azureedge.net/1.1.1/survey.css" type="text/css" rel="stylesheet" />
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">Find My CMT Gene</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#data">Data</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#protocol">Protocol</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#learn_more">Learn More</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#join">Join</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<header class="jumbotron jumbotron-fluid" id="index_header">
<div class="container text-center" id="index_header_text">
<h1 class="display-4">Welcome to the CMT Genome Hub</h1>
<p class="lead">To understand the genetic basis of ALS and to ultimately find a cure for this devastating, fatal neuromuscular disease, Project MinE aims to analyse the DNA of at least 15,000 ALS patients/p>
</div>
</header>
<!-- About -->
<section id="about">
<div class="container-fluid">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2>You are diagnosed with neuropathy and genetic tests have come back without results?</h2>
<p class="lead text-justify">The CMT Genome Hub has a simple mission: to improve the diagostic rate of CMT families. This will enable more therapy studies. Using whole genome analysis we are discovering new neuropathy genes and . To do this, we’re asking patients to contribute their biosamples. We will use these samples to:</p>
<ul>
<li>Discover novel disease gene associations</li>
<li>Reveal DNA mutations in known disease genes</li>
<li>Correlate DNA mutations with clinical outcomes</li>
<li>Guide patient specific therapies</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="py-5 bg-dark">
<div class="container">
<p class="m-0 text-center text-white">Copyright © Your Website 2019</p>
</div>
<!-- /.container -->
</footer>
</body>
</html>