diff --git a/website/src/assets/362.jpg b/website/src/assets/362.jpg new file mode 100644 index 0000000..286f096 Binary files /dev/null and b/website/src/assets/362.jpg differ diff --git a/website/src/assets/76.jpg b/website/src/assets/76.jpg new file mode 100644 index 0000000..a2ec9e8 Binary files /dev/null and b/website/src/assets/76.jpg differ diff --git a/website/src/css/styles.sass b/website/src/css/styles.sass index 843a963..7b1e039 100644 --- a/website/src/css/styles.sass +++ b/website/src/css/styles.sass @@ -1,5 +1,11 @@ #index + #manage + a + text-decoration: none + p + line-height: 1.5rem + #about h2 margin-top: 3rem diff --git a/website/src/index.pug b/website/src/index.pug index f178294..12b9e06 100644 --- a/website/src/index.pug +++ b/website/src/index.pug @@ -35,6 +35,16 @@ html( lang=content.lang ) //- p Launching Soon™️ +rimg.stretch( src=site.system.url+'/assets/draft-rocketeer.png' ) + + section#manage + h1 Manage your Rocketeers + p If you own a Rocketeer, you are entitled to the @verified-hodler status on Discord. + p If you are also a Rocketpool node operator you can associate a Rocketeer with your validator on the Rocketpool metrics dashboard. + br + div.row + a( target='_blank' href='https://mint.rocketeer.fans/#/verify' ).button.outline Verify your ownership + a( target='_blank' href='https://mint.rocketeer.fans/#/avatar' ).button.outline Set your validator avatar + 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. @@ -42,31 +52,6 @@ html( lang=content.lang ) a( target='_blank' href='https://mint.rocketeer.fans/' ).button Mint now a.button.shadow.outline( href="https://opensea.io/collection/rocketeer-v2" ) View on Opensea - section#about - h1 FAQ - - h2 Wen mint? - p Minting will open during our livestream on the 30th of October. - | Use this link to view what time it is in your local timezone. - - h2 What does a Rocketeer cost? - p Minting will be free (besides gas costs). - - 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 Right now they are just collectibles, but 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 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. - section#community h1 Community @@ -80,15 +65,39 @@ html( lang=content.lang ) div.row.usps div.usp - +cimg.circle( size=200 src=site.system.url+'/assets/draft-rocketeer.png' ) + +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/draft-rocketeer.png' ) - p Contract, frontend and API code by mentor.eth. + +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 Discord users LookingForOwls and colfax. - //- p.sidenote Website media: Photos taken by Mike Kiev and Adam Miller. Illustrations by Katerina Limpitsouni. + 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 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.