| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <title>Presentation UI Mock</title> |
| <style> |
| body { margin: 0; padding: 0; background: transparent; font-family: "Segoe UI", Arial, sans-serif; } |
| #render-target { |
| width: 1080px; |
| height: 2400px; |
| position: relative; |
| overflow: hidden; |
| background: #111; |
| color: #fff; |
| } |
| |
| .status-bar { |
| height: 90px; |
| background: #1a1a1a; |
| display: flex; |
| align-items: center; |
| padding: 0 24px; |
| font-weight: 500; |
| font-size: 32px; |
| letter-spacing: 0.2px; |
| } |
| .status-left { display: flex; align-items: center; gap: 22px; } |
| .status-right { margin-left: auto; display: flex; align-items: center; gap: 20px; } |
| .status-icon { width: 34px; height: 34px; opacity: 0.85; } |
| |
| .app-bar { |
| height: 110px; |
| background: #202020; |
| display: flex; |
| align-items: center; |
| padding: 0 24px; |
| border-bottom: 1px solid #2b2b2b; |
| } |
| .app-title { |
| font-size: 36px; |
| margin-left: 18px; |
| opacity: 0.95; |
| } |
| .spacer { flex: 1; } |
| .icon-btn { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; } |
| |
| .slide-preview { |
| width: 1040px; |
| margin: 20px; |
| border: 3px solid #000; |
| background: #3f2f20; |
| } |
| .preview-header { |
| display: grid; |
| grid-template-columns: 1fr 1fr 1fr 1fr; |
| height: 240px; |
| } |
| .panel { |
| position: relative; |
| overflow: hidden; |
| } |
| .panel.brown { background: #7a4b45; } |
| .panel.brown-dark { background: #6a3f3a; } |
| .panel.pink { background: #cda09d; } |
| .bow-svg { position: absolute; inset: 0; } |
| .placeholder-img { |
| background: #E0E0E0; |
| border: 1px solid #BDBDBD; |
| color: #757575; |
| display: flex; align-items: center; justify-content: center; |
| font-size: 28px; font-weight: 600; |
| width: 100%; height: 100%; |
| } |
| .dotted-circle { |
| position: absolute; width: 170px; height: 170px; |
| border: 2px dashed rgba(255,255,255,0.35); |
| border-radius: 50%; |
| top: 35px; left: 60px; |
| } |
| .preview-body { |
| background: #5a452e; |
| padding: 40px 48px 32px 48px; |
| } |
| .title-text { |
| font-size: 66px; |
| font-weight: 600; |
| color: #fff; |
| margin-bottom: 40px; |
| } |
| .action-row { display: flex; gap: 16px; } |
| .chip { |
| background: #2b2b2b; |
| border: 1px solid #1c1c1c; |
| padding: 18px 28px; |
| font-size: 34px; |
| border-radius: 4px; |
| } |
| |
| .slide-editor { |
| width: 1040px; |
| margin: 20px; |
| border: 4px solid #d8643a; |
| display: grid; |
| grid-template-columns: 1fr 300px; |
| height: 900px; |
| } |
| .editor-left { |
| background: #5a452e; |
| position: relative; |
| } |
| .placeholder-box { |
| position: absolute; |
| left: 36px; |
| right: 330px; |
| border: 2px dashed rgba(255,255,255,0.5); |
| padding: 22px; |
| color: #fff; |
| } |
| .placeholder-title { |
| top: 80px; |
| font-size: 50px; |
| font-weight: 600; |
| } |
| .placeholder-text { |
| top: 280px; |
| height: 360px; |
| font-size: 28px; |
| } |
| .editor-right { |
| background: transparent; |
| position: relative; |
| display: grid; |
| grid-template-rows: 1fr 1fr; |
| } |
| .right-top { background: #7a4b45; position: relative; } |
| .right-bottom { background: #cda09d; position: relative; } |
| |
| .filler { |
| width: 100%; |
| height: 930px; |
| background: #000; |
| } |
| |
| .bottom-bar { |
| position: absolute; |
| bottom: 0; |
| left: 0; |
| width: 1080px; |
| height: 180px; |
| background: #262626; |
| border-top: 1px solid #2f2f2f; |
| display: flex; |
| align-items: center; |
| justify-content: space-around; |
| color: #cfcfcf; |
| } |
| .bar-item { display: flex; flex-direction: column; align-items: center; gap: 16px; } |
| .bar-item svg { width: 52px; height: 52px; opacity: 0.9; } |
| .bar-label { font-size: 28px; } |
| .home-indicator { |
| position: absolute; |
| bottom: 200px; |
| left: 50%; |
| transform: translateX(-50%); |
| width: 320px; height: 10px; border-radius: 6px; background: #fff; opacity: 0.8; |
| } |
| </style> |
| </head> |
| <body> |
| <div id="render-target"> |
|
|
| |
| <div class="status-bar"> |
| <div class="status-left"> |
| <div>12:29</div> |
| |
| <svg class="status-icon" viewBox="0 0 48 48"> |
| <path d="M28 6c-7 3-12 10-12 18 0 8 5 15 12 18-9 1-18-7-18-18S19 5 28 6z" fill="#fff"/> |
| </svg> |
| |
| <svg class="status-icon" viewBox="0 0 48 48"> |
| <path d="M16 12v24l20-12-20-12z" fill="#fff"/> |
| </svg> |
| |
| <svg class="status-icon" viewBox="0 0 48 48"> |
| <path d="M6 12h36v18h-6v-12H12v6H6V12zM6 30c8 0 12 4 12 12H14c0-4-4-8-8-8v-4z" fill="#fff"/> |
| </svg> |
| <svg class="status-icon" viewBox="0 0 48 48"><circle cx="24" cy="24" r="4" fill="#fff"/></svg> |
| </div> |
| <div class="status-right"> |
| |
| <svg class="status-icon" viewBox="0 0 48 48"> |
| <path d="M24 34l4 4-4 4-4-4 4-4zm-12-8c7-7 19-7 26 0l-4 4c-5-5-13-5-18 0l-4-4zm-8-8c11-11 33-11 44 0l-4 4c-9-9-27-9-36 0l-4-4z" fill="#fff"/> |
| </svg> |
| |
| <svg class="status-icon" viewBox="0 0 48 48"> |
| <rect x="6" y="14" width="32" height="20" rx="2" ry="2" fill="none" stroke="#fff" stroke-width="3"/> |
| <rect x="10" y="18" width="24" height="12" fill="#fff"/> |
| <rect x="38" y="18" width="4" height="12" fill="#fff"/> |
| </svg> |
| </div> |
| </div> |
|
|
| |
| <div class="app-bar"> |
| |
| <div class="icon-btn"> |
| <svg viewBox="0 0 48 48" width="42" height="42"> |
| <path d="M28 10L14 24l14 14" fill="none" stroke="#fff" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/> |
| </svg> |
| </div> |
| <div class="app-title">Presentation.pptx - Saved</div> |
| <div class="spacer"></div> |
| |
| <div class="icon-btn"> |
| <svg viewBox="0 0 48 48" width="38" height="38"> |
| <circle cx="24" cy="12" r="3" fill="#fff"/> |
| <circle cx="24" cy="24" r="3" fill="#fff"/> |
| <circle cx="24" cy="36" r="3" fill="#fff"/> |
| </svg> |
| </div> |
| </div> |
|
|
| |
| <div class="slide-preview"> |
| <div class="preview-header"> |
| |
| <div class="panel brown"> |
| <svg class="bow-svg" viewBox="0 0 300 240"> |
| |
| <rect x="145" y="0" width="10" height="240" fill="#d9c9b8" opacity="0.6"/> |
| <rect x="0" y="115" width="300" height="10" fill="#d9c9b8" opacity="0.6"/> |
| |
| <path d="M115 120c-30-40-70-40-90 0 20 40 60 40 90 0z" fill="none" stroke="#e9dccb" stroke-width="9" stroke-linecap="round"/> |
| <path d="M185 120c30-40 70-40 90 0-20 40-60 40-90 0z" fill="none" stroke="#e9dccb" stroke-width="9" stroke-linecap="round"/> |
| </svg> |
| </div> |
| |
| <div class="panel"> |
| <div class="placeholder-img">[IMG: Hiking gear flatlay]</div> |
| </div> |
| |
| <div class="panel brown-dark"> |
| <svg class="bow-svg" viewBox="0 0 300 240"> |
| <rect x="150" y="0" width="16" height="240" fill="#d9c9b8" opacity="0.5"/> |
| <path d="M92 120c-24-34-52-34-70 0 16 34 46 34 70 0z" fill="none" stroke="#e9dccb" stroke-width="9" stroke-linecap="round"/> |
| <path d="M208 120c24-34 52-34 70 0-16 34-46 34-70 0z" fill="none" stroke="#e9dccb" stroke-width="9" stroke-linecap="round"/> |
| </svg> |
| </div> |
| |
| <div class="panel pink"> |
| <div class="dotted-circle"></div> |
| </div> |
| </div> |
| <div class="preview-body"> |
| <div class="title-text">Importance of Hiking</div> |
| <div class="action-row"> |
| <div class="chip">Edit</div> |
| <div class="chip">Copy</div> |
| <div class="chip">New Comment</div> |
| <div class="chip">Share</div> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="slide-editor"> |
| <div class="editor-left"> |
| <div class="placeholder-box placeholder-title">Double tap to add title</div> |
| <div class="placeholder-box placeholder-text">Double tap to add text</div> |
| </div> |
| <div class="editor-right"> |
| <div class="right-top"> |
| <svg class="bow-svg" viewBox="0 0 300 450"> |
| <rect x="146" y="0" width="10" height="450" fill="#d9c9b8" opacity="0.6"/> |
| <rect x="0" y="210" width="300" height="10" fill="#d9c9b8" opacity="0.6"/> |
| <path d="M110 220c-30-40-70-40-90 0 20 40 60 40 90 0z" fill="none" stroke="#e9dccb" stroke-width="9" stroke-linecap="round"/> |
| <path d="M190 220c30-40 70-40 90 0-20 40-60 40-90 0z" fill="none" stroke="#e9dccb" stroke-width="9" stroke-linecap="round"/> |
| </svg> |
| </div> |
| <div class="right-bottom"> |
| <div class="dotted-circle" style="top: 100px; left: 60px;"></div> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="filler"></div> |
|
|
| |
| <div class="home-indicator"></div> |
|
|
| |
| <div class="bottom-bar"> |
| <div class="bar-item"> |
| <svg viewBox="0 0 64 64"> |
| <rect x="8" y="12" width="48" height="34" rx="4" fill="none" stroke="#cfcfcf" stroke-width="3"/> |
| <path d="M26 24l14 8-14 8V24z" fill="#cfcfcf"/> |
| </svg> |
| <div class="bar-label">Present</div> |
| </div> |
| <div class="bar-item"> |
| <svg viewBox="0 0 64 64"> |
| <rect x="12" y="10" width="40" height="44" rx="4" fill="none" stroke="#cfcfcf" stroke-width="3"/> |
| <line x1="18" y1="22" x2="46" y2="22" stroke="#cfcfcf" stroke-width="3"/> |
| <line x1="18" y1="30" x2="46" y2="30" stroke="#cfcfcf" stroke-width="3"/> |
| <line x1="18" y1="38" x2="38" y2="38" stroke="#cfcfcf" stroke-width="3"/> |
| </svg> |
| <div class="bar-label">Notes</div> |
| </div> |
| <div class="bar-item"> |
| <svg viewBox="0 0 64 64"> |
| <path d="M14 42l20-20 12 12-20 20H14v-12z" fill="none" stroke="#cfcfcf" stroke-width="3"/> |
| <path d="M42 18l4-4 8 8-4 4-8-8z" fill="#cfcfcf"/> |
| </svg> |
| <div class="bar-label">Edit</div> |
| </div> |
| <div class="bar-item"> |
| <svg viewBox="0 0 64 64"> |
| <circle cx="28" cy="28" r="16" fill="none" stroke="#cfcfcf" stroke-width="3"/> |
| <line x1="40" y1="40" x2="52" y2="52" stroke="#cfcfcf" stroke-width="4" stroke-linecap="round"/> |
| </svg> |
| <div class="bar-label">Find</div> |
| </div> |
| <div class="bar-item"> |
| <svg viewBox="0 0 64 64"> |
| <circle cx="16" cy="42" r="6" fill="none" stroke="#cfcfcf" stroke-width="3"/> |
| <circle cx="48" cy="22" r="6" fill="none" stroke="#cfcfcf" stroke-width="3"/> |
| <circle cx="48" cy="50" r="6" fill="none" stroke="#cfcfcf" stroke-width="3"/> |
| <line x1="22" y1="38" x2="42" y2="26" stroke="#cfcfcf" stroke-width="3"/> |
| <line x1="22" y1="46" x2="42" y2="46" stroke="#cfcfcf" stroke-width="3"/> |
| </svg> |
| <div class="bar-label">Share</div> |
| </div> |
| </div> |
|
|
| </div> |
| </body> |
| </html> |