|
|
|
@ -20,73 +20,73 @@ export default function Index() {
|
|
|
|
|
<title>Invesvpo | Landing Page</title>
|
|
|
|
|
</Head>
|
|
|
|
|
|
|
|
|
|
<div className={styles.leftsidetint + " slide-in-down"}>
|
|
|
|
|
<section className={styles.leftsidetint + " slide-in-down"}>
|
|
|
|
|
<a href="/"><img src="/logo.png"/></a>
|
|
|
|
|
<footer>
|
|
|
|
|
<a href="https://dubbelnull.com/" target="_blank">Made by DubbelNull</a> with NextJS and Vercel
|
|
|
|
|
</footer>
|
|
|
|
|
</div>
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
<div className={styles.topcontainerbackg + " slide-in-right"}></div>
|
|
|
|
|
<section className={styles.content}>
|
|
|
|
|
<div className={styles.topcontainerbackg + " slide-in-right"}></div>
|
|
|
|
|
|
|
|
|
|
<div className={styles.topcontainer + " slide-in-left"}>
|
|
|
|
|
<div className={styles.topcontent}>
|
|
|
|
|
<div className={styles.topcontainer + " slide-in-left"}>
|
|
|
|
|
<Menu/>
|
|
|
|
|
</div>
|
|
|
|
|
<div className={styles.topcontent}>
|
|
|
|
|
<h1>INVESVPO</h1>
|
|
|
|
|
<p><div className="badge"><span>aka</span></div> Fuhz — Elikas — C2RW</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div className={styles.bottomcontainer + " slide-in-up"}>
|
|
|
|
|
<div className={styles.topcontent}>
|
|
|
|
|
<h3>
|
|
|
|
|
{`Hey I'm Invesvpo, I make some cool 3d models including guns and I'm trying to learn more about it.`} <br/>
|
|
|
|
|
{`I also make music, so check out my Spotify and SoundCloud below. `}<br/>
|
|
|
|
|
{`A lot of my songs are made to be downtempo ambient songs.`}
|
|
|
|
|
</h3>
|
|
|
|
|
<div>
|
|
|
|
|
<h1>INVESVPO</h1>
|
|
|
|
|
<p><div className="badge"><span>aka</span></div> Fuhz — Elikas — C2RW</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div className={styles.topcontent + " " + styles.links}>
|
|
|
|
|
<div className={styles.bottomcontainer + " slide-in-up"}>
|
|
|
|
|
<div>
|
|
|
|
|
<a target="_blank" href="https://twitter.com/invesvpo">
|
|
|
|
|
<span>
|
|
|
|
|
<p>Twitter</p>
|
|
|
|
|
<FontAwesomeIcon icon={faTwitter} />
|
|
|
|
|
</span>
|
|
|
|
|
</a>
|
|
|
|
|
<h3>
|
|
|
|
|
{`Hey I'm Invesvpo, I make some cool 3d models including guns and I'm trying to learn more about it.`} <br/>
|
|
|
|
|
{`I also make music, so check out my Spotify and SoundCloud below. `}<br/>
|
|
|
|
|
{`A lot of my songs are made to be downtempo ambient songs.`}
|
|
|
|
|
</h3>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div className={styles.topcontent + " " + styles.links}>
|
|
|
|
|
<div>
|
|
|
|
|
<a target="_blank" href="https://twitter.com/invesvpo">
|
|
|
|
|
<span>
|
|
|
|
|
<p>Twitter</p>
|
|
|
|
|
<FontAwesomeIcon icon={faTwitter} />
|
|
|
|
|
</span>
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
<a target="_blank" href="https://discord.com/users/221984151161667585">
|
|
|
|
|
<span>
|
|
|
|
|
<p>Discord</p>
|
|
|
|
|
<FontAwesomeIcon icon={faDiscord} />
|
|
|
|
|
</span>
|
|
|
|
|
</a>
|
|
|
|
|
<a target="_blank" href="https://discord.com/users/221984151161667585">
|
|
|
|
|
<span>
|
|
|
|
|
<p>Discord</p>
|
|
|
|
|
<FontAwesomeIcon icon={faDiscord} />
|
|
|
|
|
</span>
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
<a target="_blank" href="https://soundcloud.com/invesvpo">
|
|
|
|
|
<span>
|
|
|
|
|
<p>SoundCloud</p>
|
|
|
|
|
<FontAwesomeIcon icon={faSoundcloud} />
|
|
|
|
|
</span>
|
|
|
|
|
</a>
|
|
|
|
|
<a target="_blank" href="https://soundcloud.com/invesvpo">
|
|
|
|
|
<span>
|
|
|
|
|
<p>SoundCloud</p>
|
|
|
|
|
<FontAwesomeIcon icon={faSoundcloud} />
|
|
|
|
|
</span>
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
<a target="_blank" href="mailto:">
|
|
|
|
|
<span>
|
|
|
|
|
<p>Email</p>
|
|
|
|
|
<FontAwesomeIcon icon={faEnvelope} />
|
|
|
|
|
</span>
|
|
|
|
|
</a>
|
|
|
|
|
<a target="_blank" href="mailto:">
|
|
|
|
|
<span>
|
|
|
|
|
<p>Email</p>
|
|
|
|
|
<FontAwesomeIcon icon={faEnvelope} />
|
|
|
|
|
</span>
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
<a target="_blank" href="https://steamcommunity.com/id/Invesvpo/">
|
|
|
|
|
<span>
|
|
|
|
|
<p>Steam</p>
|
|
|
|
|
<FontAwesomeIcon icon={faSteam} />
|
|
|
|
|
</span>
|
|
|
|
|
</a>
|
|
|
|
|
<a target="_blank" href="https://steamcommunity.com/id/Invesvpo/">
|
|
|
|
|
<span>
|
|
|
|
|
<p>Steam</p>
|
|
|
|
|
<FontAwesomeIcon icon={faSteam} />
|
|
|
|
|
</span>
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</section>
|
|
|
|
|
</div>
|
|
|
|
|
)
|
|
|
|
|
}
|