-
Notifications
You must be signed in to change notification settings - Fork 0
/
Withings.html
43 lines (43 loc) · 1.75 KB
/
Withings.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
<html>
<head>
<title>
Withings preprocess
</title>
<body bgcolor="FFFFFF">
<h1> Withings data using API </h1>
<body class="landing-page sidebar-collapse">
<nav class="navbar navbar-color-on-scroll navbar-transparent fixed-top navbar-expand-lg " color-on-scroll="100" id="sectionsNav">
<div class="container">
<div class="navbar-translate">
<a class="navbar-brand" href="">
Withings Preprocess </a>
<button class="navbar-toggler" type="button" data-toggle="collapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="sr-only">Toggle navigation</span>
<span class="navbar-toggler-icon"></span>
<span class="navbar-toggler-icon"></span>
<span class="navbar-toggler-icon"></span>
</button>
</div>
<!-- <div class="collapse navbar-collapse">
<ul class="navbar-nav ml-auto">
<li class="button-container nav-item iframe-extern">
<a href="https://dbdp.org" target="_blank" class="btn btn-default btn-round btn-block">
<i class="material-icons">withings</i> DBDP
</a>
</li>
<li class="button-container nav-item iframe-extern mx-2">
<a href="https://github.com/DigitalBiomarkerDiscoveryPipeline/Withings" target="_blank" class="btn btn-info btn-round btn-block">
<i class="fa fa-leanpub"></i> Tutorials
</a>
</li>
<li class="button-container nav-item iframe-extern">
<a href="https://medium.com/digital-biomarker-discovery" target="_blank" class="btn btn-primary btn-round btn-block">
<i class="fa fa-medium"></i> Blog
</a>
</ul>
</div>
</div> -->
</nav>
</body>
</head>
</html>