Skip to content

Commit

Permalink
Merge pull request ayush-that#2739 from shriyadindi/news
Browse files Browse the repository at this point in the history
Added a new section for Market News and Insights to Provide up-to-date news ayush-that#2720
  • Loading branch information
deepeshmlgupta authored Nov 4, 2024
2 parents da77c10 + 54dadf6 commit b55e4a8
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1083,6 +1083,58 @@ <h3 class="title" style="color: #2f6be5;">
</div>
</section>

<section class="market-news-area pt-70">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="market-news-content mt-50 wow fadeInLeftBig" data-wow-duration="1s" data-wow-delay="0.5s">
<div class="section-title">
<div class="line"></div>
<h3 class="title" style="color:#2f6be5;">
<span>Market News and Insights</span> Up-to-date
</h3>
</div>
<ul class="text para">
<li>FinVeda provides real-time updates on market trends, stock prices, and commodity values.</li>
<li>Stay informed on currency rates, indices, and economic indicators worldwide.</li>
</ul>
<br>
<a href="#" class="main-btn">Get Latest Updates</a>
</div>
</div>
<div class="col-lg-6">
<div class="market-news-widget text-center mt-50 wow fadeInRightBig" data-wow-duration="1s" data-wow-delay="0.5s">
<!-- TradingView Widget BEGIN -->
<div class="tradingview-widget-container">
<div class="tradingview-widget-container__widget"></div>
<script type="text/javascript"
src="https://s3.tradingview.com/external-embedding/embed-widget-mini-symbol-overview.js" async></script>
<script type="text/javascript">
window.onload = function () {
var widgetConfig = {
"symbol": "ECONOMICS:INGDP",
"width": "auto",
"height": 250,
"locale": "in",
"dateRange": "ALL",
"colorTheme": "light",
"isTransparent": true,
"autosize": false,
"largeChartUrl": ""
};
new TradingView.widget(widgetConfig);
};
</script>
</div>
<!-- TradingView Widget END -->
</div>
</div>
</div>
</div>
</section>



<section id="facts" class="video-counter pt-70">
<div class="container">
<div class="row">
Expand Down

0 comments on commit b55e4a8

Please sign in to comment.