-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
69 lines (69 loc) · 3.41 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>HeadsUp!</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<a href="http://challenge.ipso-alliance.org/ipso-challenge-2015/headsup" target="_new"><img style="position: absolute; top: 0; right: 0; border: 0;" src="figs/trophee.png" alt="IPSO CHALLENGE 2015 semi-finalist"></a>
<h1 class="project-name"><img src="figs/headsup_logo_frontpage.png"/></h1>
<h2 class="project-tagline">Long-Term Real-Time Patient Position Monitoring</h2>
</section>
<section class="main-content">
<div style="width:844;text-align:center;background-color:#E41B17;color:#ffffff;">
HeadsUp! is WINNER of the IPSO CHALLENGE 2015 People's Choice Award!
</div><br/>
<iframe width="844" height="633"
src="http://www.youtube.com/embed/8IFtbiHaq84?autoplay=1">
</iframe>
<h2>Status</h2>
<p>
HeadsUp! is WINNER of the IPSO CHALLENGE 2015 People's Choice Award! We are now looking for partners to commercialize this solution. Contact <a href="mailto:[email protected]">[email protected]</a>.
</p>
<h2>Flyer</h2>
<p>
Download <a href="figs/headsup_dot_flyer.pdf" target="_new">here</a>.
</p>
<h2>News</h2>
<a class="twitter-timeline" href="https://twitter.com/heads_up_tech" data-widget-id="672067634553298944">Tweets by @heads_up_tech</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
<h2>Contacts</h2>
<table>
<tr>
<td><img src="figs/thomas_watteyne.jpg">
</td>
<td>
<b>Thomas Watteyne, PhD</b><br/>
co-founder<br/>
Paris, France<br/>
<br/>
(m) +33 7 83 08 34 97<br/>
<a href="mailto:[email protected]">[email protected]</a><br/>
<a href="https://www.thomaswatteyne.com/">www.thomaswatteyne.com</a>
</td>
</tr>
<tr>
<td><img src="figs/brett_warneke.jpg">
</td>
<td>
<b>Brett Warneke, PhD</b><br/>
co-founder<br/>
SF Bay Area, CA, USA<br/>
<br/>
(m) +1 (510) 435-9637<br/>
<a href="mailto:[email protected]">[email protected]</a>
</td>
</tr>
</table>
<footer class="site-footer">
<span class="site-footer-credits">HeadsUp! Tech, 2015.</span>
</footer>
</section>
</body>
</html>