-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcredits.html
56 lines (53 loc) · 2.98 KB
/
credits.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>BEL.bio</title>
<script src="https://use.fontawesome.com/d0c4fd9c38.js"></script>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<!-- HTML5 shim and Respond.js I am a IE8 support of HTML5 elements and media querie -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<link href="https://fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,700" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="styles/main.css">
<!-- favicon -->
<link rel="shortcut icon" type="image/png" href="media/favicon.png" />
</head>
<body>
<div class="body-html">
<div class="container ">
<div class="row">
<div class="col-xs-12">
<img id="bel-img-dna" src="media/logos/bgicon.png">
<div id="bel-img-container">
<img id="bel-img-logo" src="media/logos/belbio.png" width="100">
</div>
<div class="col-xs-12 " id="body-container">
<h2>Sponsors</h2>
We are grateful for support from the following corporate sponsors:
<ul>
<li class="logo-wrapper"><img class="logo" src="media/logos/ADS.png"></li>
<li class="logo-wrapper" id="bio"><img class="logo" src="media/logos/biodati.png"></li>
<li class="logo-wrapper" id="philip"><img class="logo" src="media/logos/philip.png"></li>
</ul>
</br>
<p>We very much appreciate the efforts of the following individuals to the project:</p>
<ul id="credit-container">
<li class="credit"><div class="credit-name">Natalie Catlett, PhD</div> PatientsLikeMe,<br> Cambridge MA USA</li>
<li class="credit"><div class="credit-name">Anselmo Di Fabio</div> BioDati INC.<br> Rahway NJ USA</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</body>
</html>