mirror of
https://github.com/ivabus/www
synced 2024-11-22 15:05:07 +03:00
White paper API, auth btn class, linktree link
This commit is contained in:
parent
672cad96b0
commit
31181c6979
3 changed files with 3 additions and 3 deletions
|
@ -78,7 +78,7 @@
|
||||||
const getAdobeDcView = () => {
|
const getAdobeDcView = () => {
|
||||||
if (!adobeDcView) {
|
if (!adobeDcView) {
|
||||||
adobeDCView = new AdobeDC.View({
|
adobeDCView = new AdobeDC.View({
|
||||||
clientId: "fc933927b4e947c2aaf9a7b33b26f0b4",
|
clientId: "1bc8ce732a184ccdade4f74f81375401",
|
||||||
divId: "adobe-dc-view"
|
divId: "adobe-dc-view"
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
@ -175,6 +175,6 @@
|
||||||
|
|
||||||
</style>
|
</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
|
AUTHENTICATE
|
||||||
</a>
|
</a>
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-6">
|
<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>
|
||||||
<div class="col-lg-6">
|
<div class="col-lg-6">
|
||||||
{{- partial "footer-nav.html" . -}}
|
{{- partial "footer-nav.html" . -}}
|
||||||
|
|
Loading…
Reference in a new issue