mirror of
https://github.com/web3privacy/news.git
synced 2024-10-15 18:06:26 +02:00
update img
This commit is contained in:
parent
e9fbf05736
commit
074500451f
2 changed files with 7 additions and 5 deletions
|
@ -59,7 +59,7 @@ const current = false;
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Cover image</th>
|
<th>Cover image</th>
|
||||||
<td><img src=`/img/${issue.week}.png` class="w-64" /></td>
|
<td><img src=`https://news.web3privacy.info/img/${issue.week}.png` class="h-64" /></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -20,14 +20,16 @@ const issue = issues.find(i => i.week === week)
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
<head></head>
|
<head></head>
|
||||||
<body class="w-full h-full">
|
<body class="w-screens h-screen">
|
||||||
<div class="grid m-24 h-screen">
|
<div class="grid h-full">
|
||||||
<div class="w-full">
|
<div class="w-full m-24">
|
||||||
<div class="text-8xl text-white font-bold">{config.name}</div>
|
<div class="text-8xl text-white font-bold">{config.name}</div>
|
||||||
<div class="text-7xl mt-16">{format(issue.period[0], "MMM d")} - {format(issue.period[1], "MMM d, yyyy")}</div>
|
<div class="text-7xl mt-16">{format(issue.period[0], "MMM d")} - {format(issue.period[1], "MMM d, yyyy")}</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex h-full w-full items-end justify-end">
|
<div class="flex h-full w-full items-end justify-end">
|
||||||
<div class="w3pn-logo h-32"></div>
|
<div class="m-24">
|
||||||
|
<div class="w3pn-logo h-32"></div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue