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>
|
||||
<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>
|
||||
</table>
|
||||
</div>
|
||||
|
|
|
@ -20,15 +20,17 @@ const issue = issues.find(i => i.week === week)
|
|||
|
||||
<html>
|
||||
<head></head>
|
||||
<body class="w-full h-full">
|
||||
<div class="grid m-24 h-screen">
|
||||
<div class="w-full">
|
||||
<body class="w-screens h-screen">
|
||||
<div class="grid h-full">
|
||||
<div class="w-full m-24">
|
||||
<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>
|
||||
<div class="flex h-full w-full items-end justify-end">
|
||||
<div class="m-24">
|
||||
<div class="w3pn-logo h-32"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue