2
0
Fork 0
inspin.io/components/index/Hero.vue

15 lines
607 B
Vue

<template>
<section class="hero">
<div class="hero">
<div class="msg">
<h1><!--<span>Building for privacy & freedom</span>-->We're taking <br>back the internet</h1>
<p><span></span>Join us in creating infrastructure & developing services to promote a more decentralized web.</p>
<NuxtLink to="/contact" class="primary">Get in touch</NuxtLink>
<NuxtLink to="https://discuss.inspin.io" target="_BLANK" class="secondary">Join community</NuxtLink>
</div>
<div class="oooh">
<div class="blob"></div>
</div>
</div>
</section>
</template>