Skip to content

Commit

Permalink
Merge pull request #54 from Boobeshkumar56/gh-pages
Browse files Browse the repository at this point in the history
added telegram and github icon for more good apperance
  • Loading branch information
Harish-2003 authored Oct 3, 2024
2 parents 4a0ae54 + ef6479b commit 23194a3
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
11 changes: 7 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,27 @@ <h2>Crypto Price Predictor</h2>
<div id="crypto-form">
<label for="crypto">Enter Cryptocurrency Symbol (e.g., BITCOIN(BTC), ETHERUM(ETH)):</label>
<input type="text" id="crypto" name="crypto">
<button id="predict-btn">Predict Price</button>
<div id="crypto-suggestions"></div>
<button id="predict-btn">Predict Price</button>

</div>
<div id="price-result">
<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>

<p class="bot-text"> Track prices with our Telegram bot</p>
<h3><a href="https://t.me/trackingcryptopricerbot" class="bot-link"><img src="public/Telegram.png" alt="Telegram logo" id="Telegram">@TrackCryptoPriceBot</a></h3>
</div>
</section>
</div>

<section id="repo-info">

<h2>About the Repository</h2>
<p>This repository demonstrates blockchain prices using api and javascript.</p>
<a href="https://github.com/OpenTekHub/blockchain" target="_blank">Visit the Repo</a>
<a href="https://github.com/OpenTekHub/blockchain" target="_blank"><img src="public/github.png" alt="" id="git">BlockChain Repository</a>
</section>

<script src="script.js"></script>
Expand Down
Binary file added public/Telegram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,24 @@ body {
flex-direction: column;
justify-content: space-between;
}
img{
width:5vw;

}
#Telegram{
position:relative;
top:1.9vw

}
h1, h2, h3 {
margin: 0;
}
#git{
position:relative;
top:1.4vw;
max-width: 4vw;
min-width:2vw;
}

.header {
text-align: center;
Expand Down

0 comments on commit 23194a3

Please sign in to comment.