Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Summonerd: add link to blog post in main page #3293

Merged
merged 1 commit into from
Nov 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions tools/summonerd/templates/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,21 @@
<div class="relative bg-charcoal rounded-lg shadow-sm">
<img class="rounded-lg" src="/static/summoning.jpg"></img>
</div>
<div class="relative bg-charcoal rounded-lg shadow-sm">
<div class="relative z-10 p-4 text-lg">
<div class="mb-4">
<a href="/phase/1" class="font-bold text-3xl bg-text-linear bg-clip-text text-transparent mb-4">Welcome!</a>
</div>
<div>
<p>
This is Penumbra's public summoning ceremony, where we gather contributions from the community
in order to create the proving keys we'll be using at mainnet. For more information,
see <a class="underline" href="https://penumbra.zone/blog/summoning-ceremony-launch">our announcement blog post</a>.
</p>
</div>
</div>
<div class="absolute inset-0 z-0 rounded-lg bg-card-radial opacity-20"></div>
</div>
<div class="relative bg-charcoal rounded-lg shadow-sm">
<div class="relative z-10 p-4 text-lg">
<div class="mb-4">
Expand Down
Loading