File size: 8,159 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 | <html lang="en">
<head>
<meta charset="UTF-8">
<title>The War of the Wo… - Reader</title>
<style>
body { margin:0; padding:0; background:transparent; font-family: Arial, Helvetica, sans-serif; }
#render-target {
width:1080px; height:2400px; position:relative; overflow:hidden;
background:#ffffff; border-radius:0; box-shadow:none;
}
/* Top status bar */
.status-bar {
position:absolute; top:0; left:0; width:100%; height:120px;
background:#000; color:#fff; padding:0 32px; box-sizing:border-box;
display:flex; align-items:center; justify-content:space-between;
font-size:42px;
}
.status-right { display:flex; align-items:center; gap:24px; }
.dot { width:18px; height:18px; background:#fff; border-radius:50%; opacity:0.9; display:inline-block; }
/* Header */
.header {
position:absolute; top:120px; left:0; width:100%; height:120px;
display:flex; align-items:center; padding:0 32px; box-sizing:border-box;
border-bottom:1px solid #e6e6e6; background:#fff;
}
.header-title {
font-size:60px; font-weight:700; color:#1a1a1a; margin-left:20px;
white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
max-width:720px;
}
.header-icons { margin-left:auto; display:flex; align-items:center; gap:36px; }
.icon-btn { width:72px; height:72px; display:flex; align-items:center; justify-content:center; }
.icon-btn svg { width:56px; height:56px; stroke:#222; fill:none; stroke-width:36; }
.back-btn svg { width:60px; height:60px; stroke:#222; }
/* Content */
.content {
position:absolute; top:240px; left:0; right:0; bottom:360px;
padding:32px 40px 240px 40px; box-sizing:border-box; overflow:hidden;
}
.para {
font-size:44px; line-height:1.55; color:#2a2a2a; margin-bottom:26px;
}
.source { color:#666; }
.section-title {
font-size:52px; font-weight:800; color:#111; margin-top:24px; margin-bottom:18px;
}
.book-list { list-style:disc; padding-left:56px; margin:0; }
.book-list li {
font-size:52px; line-height:1.6; color:#2f6cf7; margin:6px 0;
}
.year { color:#333; margin-left:16px; }
/* Bottom overlay */
.premium {
position:absolute; left:0; bottom:0; width:100%; height:360px;
background:linear-gradient(90deg,#6fbe77,#3fb096);
border-top-left-radius:24px; border-top-right-radius:24px;
padding:28px 32px; box-sizing:border-box; color:#fff;
}
.premium-top {
display:flex; align-items:center; justify-content:space-between;
font-size:42px; margin-bottom:20px;
}
.slider-line {
position:relative; width:100%; height:14px; background:rgba(255,255,255,0.5);
border-radius:8px; margin-top:10px;
}
.slider-knob {
position:absolute; left:50%; top:-12px; width:36px; height:36px; border-radius:50%;
background:#fff; transform:translateX(-50%);
}
.premium-body {
display:flex; align-items:center; justify-content:space-between; margin-top:12px;
}
.m-logo {
width:96px; height:96px; border-radius:16px; background:#ffffff;
color:#2f8f6d; display:flex; align-items:center; justify-content:center;
font-weight:800; font-size:60px; margin-right:24px;
}
.premium-text { font-size:54px; font-weight:700; }
.upgrade-btn {
background:#ffffff; color:#177a63; padding:18px 36px; border-radius:48px;
font-size:46px; font-weight:800; border:2px solid rgba(0,0,0,0.1);
}
.bottom-tools {
position:absolute; left:0; bottom:22px; width:100%;
display:flex; align-items:center; justify-content:space-around;
padding:0 42px; box-sizing:border-box;
}
.tool {
display:flex; flex-direction:column; align-items:center; color:#e6fff6;
font-size:40px;
}
.tool svg { width:60px; height:60px; fill:none; stroke:#fff; stroke-width:36; }
.tool-label { margin-top:8px; font-size:40px; color:#ffffff; opacity:0.95; }
</style>
</head>
<body>
<div id="render-target">
<!-- Status Bar -->
<div class="status-bar">
<div>3:48</div>
<div class="status-right">
<span class="dot"></span>
<span class="dot" style="opacity:0.7;"></span>
<span style="width:120px; height:36px; background:#fff; display:inline-block; border-radius:8px;"></span>
</div>
</div>
<!-- Header -->
<div class="header">
<div class="back-btn icon-btn">
<svg viewBox="0 0 24 24">
<path d="M15 4 L7 12 L15 20" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<div class="header-title">The War of the Wo…</div>
<div class="header-icons">
<div class="icon-btn">
<svg viewBox="0 0 24 24">
<circle cx="10" cy="10" r="6"></circle>
<path d="M15 15 L22 22" stroke-linecap="round"/>
</svg>
</div>
<div class="icon-btn">
<svg viewBox="0 0 24 24">
<path d="M6 3 H18 V21 L12 17 L6 21 Z" stroke-linejoin="round"/>
</svg>
</div>
<div class="icon-btn">
<svg viewBox="0 0 24 24">
<circle cx="12" cy="12" r="8"></circle>
<path d="M12 8 V12 L15 14" stroke-linecap="round"/>
</svg>
</div>
</div>
</div>
<!-- Content -->
<div class="content">
<p class="para">
Herbert George Wells, better known as H. G. Wells, was an English writer best known for such science fiction novels as The Time Machine, The War of the Worlds, The Invisible Man and The Island of Doctor Moreau. He was a prolific writer of both fiction and non-fiction, and produced works in many different genres, including contemporary novels, history, and social commentary.
</p>
<p class="para">
He was also an outspoken socialist. His later works become increasingly political and didactic, and only his early science fiction novels are widely read today. Wells, along with Hugo Gernsback and Jules Verne, is sometimes referred to as "The Father of Science Fiction". <span class="source">Source: Wikipedia</span>
</p>
<div class="section-title">Also available on Feedbooks Wells:</div>
<ul class="book-list">
<li>The Time Machine <span class="year">(1895)</span></li>
<li>A Modern Utopia <span class="year">(1905)</span></li>
<li>The Invisible Man <span class="year">(1897)</span></li>
<li>Tales of Space and Time <span class="year">(1900)</span></li>
<li>The Island of Dr. Moreau <span class="year">(1896)</span></li>
<li>The Food of the Gods and How It Came to Earth <span class="year">(1904)</span></li>
<li>The Sleeper Awakes <span class="year">(1910)</span></li>
<li>The Story of the Inexperienced Ghost <span class="year">(1902)</span></li>
<li>The First Men in the Moon <span class="year">(1901)</span></li>
</ul>
</div>
<!-- Bottom Premium Overlay -->
<div class="premium">
<div class="premium-top">
<div>About</div>
<div>p.1 of 199 • 0%</div>
</div>
<div class="slider-line">
<div class="slider-knob"></div>
</div>
<div class="premium-body">
<div style="display:flex; align-items:center;">
<div class="m-logo">m</div>
<div class="premium-text">Go Premium</div>
</div>
<div class="upgrade-btn">UPGRADE</div>
</div>
<div class="bottom-tools">
<div class="tool">
<svg viewBox="0 0 24 24">
<path d="M4 6 H20 M4 12 H20 M4 18 H20" stroke-linecap="round"/>
</svg>
</div>
<div class="tool">
<div class="tool-label">Aa</div>
</div>
<div class="tool">
<svg viewBox="0 0 24 24">
<circle cx="6" cy="12" r="3"></circle>
<circle cx="12" cy="6" r="3"></circle>
<circle cx="18" cy="12" r="3"></circle>
<path d="M7 11 L11 7 M13 7 L17 11" stroke-linecap="round"/>
</svg>
</div>
<div class="tool">
<svg viewBox="0 0 24 24">
<path d="M6 3 H18 V21 H6 Z" />
<path d="M6 9 H18" />
</svg>
</div>
<div class="tool">
<svg viewBox="0 0 24 24">
<path d="M4 8 V16 C4 19 7 21 12 21 C17 21 20 19 20 16 V8" />
<path d="M4 8 C4 5 7 3 12 3 C17 3 20 5 20 8" />
</svg>
</div>
</div>
</div>
</div>
</body>
</html> |