mobile logo, reserved page
parent
b27bf765c9
commit
5184ae7519
|
@ -33,10 +33,14 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="nav" v-if="isMobileOrTablet">
|
<div class="nav" v-if="isMobileOrTablet">
|
||||||
<NuxtLink to="/" class="logo" >inspin.digital</NuxtLink>
|
<NuxtLink to="/" class="logo">
|
||||||
|
<img src="/img/logo.svg" alt="inspin digital">
|
||||||
|
</NuxtLink>
|
||||||
<span class="icon-bars" @click="openMenu()"></span>
|
<span class="icon-bars" @click="openMenu()"></span>
|
||||||
<div class="menu" v-if="menu">
|
<div class="menu" v-if="menu">
|
||||||
<NuxtLink to="/" class="logo" @click="closeMenu()">inspin.digital</NuxtLink>
|
<NuxtLink to="/" class="logo" @click="closeMenu()">
|
||||||
|
<img src="/img/logo.svg" alt="inspin digital">
|
||||||
|
</NuxtLink>
|
||||||
<span class="icon-times" @click="closeMenu()"></span>
|
<span class="icon-times" @click="closeMenu()"></span>
|
||||||
<ul class="links" @click="closeMenu()">
|
<ul class="links" @click="closeMenu()">
|
||||||
<li><NuxtLink to="/about">About</NuxtLink></li>
|
<li><NuxtLink to="/about">About</NuxtLink></li>
|
||||||
|
|
|
@ -9,21 +9,14 @@ Thank you for your interest in Handshake. <a href="https://handshake.org" target
|
||||||
|
|
||||||
To help spread awareness of Handshake, we are gifting names reserved for companies, organizations, and individuals.
|
To help spread awareness of Handshake, we are gifting names reserved for companies, organizations, and individuals.
|
||||||
|
|
||||||
To claim a name, you'll first need to have a <a href="https://www.namebase.io/register/35xfyv" target="_BLANK">Namebase.io</a> account or a HNS wallet, such as <a href="https://bobwallet.io" target="_BLANK">Bob Wallet</a>.
|
To claim a name, you'll first need to have a <a href="https://www.namebase.io/register/35xfyv" target="_BLANK">Namebase</a> account, <a href="https://shakestation.io" target="_BLANK">Shakestation</a> account, or a HNS wallet such as <a href="https://bobwallet.io" target="_BLANK">Bob Wallet</a>.
|
||||||
|
|
||||||
Secondly, to help spread the word, we ask that you make a social media post regarding your reserved name and tag <a href="https://x.com/InspinHQ" target="_BLANK">@InspinHQ</a>.
|
Next, to help spread the word, we ask that you make a social media post regarding your reserved name and tag <a href="https://x.com/InspinHQ" target="_BLANK">@InspinHQ</a>.
|
||||||
|
|
||||||
Here is an example:
|
Finally, submit the form below or email reserved@inspin.io and include your Handshake wallet address.
|
||||||
|
|
||||||
<img class="desktop" src="/img/reserved/thatnsun.png" alt="" />
|
Thank you for taking the time to learn about Handshake and claim your name. Please <a href="/contact">reach out</a> if you have any questions. 🤝
|
||||||
<img class="mobile" src="/img/reserved/thatnsun-alt.png" alt="" />
|
|
||||||
|
|
||||||
Finally, submit the form below or email reserved@inspin.io and include the email address associated with your Namebase account or your HNS wallet address and a link to your social media post.
|
PS: You must "renew" your name every ~2 years. We recommend doing this yearly to be safe.
|
||||||
|
|
||||||
Once confirmed, we'll transfer the name. Thank you for taking the time to learn about Handshake and claim your name. Please reach out if you have any questions. 🤝
|
|
||||||
|
|
||||||
View 100+ reserved names on <a href="https://parked.page/domains?status=reserved&sort=length" target="_BLANK">://parked/</a>, our HNS parking service.
|
|
||||||
|
|
||||||
PS: You must "renew" your name every ~2 years for a couple of cents. We recommend doing this yearly to be safe. Namebase does this automatically if enough funds are in your account.
|
|
||||||
|
|
||||||
## Claim Form
|
## Claim Form
|
|
@ -56,12 +56,12 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="group">
|
<div class="group">
|
||||||
<label for="address">HNS Address<sub>(optional)</sub></label>
|
<label for="address">HNS Address</label>
|
||||||
<input v-model="claim.address" id="address" type="text" placeholder="hs1qoja74qcw7tzdjos52dwkci93a..." />
|
<input v-model="claim.address" id="address" type="text" placeholder="hs1qoja74qcw7tzdjos52dwkci93a..." />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="group">
|
<div class="group">
|
||||||
<label for="post">Social post</label>
|
<label for="post">Social post<sub>(optional)</sub></label>
|
||||||
<input v-model="claim.post" id="post" type="text" placeholder="https://x.com/coinkite/status/382..." />
|
<input v-model="claim.post" id="post" type="text" placeholder="https://x.com/coinkite/status/382..." />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue