Merge pull request #74 from teaxyz/add-id-to-landing-page-buttons

Specified IDs for two buttons to make GTM setup easier
This commit is contained in:
Thomas Smith 2022-07-13 16:55:17 -04:00 committed by GitHub
commit cc6414fcd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,14 +52,14 @@
<div class="container pt-5 pb-5"> <div class="container pt-5 pb-5">
<div class="row"> <div class="row">
<div class="col" style="z-index:100;"> <div class="col" style="z-index:100;">
<h1 class="prompt yellow">KEEP <br>WHAT IS <br>YOURS.<a class="btn btn-primary auth-btn mb-3 mt-5 ms-lg-5 ms-md-5 ms-sm-0 ms-0" style="font-family:var(--bs-body-font-family)!important; vertical-align:bottom;" href="https://github.com/login/oauth/authorize?client_id=9d1f1a72f1300b6991df&state=teaxyz" role="button">Authenticate with GitHub</a></h1> <h1 class="prompt yellow">KEEP <br>WHAT IS <br>YOURS.<a class="btn btn-primary auth-btn mb-3 mt-5 ms-lg-5 ms-md-5 ms-sm-0 ms-0" id="keep-btn-top" style="font-family:var(--bs-body-font-family)!important; vertical-align:bottom;" href="https://github.com/login/oauth/authorize?client_id=9d1f1a72f1300b6991df&state=teaxyz" role="button">Authenticate with GitHub</a></h1>
<p style="color:#b3c8c8;" class="mt-5 mb-5 lead">Equitable Open-Source for web3</p> <p style="color:#b3c8c8;" class="mt-5 mb-5 lead">Equitable Open-Source for web3</p>
</div> </div>
</div> </div>
<div class="row"> <div class="row">
<div class="col" style="z-index:100;"> <div class="col" style="z-index:100;">
<h2 class="display-3">Thousands of developers have authenticated their Github with tea. This is your chance to be an early member of our Communitea.</h2> <h2 class="display-3">Thousands of developers have authenticated their Github with tea. This is your chance to be an early member of our Communitea.</h2>
<a class="btn btn-primary auth-btn mb-3 mt-4" href="https://github.com/login/oauth/authorize?client_id=9d1f1a72f1300b6991df&state=teaxyz" role="button">Authenticate with GitHub</a> <a class="btn btn-primary auth-btn mb-3 mt-4" id="keep-btn-bottom" href="https://github.com/login/oauth/authorize?client_id=9d1f1a72f1300b6991df&state=teaxyz" role="button">Authenticate with GitHub</a>
<p class="small boiler">Limited numbers of tea beta invites will be given to the first devs who authenticate their Github account. So dont delay, get it while its hot.</p> <p class="small boiler">Limited numbers of tea beta invites will be given to the first devs who authenticate their Github account. So dont delay, get it while its hot.</p>
</div> </div>
</div> </div>