mirror of
https://github.com/ivabus/www
synced 2024-11-22 13:45:05 +03:00
Merge pull request #168 from teaxyz/small-fixes
White paper API, auth btn class, linktree link
This commit is contained in:
commit
c8348075f2
4 changed files with 3 additions and 5 deletions
|
@ -78,7 +78,7 @@
|
|||
const getAdobeDcView = () => {
|
||||
if (!adobeDcView) {
|
||||
adobeDCView = new AdobeDC.View({
|
||||
clientId: "fc933927b4e947c2aaf9a7b33b26f0b4",
|
||||
clientId: "1bc8ce732a184ccdade4f74f81375401",
|
||||
divId: "adobe-dc-view"
|
||||
});
|
||||
}
|
||||
|
|
|
@ -175,6 +175,6 @@
|
|||
|
||||
</style>
|
||||
|
||||
<a href="https://github.com/login/oauth/authorize?client_id=9d1f1a72f1300b6991df&state=teaxyz" class="gf-container animated-5 animatedFadeInUp fadeInUp" style="background-color:#8EC7BF;">
|
||||
<a href="https://github.com/login/oauth/authorize?client_id=9d1f1a72f1300b6991df&state=teaxyz" class="gf-container animated-5 animatedFadeInUp fadeInUp auth-btn" style="background-color:#8EC7BF;">
|
||||
AUTHENTICATE
|
||||
</a>
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-6">
|
||||
<p class="small">©2022 tea inc. You can also share our <a href="" class="teal">Linktree</a>.</p>
|
||||
<p class="small">©2022 tea inc. You can also share our <a href="https://linktr.ee/teaxyz" class="teal">Linktree</a>.</p>
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
{{- partial "footer-nav.html" . -}}
|
||||
|
|
|
@ -93,8 +93,6 @@
|
|||
<meta name="facebook-domain-verification" content="0fsbdl7joh0gha23zbhtovtpn0z0cl" />
|
||||
<meta name="description" content="The tools that build the internet have steeped too long. For the past two decades, big tech has made trillions off the generosity of visionary developers and web pioneers… never thanking, never mentioning, and certainly never paying. At tea, we’re brewing something to change that by enabling developers (you) to continue doing what you love, while earning what you deserve.">
|
||||
|
||||
<script id="cookieyes" type="text/javascript" src="https://cdn-cookieyes.com/client_data/e64508136bc06d018940f2f3/script.js"></script>
|
||||
|
||||
<script>
|
||||
const q = window.location.search.match(/[\^\?&]store=[^&]*/)
|
||||
if (q) {
|
||||
|
|
Loading…
Reference in a new issue