File size: 8,235 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 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1080, initial-scale=1.0">
<title>Contacts - Dark UI</title>
<style>
:root{
--bg:#0f2426;
--surface:#1b3536;
--surface-2:#163133;
--border:#2a4d4e;
--text:#d8e8e3;
--muted:#9bb8b2;
--accent:#285e4d;
--pill:#214542;
}
body{ margin:0; padding:0; background:transparent; font-family: Roboto, Arial, sans-serif; }
#render-target{
position:relative; overflow:hidden;
width:1080px; height:2400px;
background:var(--bg);
color:var(--text);
}
/* Status bar */
.statusbar{
height:96px; padding:24px 32px 0 32px; box-sizing:border-box;
display:flex; align-items:center; justify-content:space-between; color:#e6f0ec; font-weight:500;
font-size:34px;
}
.status-icons{ display:flex; gap:18px; align-items:center; }
.status-dot{ width:10px; height:10px; border-radius:50%; background:#cfe7e0; opacity:.7; }
.icon-circle{ width:26px; height:26px; border-radius:50%; border:2px solid #cfe7e0; opacity:.7; }
/* Search */
.top-area{ padding:24px 36px 0 36px; }
.search-bar{
height:120px; border-radius:60px; background:var(--surface);
border:2px solid var(--border); display:flex; align-items:center;
padding:0 30px; box-sizing:border-box;
}
.search-placeholder{ color:#cde2de; font-size:40px; letter-spacing:.2px; flex:1; padding-left:16px; }
.menu-btn, .more-btn{ width:48px; height:48px; }
.profile-avatar{
width:84px; height:84px; border-radius:50%;
background:#d4772f; color:#1a1a1a; font-weight:600; font-size:40px;
display:flex; align-items:center; justify-content:center; margin-left:18px;
}
/* Filters */
.filters{ display:flex; gap:22px; margin-top:26px; }
.filter-btn{
display:flex; align-items:center; gap:16px; padding:20px 26px;
border:2px solid var(--border); border-radius:24px; color:#d1e3de; background:transparent;
font-size:34px;
}
.filter-btn svg{ width:40px; height:40px; }
/* Account line */
.account{ display:flex; align-items:center; gap:16px; margin:28px 0 18px 8px; color:var(--muted); font-size:32px; }
.divider{ height:2px; background:var(--border); margin:8px -36px 0 -36px; }
/* Contacts list */
.list{ margin-top:22px; }
.contact-row{
display:flex; align-items:center; height:160px; padding:0 36px; box-sizing:border-box;
border-bottom:1px solid rgba(255,255,255,.04);
}
.alpha{
width:60px; text-align:center; color:#8bd4b9; font-size:40px; margin-right:16px;
}
.contact-avatar{
width:96px; height:96px; border-radius:50%; display:flex; align-items:center; justify-content:center;
color:#152123; font-weight:700; font-size:44px; margin-right:26px;
}
.name{ font-size:44px; color:#ddebe7; }
/* FAB */
.fab{
position:absolute; right:48px; bottom:280px; width:124px; height:124px;
background:var(--accent); border-radius:28px; box-shadow:0 16px 28px rgba(0,0,0,.35);
display:flex; align-items:center; justify-content:center;
}
.fab svg{ width:56px; height:56px; }
/* Bottom navigation */
.bottom-nav{
position:absolute; left:0; right:0; bottom:0; height:220px; background:var(--surface-2);
border-top:2px solid var(--border); display:flex; align-items:center; justify-content:space-around;
padding-bottom:18px;
}
.nav-item{ width:33%; text-align:center; color:#bcd3cf; }
.nav-label{ font-size:32px; margin-top:14px; }
.nav-item svg{ width:54px; height:54px; }
.active .nav-label{ color:#ffffff; }
.icon-pill{
width:140px; height:88px; border-radius:44px; background:var(--accent);
margin:0 auto; display:flex; align-items:center; justify-content:center;
}
.handle{
position:absolute; left:50%; transform:translateX(-50%);
bottom:14px; width:220px; height:10px; background:#e5e9e8; border-radius:6px; opacity:.7;
}
</style>
</head>
<body>
<div id="render-target">
<!-- Status bar -->
<div class="statusbar">
<div>9:56</div>
<div class="status-icons">
<div class="status-dot"></div>
<div class="icon-circle"></div>
<div class="icon-circle"></div>
<div class="status-dot"></div>
<div style="display:flex; align-items:center; gap:12px;">
<svg width="28" height="28" viewBox="0 0 24 24"><path d="M3 11h18v9H3z" stroke="#e6f0ec" stroke-width="2" fill="none"/><path d="M7 11V6h10v5" stroke="#e6f0ec" stroke-width="2" fill="none"/></svg>
<span style="font-size:32px;">100%</span>
</div>
</div>
</div>
<!-- Header with search -->
<div class="top-area">
<div class="search-bar">
<svg class="menu-btn" viewBox="0 0 24 24">
<path d="M3 6h18M3 12h18M3 18h18" stroke="#a5c6c1" stroke-width="2.4" stroke-linecap="round" fill="none"/>
</svg>
<div class="search-placeholder">Search contacts</div>
<svg class="more-btn" viewBox="0 0 24 24">
<circle cx="12" cy="5" r="2.2" fill="#a5c6c1"/>
<circle cx="12" cy="12" r="2.2" fill="#a5c6c1"/>
<circle cx="12" cy="19" r="2.2" fill="#a5c6c1"/>
</svg>
<div class="profile-avatar">R</div>
</div>
<!-- Filters -->
<div class="filters">
<div class="filter-btn">
<svg viewBox="0 0 24 24">
<path d="M5 6c3 6 8 11 14 14l2-2-4-4-2 2C11.5 15 9 12.5 8 9.5l2-2-4-4-2 2z" stroke="#bcd3cf" stroke-width="1.8" fill="none" stroke-linejoin="round"/>
</svg>
<span>Phone contacts</span>
</div>
<div class="filter-btn">
<svg viewBox="0 0 24 24">
<rect x="3" y="5" width="18" height="14" rx="2" stroke="#bcd3cf" stroke-width="1.8" fill="none"/>
<path d="M3 5l9 7 9-7" stroke="#bcd3cf" stroke-width="1.8" fill="none"/>
</svg>
<span>Email contacts</span>
</div>
<div class="filter-btn">
<svg viewBox="0 0 24 24">
<rect x="4" y="4" width="16" height="16" rx="2" stroke="#bcd3cf" stroke-width="1.8" fill="none"/>
<path d="M8 8h2v2H8zm0 4h2v2H8zm4-4h2v2h-2zm0 4h2v2h-2" fill="#bcd3cf"/>
</svg>
<span>Company</span>
</div>
</div>
<!-- Account info -->
<div class="account">
<svg width="40" height="40" viewBox="0 0 24 24">
<circle cx="12" cy="8" r="4" stroke="#9bb8b2" stroke-width="1.8" fill="none"/>
<path d="M4 20c2-4 12-4 16 0" stroke="#9bb8b2" stroke-width="1.8" fill="none" stroke-linecap="round"/>
</svg>
<span>richardwegnar@gmail.com • 2 contacts</span>
</div>
<div class="divider"></div>
</div>
<!-- Contacts list -->
<div class="list">
<div class="contact-row">
<div class="alpha">A</div>
<div class="contact-avatar" style="background:#d77262;">A</div>
<div class="name">Andreas Wagner</div>
</div>
<div class="contact-row">
<div class="alpha">C</div>
<div class="contact-avatar" style="background:#f670b5;">C</div>
<div class="name">Clara Wagner</div>
</div>
</div>
<!-- Floating action button -->
<div class="fab">
<svg viewBox="0 0 24 24">
<path d="M12 5v14M5 12h14" stroke="#ffffff" stroke-width="2.8" stroke-linecap="round"/>
</svg>
</div>
<!-- Bottom navigation -->
<div class="bottom-nav">
<div class="nav-item active">
<div class="icon-pill">
<svg viewBox="0 0 24 24">
<circle cx="12" cy="8" r="4" stroke="#ffffff" stroke-width="2" fill="none"/>
<path d="M4 20c2-4 12-4 16 0" stroke="#ffffff" stroke-width="2" fill="none" stroke-linecap="round"/>
</svg>
</div>
<div class="nav-label">Contacts</div>
</div>
<div class="nav-item">
<svg viewBox="0 0 24 24">
<path d="M12 3l3 6 6 1-4.5 4 1 6-5.5-3-5.5 3 1-6L3 10l6-1z" stroke="#bcd3cf" stroke-width="2" fill="none" stroke-linejoin="round"/>
</svg>
<div class="nav-label">Highlights</div>
</div>
<div class="nav-item">
<svg viewBox="0 0 24 24">
<path d="M21 7l-4 4-4-4 4-4a4 4 0 10-5 5l-7 7 3 3 7-7a4 4 0 005-5z" stroke="#bcd3cf" stroke-width="2" fill="none" stroke-linejoin="round"/>
</svg>
<div class="nav-label">Fix & manage</div>
</div>
<div class="handle"></div>
</div>
</div>
</body>
</html> |