mirror of
https://github.com/stronk-dev/RandomChad.git
synced 2025-07-05 10:35:08 +02:00
116 lines
4.7 KiB
Plaintext
116 lines
4.7 KiB
Plaintext
//- --------------------------------
|
||
//- HiPew settings
|
||
//- --------------------------------
|
||
|
||
//- This is pace-specific metadata
|
||
-
|
||
const page = {
|
||
title: 'Rocketeer NFT', desc: 'Mint your Rocketeer NFT', url: '/',
|
||
published: '2020-02-11', featuredimg: '/assets/mike-kiev-Opzk_hvwO9Q-unsplash.jpg'
|
||
}
|
||
//- This is a file with helpers
|
||
include pug/_helpers.pug
|
||
|
||
|
||
//- --------------------------------
|
||
//- Webpage source code
|
||
//- --------------------------------
|
||
|
||
doctype html
|
||
html( lang=content.lang )
|
||
include pug/_header.pug
|
||
body#index
|
||
|
||
main
|
||
section#hero
|
||
h1 Rocketeer NFT
|
||
//- h1 30 Oct 2021
|
||
h2 Moon boots touch the earth.<br/>
|
||
| Visored faces tilt upward. <br/>
|
||
| Their sole thought is wen.
|
||
|
||
div.row
|
||
a.button.invert( target="_blank" href="https://opensea.io/collection/the-rocketeers" ) View on Opensea
|
||
a.button.shadow( href="https://discord.gg/rocketeers" ) Join Discord
|
||
|
||
//- p Launching Soon™️
|
||
+rimg.stretch( src=site.system.url+'/assets/draft-rocketeer.png' )
|
||
|
||
section#manage
|
||
h1 Rocketeer Utility
|
||
p Rocketeers are the unofficial spirit animals of the Ethereum staking community, their utility is mostly within this community:
|
||
|
||
p 📈 If you are also a Rocketpool node operator you can associate a Rocketeer with your validator on the <a target="_blank" href="https://www.rp-metrics-dashboard.com/">Rocketpool metrics dashboard</a>.
|
||
p 👔 Once a month you can use the <a target="_blank" href="https://rocketeer.fans/changingroom.html">Changing Room</a> to generate a new outfit for your Rocketeer.
|
||
p 💬 If you are on our <a target="_blank" href="https://discord.gg/rocketeers">Discord</a> you can apply the the @Verified Holder role. See the #get-verified channel.
|
||
|
||
br
|
||
div.row
|
||
a( target='_blank' href='https://tools.rocketeer.fans/' ).button.outline Open Rocketeer toolkit
|
||
|
||
section#story
|
||
+cimg.circle( size=200 src=site.system.url+'/assets/draft-rocketeer.png' )
|
||
p Until minted, each Rocketeer exists in a quantum superposition of many possible identities. They are each unique, but share a foundational desire to reach the moon.
|
||
div.row
|
||
a.outline.button( href="https://opensea.io/collection/the-rocketeers" ) View on Opensea
|
||
|
||
|
||
section#community
|
||
h1 Community
|
||
p Join us for questions, conversations, and suggestions.
|
||
a( href="https://discord.gg/rocketeers" )
|
||
img( width=100 height=100 src="/assets/discord-logo-black.svg" )
|
||
a( href="https://discord.gg/rocketeers" ).button.outline Join on Discord
|
||
|
||
section#credits
|
||
h1 Acknowledgements
|
||
|
||
div.row.usps
|
||
div.usp
|
||
+cimg.circle( size=200 src=site.system.url+'/assets/76.jpg' )
|
||
p NFT design components by unvetica.eth and team.
|
||
div.usp
|
||
+cimg.circle( size=200 src=site.system.url+'/assets/362.jpg' )
|
||
p Contract, interface and oracle code by mentor.eth.
|
||
div.usp
|
||
+cimg.circle( size=200 src=site.system.url+'/assets/draft-rocketeer.png' )
|
||
p Logistical support by LookingForOwls and colfax.
|
||
|
||
|
||
section#about
|
||
h1 FAQ
|
||
|
||
h2 What does a Rocketeer cost?
|
||
p Minting will be free (besides gas costs).
|
||
|
||
h2 What is the supply cap?
|
||
p The diameter of the moon in kilometers: 3475.
|
||
|
||
h2 Which attributes do Rocketeers have?
|
||
p They will have a variety of helmets, visors, suits and backdrops. Each with multiple color options.
|
||
|
||
h2 Do Rocketeers have utility?
|
||
p Rocketeers are collectibles, and the ETH2 staking communities are integrating them in community projects. Also, let's just say that when two Rocketeers love each other very much, they sometimes make little Rocketeers...
|
||
|
||
h2 How random are Rocketeers?
|
||
p The attributes have weighted probabilities. Upon mint a random number generator probablistically determines the attributes.
|
||
|
||
h2 How is the team paid?
|
||
p The team does not earn money from minting. Every 42nd Rocketeer is sent to the contract wallet, to be used for community ends. If you are the one minting it it will cost you some more gas. There is also a 5% trading royalty on Opensea designed to recoup the costs associated with development.
|
||
|
||
h2 What inspired the Rocketeer NFT?
|
||
p The undying patience and excited optimism of the Rocket Pool and ETH2 staking communites.
|
||
|
||
h2 What media are available for the Rocketeers?
|
||
p Each Rocketeer have a scalable vector file so you can use the art on any size medium. We will also supply jpegs so you can easily use them for your online identities.
|
||
|
||
h2 Is the code open source?
|
||
p Yes, you can find it
|
||
a( href="https://etherscan.io/address/0xb3767b2033cf24334095dc82029dbf0e9528039d#code" ) here on Etherscan
|
||
span and
|
||
a( href="https://github.com/actuallymentor/rocketeer" ) in this Github repository.
|
||
|
||
|
||
|
||
|
||
include pug/_footer.pug |