-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
136 additions
and
72 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="https://getbootstrap.com/docs/5.3/assets/css/docs.css" rel="stylesheet"> | ||
<title>Bootstrap Example</title> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script> | ||
</head> | ||
|
||
<body class="p-3 m-0 border-0 bd-example m-0 border-0"> | ||
<div class="accordion" id="accordionExample"> | ||
<div class="accordion-item"> | ||
<h2 class="accordion-header"> | ||
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" | ||
aria-expanded="true" aria-controls="collapseOne"> | ||
Simple Icons | ||
</button> | ||
</h2> | ||
<div id="collapseOne" class="accordion-collapse collapse show" data-bs-parent="#accordionExample"> | ||
<div class="ratio" style="--bs-aspect-ratio: 100%"> | ||
<iframe src="https://simpleicons.org/"></iframe> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="accordion-item"> | ||
<h2 class="accordion-header"> | ||
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" | ||
data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo"> | ||
Octions | ||
</button> | ||
</h2> | ||
<div id="collapseTwo" class="accordion-collapse collapse" data-bs-parent="#accordionExample"> | ||
<div class="ratio" style="--bs-aspect-ratio: 100%"> | ||
<iframe src="https://primer.style/foundations/icons"></iframe> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="accordion-item"> | ||
<h2 class="accordion-header"> | ||
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" | ||
data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree"> | ||
Feather | ||
</button> | ||
</h2> | ||
<div id="collapseThree" class="accordion-collapse collapse" data-bs-parent="#accordionExample"> | ||
<div class="ratio" style="--bs-aspect-ratio: 100%"> | ||
<iframe src="https://feathericons.com/"></iframe> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</body> |
This file contains 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