File size: 5,111 Bytes
fa881a6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1080, initial-scale=1.0">
<title>Research Consent Screen</title>
<style>
  body { margin: 0; padding: 0; background: transparent; }
  #render-target {
    width: 1080px;
    height: 2400px;
    position: relative;
    overflow: hidden;
    background: #F6F7F6;
    font-family: Arial, Helvetica, sans-serif;
    color: #1f1f1f;
  }

  /* Status bar */
  .status-bar {
    height: 110px;
    padding: 0 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #4b4b4b;
    font-size: 40px;
  }
  .status-left {
    display: flex;
    gap: 26px;
    align-items: center;
  }
  .mini-dot { width: 10px; height: 10px; background: #4b4b4b; border-radius: 50%; display: inline-block; }
  .status-right {
    display: flex;
    align-items: center;
    gap: 26px;
  }
  .icon {
    width: 44px;
    height: 44px;
  }

  /* Content */
  .content {
    position: absolute;
    left: 64px;
    right: 64px;
    top: 150px;
    bottom: 260px; /* leaves room for bottom bar */
    overflow: hidden;
  }
  .beaker {
    width: 82px;
    height: 82px;
    margin-top: 30px;
    margin-bottom: 36px;
  }
  h1 {
    font-size: 72px;
    line-height: 86px;
    margin: 0 0 36px 0;
    font-weight: 700;
    letter-spacing: -0.5px;
  }
  .lead {
    font-size: 38px;
    line-height: 56px;
    color: #6d6f71;
    margin-bottom: 56px;
  }
  h2 {
    font-size: 48px;
    margin: 30px 0 24px 0;
    font-weight: 700;
  }
  .paragraph {
    font-size: 36px;
    line-height: 54px;
    color: #6d6f71;
    margin-bottom: 26px;
  }
  ul.bullets {
    padding-left: 40px;
    margin: 16px 0 16px 0;
  }
  ul.bullets li {
    font-size: 36px;
    line-height: 54px;
    color: #3e4042;
    margin: 14px 0;
  }

  /* Bottom actions */
  .bottom-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 220px;
    background: #FFFFFFEE;
    border-top: 1px solid #e5e8e7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 64px;
  }
  .text-btn {
    font-size: 42px;
    color: #8a8f8d;
  }
  .primary-btn {
    background: #E8EBEA;
    color: #7f8583;
    border-radius: 80px;
    padding: 34px 80px;
    font-size: 44px;
    font-weight: 700;
  }
</style>
</head>
<body>
<div id="render-target">

  <!-- Status Bar -->
  <div class="status-bar">
    <div class="status-left">
      <div>10:15</div>
      <div class="mini-dot"></div>
      <div class="mini-dot" style="opacity:.6"></div>
      <div class="mini-dot" style="opacity:.3"></div>
    </div>
    <div class="status-right">
      <!-- simple wifi icon -->
      <svg class="icon" viewBox="0 0 24 24">
        <path fill="#4b4b4b" d="M12 18.5l2.5 2.5L12 24l-2.5-3 2.5-2.5zM12 5c-3.9 0-7.4 1.5-10 4l1.5 1.5C5.7 7.3 8.7 6 12 6s6.3 1.3 8.5 4.5L22 9c-2.6-2.5-6.1-4-10-4zM12 10c-2.6 0-5 .9-6.9 2.8L6.6 14C7.9 12.7 9.9 12 12 12s4.1.7 5.4 2l1.5-1.2C17 10.9 14.6 10 12 10z"/>
      </svg>
      <!-- battery icon -->
      <svg class="icon" viewBox="0 0 24 24">
        <rect x="2" y="7" width="18" height="10" rx="2" fill="none" stroke="#4b4b4b" stroke-width="2"/>
        <rect x="4" y="9" width="12" height="6" fill="#4b4b4b"/>
        <rect x="20" y="10" width="2" height="4" fill="#4b4b4b"/>
      </svg>
    </div>
  </div>

  <!-- Content -->
  <div class="content">
    <!-- Beaker icon -->
    <svg class="beaker" viewBox="0 0 24 24">
      <path fill="#2E7D64" d="M6 2h12v2h-1v5.6l3.3 6.2c.9 1.8-.4 4-2.4 4H6.1c-2 0-3.3-2.2-2.4-4L7 9.6V4H6V2zm3 2v6L6 17.6c-.4.8.1 1.4 1 1.4h10c.9 0 1.4-.6 1-1.4L15 10V4H9z"/>
    </svg>

    <h1>Help build better products and advance health research</h1>

    <div class="lead">
      You can be an important part of our mission to help everyone, everywhere, be healthier.
      Contributing to research is completely optional.
    </div>

    <h2>How it works</h2>

    <div class="paragraph">
      If you agree, when you use Fitbit products and services, Fitbit and Google will collect and use your data to
      research and develop new health and wellness products and services for you and others. This data includes your:
    </div>

    <ul class="bullets">
      <li>Health and wellness data, such as steps, heart rate, and sleep data</li>
      <li>Data from a device that you connect to Fitbit</li>
    </ul>

    <div class="paragraph">
      For example, heart rate data from Fitbit devices helped develop a new heart health notifications feature.
    </div>

    <div class="paragraph">
      Your data may also be used to generate findings that could be included in publications (such as science
      journals or Fitbit blog articles) to contribute to general knowledge about health and science.
      For example, activity, heart rate, and sleep data contributed to published findings that Fitbit devices could
      help detect flu outbreaks.
    </div>
  </div>

  <!-- Bottom action bar -->
  <div class="bottom-bar">
    <div class="text-btn">No thanks</div>
    <div class="primary-btn">I Agree</div>
  </div>

</div>
</body>
</html>