| <html> |
| <head> |
| <meta charset="utf-8"> |
| <title>Fitbit Profile Info - Mock</title> |
| <style> |
| body { |
| margin: 0; |
| padding: 0; |
| background: transparent; |
| font-family: "Roboto", Arial, sans-serif; |
| } |
| #render-target { |
| width: 1080px; |
| height: 2400px; |
| position: relative; |
| overflow: hidden; |
| background: #F3F5F4; |
| color: #1f2d2a; |
| } |
| |
| |
| .status-bar { |
| position: absolute; |
| top: 0; |
| left: 0; |
| width: 1080px; |
| height: 120px; |
| display: flex; |
| align-items: center; |
| justify-content: space-between; |
| padding: 0 40px; |
| color: #1f2d2a; |
| font-weight: 600; |
| font-size: 40px; |
| } |
| .status-left { |
| display: flex; |
| align-items: center; |
| gap: 22px; |
| } |
| .status-right { |
| display: flex; |
| align-items: center; |
| gap: 28px; |
| } |
| .icon { |
| width: 40px; |
| height: 40px; |
| } |
| |
| |
| .content { |
| position: absolute; |
| top: 160px; |
| left: 60px; |
| right: 60px; |
| padding-bottom: 200px; |
| } |
| |
| .avatar-wrap { |
| width: 130px; |
| height: 130px; |
| border-radius: 65px; |
| border: 10px solid #2E7C71; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| margin-bottom: 40px; |
| } |
| .avatar-wrap svg { |
| width: 80px; |
| height: 80px; |
| } |
| |
| h1 { |
| font-size: 72px; |
| line-height: 86px; |
| margin: 10px 0 30px 0; |
| font-weight: 700; |
| letter-spacing: -0.5px; |
| } |
| |
| .desc { |
| font-size: 38px; |
| line-height: 56px; |
| color: #51605C; |
| margin-bottom: 40px; |
| } |
| |
| .section-title { |
| font-size: 44px; |
| font-weight: 700; |
| margin: 40px 0 30px; |
| } |
| |
| |
| .form-row { |
| display: flex; |
| gap: 36px; |
| margin-bottom: 34px; |
| } |
| .field { |
| flex: 1; |
| } |
| .label { |
| font-size: 34px; |
| color: #3c4a46; |
| margin-bottom: 16px; |
| } |
| .input-box { |
| height: 160px; |
| border: 3px solid #BFC9C6; |
| border-radius: 20px; |
| background: #FFFFFF; |
| display: flex; |
| align-items: center; |
| padding: 0 36px; |
| font-size: 54px; |
| color: #1f2d2a; |
| box-sizing: border-box; |
| } |
| |
| .select-full { |
| width: 960px; |
| } |
| .dropdown { |
| position: relative; |
| width: 960px; |
| } |
| .dropdown .input-box { |
| justify-content: space-between; |
| } |
| .caret { |
| width: 36px; |
| height: 36px; |
| } |
| |
| .helper { |
| font-size: 34px; |
| color: #51605C; |
| margin-top: 26px; |
| max-width: 960px; |
| line-height: 50px; |
| } |
| |
| |
| .bottom-actions { |
| position: absolute; |
| bottom: 190px; |
| left: 60px; |
| right: 60px; |
| display: flex; |
| justify-content: space-between; |
| align-items: center; |
| } |
| .exit { |
| font-size: 42px; |
| color: #236E61; |
| cursor: default; |
| } |
| .cta { |
| background: #236E61; |
| color: #FFFFFF; |
| font-size: 46px; |
| padding: 34px 46px; |
| border-radius: 60px; |
| box-shadow: 0 6px 0 rgba(0,0,0,0.08); |
| } |
| |
| |
| .gesture { |
| position: absolute; |
| bottom: 72px; |
| left: 50%; |
| transform: translateX(-50%); |
| width: 460px; |
| height: 12px; |
| background: #9AA4A1; |
| border-radius: 8px; |
| } |
| </style> |
| </head> |
| <body> |
| <div id="render-target"> |
| |
| <div class="status-bar"> |
| <div class="status-left"> |
| <div>10:10</div> |
| |
| <svg class="icon" viewBox="0 0 24 24"> |
| <path d="M3 18h18M6 14h12M9 10h6M11 6h2" stroke="#465653" stroke-width="2" fill="none" stroke-linecap="round"/> |
| </svg> |
| <svg class="icon" viewBox="0 0 24 24"> |
| <circle cx="12" cy="12" r="9" stroke="#465653" stroke-width="2" fill="none"/> |
| <circle cx="12" cy="12" r="2" fill="#465653"/> |
| </svg> |
| </div> |
| <div class="status-right"> |
| |
| <svg class="icon" viewBox="0 0 24 24"> |
| <path d="M2 9c5-4 15-4 20 0M5 12c3-3 11-3 14 0M8 15c2-2 6-2 8 0M12 18l2 2-2 2-2-2 2-2z" stroke="#465653" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/> |
| </svg> |
| |
| <svg class="icon" viewBox="0 0 28 24"> |
| <rect x="2" y="6" width="20" height="12" rx="2" ry="2" stroke="#465653" stroke-width="2" fill="none"/> |
| <rect x="4.5" y="8.5" width="12.5" height="7" fill="#465653"/> |
| <rect x="22.5" y="9" width="3" height="6" rx="1" fill="#465653"/> |
| </svg> |
| </div> |
| </div> |
|
|
| |
| <div class="content"> |
| <div class="avatar-wrap"> |
| |
| <svg viewBox="0 0 64 64"> |
| <circle cx="32" cy="24" r="12" stroke="#2E7C71" stroke-width="6" fill="none"/> |
| <path d="M12 52c4-10 36-10 40 0" stroke="#2E7C71" stroke-width="6" fill="none" stroke-linecap="round"/> |
| </svg> |
| </div> |
|
|
| <h1>Add Fitbit profile info</h1> |
|
|
| <div class="desc"> |
| Your profile info helps personalize some metrics, like stride length and speed. To choose who sees this info, go to sharing settings in your Account > Social & Sharing > Privacy. |
| </div> |
|
|
| <div class="section-title">Your profile info</div> |
|
|
| <div class="form-row"> |
| <div class="field"> |
| <div class="label">Height</div> |
| <div class="input-box">165 cm</div> |
| </div> |
| <div class="field"> |
| <div class="label">Weight</div> |
| <div class="input-box">74 kg</div> |
| </div> |
| </div> |
|
|
| <div class="label">Sex</div> |
| <div class="dropdown"> |
| <div class="input-box"> |
| <span>Male</span> |
| <svg class="caret" viewBox="0 0 24 24"> |
| <path d="M6 9l6 6 6-6" stroke="#2E7C71" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/> |
| </svg> |
| </div> |
| </div> |
|
|
| <div class="helper"> |
| Fitbit uses sex to calculate metrics like calories burned, and to provide reference points you can use for comparison |
| </div> |
| </div> |
|
|
| |
| <div class="bottom-actions"> |
| <div class="exit">Exit</div> |
| <div class="cta">Save & continue</div> |
| </div> |
|
|
| |
| <div class="gesture"></div> |
| </div> |
| </body> |
| </html> |