Skip to content

Commit

Permalink
Update bootstrap and icons (#1144)
Browse files Browse the repository at this point in the history
  • Loading branch information
lipis authored Aug 16, 2023
1 parent dd9362c commit 854d041
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
4 changes: 0 additions & 4 deletions assets/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
font-size: 1.1em;
}

.header .btn {
margin: 0 4px;
}

.header pre {
background-color: rgba(32, 32, 32, 0.3);
padding: 8px;
Expand Down
16 changes: 6 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,14 @@

<!-- Bootstrap -->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous"
/>
<!-- Font Awesome -->
<!-- Bootstrap Icons -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
integrity="sha512-1ycn6IcaQQ40/MKBW2W4Rhis/DbILU74C1vSrLJxCq57o941Ym01SwNsOMqvEBFlcgUa6xLiPY/NS5R+E6ztJQ=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"
/>
<!-- Docs -->
<link href="./assets/docs.css" rel="stylesheet" />
Expand All @@ -64,13 +60,13 @@ <h1>Free Country Flags in SVG</h1>
</p>
<pre class="install">yarn add flag-icons</pre>
<p>For more instructions check out on GitHub.</p>
<a class="btn btn-light" href="https://github.com/lipis/flag-icons"
><i class="fab fa-github"></i> View on GitHub</a
<a class="btn btn-light me-2" href="https://github.com/lipis/flag-icons"
><i class="bi bi-github"></i> View on GitHub</a
>
<a
class="btn btn-light"
href="https://github.com/lipis/flag-icons/archive/main.zip"
><i class="fas fa-download"></i> Download Flags</a
><i class="bi bi-cloud-arrow-down-fill"></i> Download Flags</a
>
</div>
</div>
Expand Down

0 comments on commit 854d041

Please sign in to comment.