forked from web3privacy/awards
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added text to Nomination section and general cleanup of v1.1
- Loading branch information
Showing
1 changed file
with
15 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -227,16 +227,21 @@ | |
</div> | ||
</div> | ||
<div id="nominate" class="bg-black text-white px-4"> | ||
<div class="section-header">NOMINATE YOUR CHOICES FOR 2024 PRIVACY AWARDS</div> | ||
<div class="mt-10 mb-8 text-mild">Here is the process for how to submit your nominations to the 2024 Privacy Awards</div> | ||
<p class="mt-10 mb-8 text-mild">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum</p> | ||
<p class="section-header">Here are some example nominations from last edition:</p> | ||
<div class="grid gap-4 grid-cols-2 md:grid-cols-2 lg:grid-cols-2"> | ||
<img src="./img/2023-example-a.png" alt="winner" class="object-cover w-auto"> | ||
<img src="./img/2023-example-b.png" alt="winner" class="object-cover w-auto"> | ||
<img src="./img/2023-example-c.png" alt="winner" class="object-cover w-auto"> | ||
<img src="./img/2023-example-d.png" alt="winner" class="object-cover w-auto"> | ||
</div> | ||
<div class="section-header">NOMINATE YOUR CHOICES FOR 2024 PRIVACY AWARDS</div> | ||
<div class="mt-10 mb-8 text-mild">It is very easy to submit your nominations and your choices matter to the Awards - any person can submit a nomination (no vetting)</div> | ||
<p class="mt-10 mb-8 text-mild">Write out your nominations by answering each of the 4 questions</p> | ||
<p class="mt-10 mb-8 text-mild">Submit your nominations to the team via one of the following:</p> | ||
<p class="mt-10 mb-8 text-mild"> + Send a DM via X / Twitter to the <a href="www.twitter.com/web3privacy">@web3privacy profile.</a></p> | ||
<p class="mt-10 mb-8 text-mild"> + Join our <a href="https://matrix.to/#/!KJQzQxqrNPOVcgveVO:matrix.org?via=matrix.org&via=gwei.cz&via=matrix.freyachat.eu">Matrix Group Chat</a> and share it there with our community</p> | ||
<p class="mt-10 mb-8 text-mild"> + Send us an email to <a href="mailto:[email protected]">[email protected]</a></p> | ||
<p class="mt-10 mb-8 text-mild">lease note: if you are affiliated with a privacy project (work or invest in them) please name a different one, this will reduce the bias in our nominations and make the Awards better overall. We respect anonymity and privacy, we welcome submissions from all users including from anon/pseudonymous ones.</p> | ||
<div class="section-header">Here are some example nominations from last edition</div> | ||
<div class="grid gap-4 grid-cols-2 md:grid-cols-2 lg:grid-cols-2"> | ||
<img src="./img/2023-example-a.png" alt="winner" class="bg-black object-cover w-auto"> | ||
<img src="./img/2023-example-b.png" alt="winner" class="bg-black object-cover w-auto"> | ||
<img src="./img/2023-example-c.png" alt="winner" class="bg-black object-cover w-auto"> | ||
<img src="./img/2023-example-d.png" alt="winner" class="bg-black object-cover w-auto"> | ||
</div> | ||
<div id="winners" class="bg-black text-white px-4"> | ||
<div class="section-header">winners</div> | ||
<div class="text-center text-2xl px-10 text-white hover:bg-white hover:text-black"> | ||
|