mirror of
https://github.com/ivabus/www
synced 2024-11-22 23:05:05 +03:00
commit
34562eae03
1 changed files with 12 additions and 4 deletions
|
@ -15,6 +15,7 @@
|
|||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Prompt:wght@700&display=swap"
|
||||
rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:image:alt" content="sh <(curl tea.xyz)">
|
||||
<meta name="twitter:image" content=" https://tea.xyz/cover.png">
|
||||
|
@ -112,6 +113,13 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 980px) {
|
||||
.auth-btn {
|
||||
width: 100%;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 600px) {
|
||||
|
||||
.mobile-pdf {
|
||||
|
@ -171,7 +179,7 @@
|
|||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<a class="btn btn-primary auth-btn mt-lg-0 mt-md-0 mt-sm-4 mt-4 mx-auto"
|
||||
<a class="btn btn-primary auth-btn mt-lg-0 mt-md-4 mt-sm-4 mt-4 mx-auto"
|
||||
href="https://github.com/apps/tea-xyz/installations/new" role="button">Authenticate with tea<span
|
||||
class="badge rounded-pill bg-primary ms-3"><span id="count1"></span></span></a>
|
||||
</div>
|
||||
|
@ -198,8 +206,8 @@
|
|||
<div style="margin-top:auto; z-index:100;">
|
||||
<a class="btn btn-primary mb-3" href="https://github.com/apps/tea-xyz/installations/new"
|
||||
role="button">Authenticate with tea</a><br>
|
||||
<a class="btn btn-primary mb-sm-5 mb-md-5 mb-5" id="whitepaper-btn"
|
||||
href="https://github.com/teaxyz/white-paper" role="button">Contribute to Our White Paper</a>
|
||||
<a class="btn btn-primary align-middle mb-sm-5 mb-md-5 mb-5" id="whitepaper-btn"
|
||||
href="https://github.com/teaxyz/white-paper" role="button"><i class="bi bi-github me-2" style="font-size:20px;"></i>Contribute to Our White Paper</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue