Created
November 30, 2022 00:49
-
-
Save alexanderkustov/2612a46a06824f41a7621fa8dd27ba54 to your computer and use it in GitHub Desktop.
yLExedb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="container"> | |
| <!-- TABS --> | |
| <ul class="nav nav-tabs" id="myTabs"> | |
| <li class="nav-item"> | |
| <button class="nav-link active" id="home-tab" data-bs-toggle="tab" data-bs-target="#summary">Summary</button> | |
| </li> | |
| <li class="nav-item"> | |
| <button class="nav-link" id="profile-tab" data-bs-toggle="tab" data-bs-target="#casual">Casual Payments</button> | |
| </li> | |
| <li class="nav-item"> | |
| <button class="nav-link" id="contact-tab" data-bs-toggle="tab" data-bs-target="#subscriptions">Subscriptions</button> | |
| </li> | |
| </ul> | |
| <!-- TABS END --> | |
| <div class="tab-content" id="myTabsContent"> | |
| <!-- TAB CONTENT 1 --> | |
| <div class="tab-pane fade show active" id="summary"> | |
| <iframe src="https://metabase-env.eba-63s9cc2u.us-east-1.elasticbeanstalk.com/dashboard/9-rotherham-summary-board" frameborder="0" width="100%" height="1600" allowtransparency></iframe> | |
| </div> | |
| <!-- TAB CONTENT 1 END --> | |
| <!-- TAB CONTENT 2 --> | |
| <div class="tab-pane fade" id="casual"> | |
| <iframe src="https://metabase-env.eba-63s9cc2u.us-east-1.elasticbeanstalk.com/dashboard/24-rotherham-casual-payments" frameborder="0" width="100%" height="1800" allowtransparency></iframe> | |
| </div> | |
| <!-- TAB 2 END --> | |
| <!-- TAB 3 CONTENT --> | |
| <div class="tab-pane fade" id="subscriptions"> | |
| <iframe src="https://metabase-env.eba-63s9cc2u.us-east-1.elasticbeanstalk.com/dashboard/10-rotherham-advertiser-subscriptions" frameborder="0" width="100%" height="1800" allowtransparency></iframe> | |
| </div> | |
| <!-- TAB 3 END --> | |
| <!-- TAB 5 END --> | |
| </div> | |
| <hr> | |
| <!-- AND HERE --> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.2.3/js/bootstrap.min.js"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.0.2/css/bootstrap.min.css" rel="stylesheet" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment