Skip to content

Commit 4afbd6d

Browse files
committed
Add Font Awesome icons to GitHub and PayPal buttons in index.html
1 parent 5d5744c commit 4afbd6d

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

site/index.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
<meta charset="UTF-8" />
1616
<meta name="viewport" content="width=device-width, initial-scale=1" />
1717
<title>STRUCT - Automated Project Structure Generator</title>
18+
19+
<!-- Font Awesome -->
20+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css">
1821
<style>
1922
/* Reset and base styles */
2023
* {
@@ -145,9 +148,12 @@ <h2>Features</h2>
145148
</section>
146149

147150
<div>
148-
<a class="btn btn-github" href="https://github.com/httpdss/struct" target="_blank">Visit GitHub Repository</a>
149-
<a class="btn btn-paypal" href="https://www.paypal.me/httpdss"
150-
target="_blank">Donate via PayPal</a>
151+
<a class="btn btn-github" href="https://github.com/httpdss/struct" target="_blank"></a>
152+
<i class="fab fa-github"></i> Visit GitHub Repository
153+
</a>
154+
<a class="btn btn-paypal" href="https://www.paypal.me/httpdss" target="_blank">
155+
<i class="fab fa-paypal"></i> Donate via PayPal
156+
</a>
151157
</div>
152158
</div>
153159
<footer>

0 commit comments

Comments
 (0)