Skip to content

Commit 2f7a739

Browse files
authored
Merge pull request #158 from ianshulx/earth-10005
added download icon
2 parents b6181da + 626f93d commit 2f7a739

File tree

2 files changed

+35
-19
lines changed

2 files changed

+35
-19
lines changed

download.svg

Lines changed: 4 additions & 0 deletions
Loading

index.html

Lines changed: 31 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -34,48 +34,60 @@ <h1 class="hero-text"><span class="float-start">React</span><br />Projects for B
3434
</div>
3535
</div>
3636
<!-- buttons -->
37-
<section style="margin-left:20px;">
38-
<div class="d-flex flex-row justify-content-start align-items-center mb-4 gap-3">
37+
<div class="d-flex flex-row justify-content-start align-items-center mt-4 gap-3">
38+
3939
<!-- Star Repo Icon -->
40-
<div style="text-align: center;">
40+
<div class="text-center">
4141
<button class="btn custom-button" style="width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #ffcc00, #ff9900); box-shadow: 0 4px 8px rgba(0,0,0,0.1);">
42-
<a href="https://github.com/ianshulx/React-projects-for-beginners" target="_blank" style="text-decoration: none; display: flex; align-items: center; justify-content: center;">
43-
<i class="bi bi-star-fill" style="font-size: 20px; color: white;"></i>
42+
<a href="https://github.com/ianshulx/React-projects-for-beginners" target="_blank" class="d-flex align-items-center justify-content-center">
43+
<i class="bi bi-star-fill text-white" style="font-size: 20px;"></i>
4444
</a>
4545
</button>
46-
<span style="font-size: 12px; margin-top: 5px; display: block; color: #00ffff;">Star Repo</span>
46+
<span style="font-size: 12px; margin-top: 5px; display: block; color: #00ffff;">Star Repo</span>
4747
</div>
48-
48+
4949
<!-- Fork Repo Icon -->
50-
<div style="text-align: center;">
50+
<div class="text-center">
5151
<button class="btn custom-button" style="width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #00ffcc, #0099ff); box-shadow: 0 4px 8px rgba(0,0,0,0.1);">
52-
<a href="https://github.com/ianshulx/React-projects-for-beginners/network" target="_blank" style="text-decoration: none; display: flex; align-items: center; justify-content: center;">
52+
<a href="https://github.com/ianshulx/React-projects-for-beginners/network" target="_blank" class="d-flex align-items-center justify-content-center">
5353
<img src="./code-fork-solid.svg" style="width: 20px; color: white;">
5454
</a>
5555
</button>
56-
<span style="font-size: 12px; margin-top: 5px; display: block; color: #00ffff;">Fork Repo</span>
56+
<span style="font-size: 12px; margin-top: 5px; display: block; color: #00ffff;">Fork Repo</span>
5757
</div>
58-
58+
5959
<!-- Contributors Icon -->
60-
<div style="text-align: center;">
60+
<div class="text-center">
6161
<button class="btn custom-button" style="width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #ff6699, #ff3366); box-shadow: 0 4px 8px rgba(0,0,0,0.1);">
62-
<a href="https://github.com/ianshulx/React-projects-for-beginners/graphs/contributors" target="_blank" style="text-decoration: none; display: flex; align-items: center; justify-content: center;">
62+
<a href="https://github.com/ianshulx/React-projects-for-beginners/graphs/contributors" target="_blank" class="d-flex align-items-center justify-content-center">
6363
<img src="./chess-king-solid.svg" style="width: 20px; color: white;">
6464
</a>
6565
</button>
66-
<span style="font-size: 12px; margin-top: 5px; display: block; color: #00ffff;">Contributors</span>
66+
<span style="font-size: 12px; margin-top: 5px; display: block; color: #00ffff;">Contributors</span>
6767
</div>
68-
68+
69+
<!-- Download Icon -->
70+
<div class="text-center">
71+
<button class="btn custom-button" style="width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #9ff5a9, #33f24a); box-shadow: 0 4px 8px rgba(0,0,0,0.1);">
72+
<a href="https://github.com/ianshulx/React-projects-for-beginners/releases/tag/React" target="_blank" class="d-flex align-items-center justify-content-center">
73+
<img src="./download.svg" style="width: 20px; color: white;">
74+
</a>
75+
</button>
76+
<span style="font-size: 12px; margin-top: 5px; display: block; color: #00ffff;">Download</span>
77+
</div>
78+
6979
<!-- Maintainer Icon -->
70-
<div style="text-align: center;">
71-
<button class="btn custom-button" style="width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #d9a6ff, #b266ff); box-shadow: 0 4px 8px rgba(0,0,0,0.1);"> <!-- Light purple gradient -->
72-
<a href="https://github.com/ianshulx" target="_blank" style="text-decoration: none; display: flex; align-items: center; justify-content: center;">
80+
<div class="text-center">
81+
<button class="btn custom-button" style="width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #a7ffa6, #b266ff); box-shadow: 0 4px 8px rgba(0,0,0,0.1);">
82+
<a href="https://github.com/ianshulx" target="_blank" class="d-flex align-items-center justify-content-center">
7383
<img src="./profile.svg" style="width: 20px; color: white;">
7484
</a>
7585
</button>
76-
<span style="font-size: 12px; margin-top: 5px; display: block; color: #00ffff;">Maintainer</span>
86+
<span style="font-size: 12px; margin-top: 5px; display: block; color: #00ffff;">Maintainer</span>
7787
</div>
88+
7889
</div>
90+
7991

8092
<div class="d-sm-block d-md-flex">
8193
<a href="https://github.com/ianshulx/React-projects-for-beginners/stargazers">

0 commit comments

Comments
 (0)