Adjust v4v explainer text and remove unnecessary attributes from links
This commit is contained in:
12
index.html
12
index.html
@@ -36,22 +36,22 @@
|
|||||||
<h1>
|
<h1>
|
||||||
<div itemprop="name" id="real-name">Mike Rockwell</div>
|
<div itemprop="name" id="real-name">Mike Rockwell</div>
|
||||||
</h1>
|
</h1>
|
||||||
<p itemprop="description">Writer of <a href="https://initialcharge.net/" rel="me">Initial Charge</a>, Product Liaison for <a href="https://pocketcasts.com/">Pocket Casts</a>, and Happiness Engineer at <a href="https://automattic.com/">Automattic</a>.</p>
|
<p itemprop="description">Writer of <a href="https://initialcharge.net/" rel="me">Initial Charge</a>, Product Liaison for <a href="https://pocketcasts.com/">Pocket Casts</a>, and Happiness Engineer at <a href="https://automattic.com/">Automattic</a>.</p>
|
||||||
|
|
||||||
<!-- All your buttons go here -->
|
<!-- All your buttons go here -->
|
||||||
<div class="button-stack" role="navigation">
|
<div class="button-stack" role="navigation">
|
||||||
|
|
||||||
<!-- Mastodon -->
|
<!-- Mastodon -->
|
||||||
<a class="button button-mastodon" href="https://libertynode.net/@mike" rel="noopener" role="button" itemprop="sameAs" rel="me"><img class="icon" aria-hidden="true" src="images/icons/mastodon.svg" alt="Mastodon Logo">Mastodon</a>
|
<a class="button button-mastodon" href="https://libertynode.net/@mike" role="button" itemprop="sameAs" rel="me"><img class="icon" aria-hidden="true" src="images/icons/mastodon.svg" alt="Mastodon Logo">Mastodon</a>
|
||||||
|
|
||||||
<!-- Beeper -->
|
<!-- Beeper -->
|
||||||
<a class="button button-beeper" href="https://matrix.to/#/@mdrockwell:beeper.com" rel="noopener" role="button" itemprop="sameAs" rel="me"><img class="icon" aria-hidden="true" src="images/icons/beeper.svg" alt="">Beeper / Matrix</a>
|
<a class="button button-beeper" href="https://matrix.to/#/@mdrockwell:beeper.com" rel="noopener" role="button" itemprop="sameAs" rel="me"><img class="icon" aria-hidden="true" src="images/icons/beeper.svg" alt="">Beeper / Matrix</a>
|
||||||
|
|
||||||
<!-- Pixelfed -->
|
<!-- Pixelfed -->
|
||||||
<a class="button button-pixelfed" href="https://libertynode.cam/mike" rel="noopener" role="button" itemprop="sameAs" rel="me"><img class="icon" aria-hidden="true" src="images/icons/pixelfed.svg" alt="">Pixelfed</a>
|
<a class="button button-pixelfed" href="https://libertynode.cam/mike" role="button" itemprop="sameAs" rel="me"><img class="icon" aria-hidden="true" src="images/icons/pixelfed.svg" alt="">Pixelfed</a>
|
||||||
|
|
||||||
<!-- Generic Email -->
|
<!-- Generic Email -->
|
||||||
<a class="button button-default" href="mailto:mike@rockwell.mx" rel="noopener" role="button" itemprop="sameAs" rel="me"><img class="icon" aria-hidden="true" src="images/icons/generic-email.svg" alt="Email Icon">Email</a>
|
<a class="button button-default" href="mailto:mike@rockwell.mx" role="button" itemprop="sameAs" rel="me"><img class="icon" aria-hidden="true" src="images/icons/generic-email.svg" alt="Email Icon">Email</a>
|
||||||
|
|
||||||
<!-- Last.fm -->
|
<!-- Last.fm -->
|
||||||
<a class="button button-last-fm" href="https://last.fm/user/mdrockwell/" rel="noopener" role="button" itemprop="sameAs" rel="me"><img class="icon" aria-hidden="true" src="images/icons/last-fm.svg" alt="">Last.fm</a>
|
<a class="button button-last-fm" href="https://last.fm/user/mdrockwell/" rel="noopener" role="button" itemprop="sameAs" rel="me"><img class="icon" aria-hidden="true" src="images/icons/last-fm.svg" alt="">Last.fm</a>
|
||||||
@@ -65,10 +65,10 @@
|
|||||||
<span class="button button-v4v" role="button"><img class="icon" aria-hidden="true" src="images/icons/generic-bolt-icon.svg" alt="">Value for Value</a>
|
<span class="button button-v4v" role="button"><img class="icon" aria-hidden="true" src="images/icons/generic-bolt-icon.svg" alt="">Value for Value</a>
|
||||||
</summary>
|
</summary>
|
||||||
|
|
||||||
<p class="value-explainer">Support my work by providing <a href="https://value4value.info/">value for value</a> — by ordering from the shop or via direct donation.</p>
|
<p class="value-explainer">Support my work by providing <a href="https://value4value.info/">value for value</a> — with a direct donation or ordering from the shop.</p>
|
||||||
|
|
||||||
<!-- Initial Charge Shop -->
|
<!-- Initial Charge Shop -->
|
||||||
<a class="button button-initialcharge" href="https://initialcharge.shop/" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/initialcharge.svg" alt="">Initial Charge Shop</a>
|
<a class="button button-initialcharge" href="https://initialcharge.shop/" role="button"><img class="icon" aria-hidden="true" src="images/icons/initialcharge.svg" alt="">Initial Charge Shop</a>
|
||||||
|
|
||||||
<!-- PayPal -->
|
<!-- PayPal -->
|
||||||
<a class="button button-paypal" href="https://www.paypal.com/donate/?business=LXMQTRPCCLAEG&no_recurring=0&item_name=Support+Initial+Charge%2C+%23OpenWeb%2C+and+my+other+projects+with+value+for+value.¤cy_code=USD" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/paypal.svg" alt="PayPal Logo">PayPal</a>
|
<a class="button button-paypal" href="https://www.paypal.com/donate/?business=LXMQTRPCCLAEG&no_recurring=0&item_name=Support+Initial+Charge%2C+%23OpenWeb%2C+and+my+other+projects+with+value+for+value.¤cy_code=USD" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/paypal.svg" alt="PayPal Logo">PayPal</a>
|
||||||
|
Reference in New Issue
Block a user