Skip to content

Commit

Permalink
Remove the youtube video it was making many calls to google and we do…
Browse files Browse the repository at this point in the history
…nt want that
  • Loading branch information
dangershony committed Nov 4, 2024
1 parent 9fc82a3 commit 753bada
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions src/Angor/Client/Pages/Index.razor
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,14 @@
<PageTitle>Angor</PageTitle>
<div class="card">
<div class="row g-0">
<div class="col-md-6">
<div class="embed-responsive embed-responsive-16by9 position-relative">
<!-- Loader for Video -->
<div class="video-loader loading">
<div class="loader"></div>
</div>
<!-- Replace 'VIDEO_ID' with the actual ID of your YouTube video -->
<iframe id="youtube-video" class="embed-responsive-item" src="https://www.youtube.com/embed/VIDEO_ID" allowfullscreen></iframe>
</div>
</div>
<div class="col-md-6 d-flex align-items-center justify-content-center position-relative">
<div class=" d-flex align-items-center justify-content-center position-relative">
<!-- Loader for Card -->
<div class="card-body card-loader loading text-center">
<span class="main-logo mb-3">
<Icon IconName="angor-logo" Width="72" Height="72" />
</span>
<h5 class="card-title text-center">Welcome to Angor</h5>
<p class="card-text text-center">Stay in control of your investments with Angor</p>
<p class="card-text text-center">A decentralized crowdfunding protocol built on Bitcoin and Nostr</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 753bada

Please sign in to comment.