Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Commit

Permalink
code-refactor: [WIP] Linting + Fix PR review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorjdawson committed Feb 1, 2020
1 parent 191da7c commit a0a6e98
Show file tree
Hide file tree
Showing 5 changed files with 151 additions and 3,774 deletions.
60 changes: 20 additions & 40 deletions example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,52 +11,32 @@

<title>OpenSea Embeddable NFT example</title>
<style media="screen">
body {
font-family: Avenir,Helvetica,Arial,sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
}
.header {
padding-top: 5vh;
}
.card-container {
width: 670px;
margin: auto;
padding-top: 5vh;
}
body {
font-family: Avenir,Helvetica,Arial,sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
}
.header {
padding-top: 5vh;
}
.card-container {
width: 670px;
margin: auto;
padding-top: 5vh;
}

</style>
</head>
<body>
<h1 class="title header">OpenSea's Embeddable Nft!</h1>
<h1 class="title header">Embeddable NFTs from OpenSea</h1>
<h3>Show users any crypto collectible and let them buy it straight from your site, using a minimal-dependency web component!</h3>
<div class="columns is-centered">
<div class="column is-8 ">
<div class="columns is-centered">
<div class="column">
<div class="field">
<div class="control">
<input id="tokenId" class="input" type="number" placeholder="Token Id">
</div>
</div>
</div>
<div class="column">
<div class="field">
<div class="control">
<input id="contractAddress" class="input" type="text" placeholder="Contract Address">
</div>
</div>
</div>
<div class="column is-2">
<button id="viewAsset" class="button">View</button>
</div>
<!-- <div class="column is-2">-->
<!-- <label class="checkbox">-->
<!-- <input type="checkbox">-->
<!-- Horizontal-->
<!-- </label>-->
<!-- </div>-->

<div class="editor">

</div>
</div>
</div>
Expand Down
Loading

0 comments on commit a0a6e98

Please sign in to comment.