Skip to content

Commit

Permalink
added telegram bot link to website
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishu Singh committed Oct 2, 2024
1 parent fd33bed commit 6170d77
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ <h2>Crypto Price Predictor</h2>
<h3>Predicted Price:</h3>
<p id="price"></p>
</div>
<div id="telegram-bot">
<p class="bot-text">Track prices with our Telegram bot</p>
<h3><a href="https://t.me/trackingcryptopricerbot" class="bot-link">@TrackCryptoPriceBot</a></h3>
</div>
</section>
</div>

Expand Down
19 changes: 19 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -219,3 +219,22 @@ h1, h2, h3 {
word-wrap: break-word;
}
}



#telegram-bot {
align-items: center;
display: flex;
flex-direction: column;
gap: 0.25rem;
}

.bot-link{
text-decoration: none;
color: #FFEB55;
}

.bot-text{
font-size: 1rem;
margin-block: 0px;
}

0 comments on commit 6170d77

Please sign in to comment.