@@ -34,48 +34,60 @@ <h1 class="hero-text"><span class="float-start">React</span><br />Projects for B
34
34
</ div >
35
35
</ div >
36
36
<!-- 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
+
39
39
<!-- Star Repo Icon -->
40
- < div style ="text-align: center; ">
40
+ < div class ="text-center ">
41
41
< 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 >
44
44
</ a >
45
45
</ 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 >
47
47
</ div >
48
-
48
+
49
49
<!-- Fork Repo Icon -->
50
- < div style ="text-align: center; ">
50
+ < div class ="text-center ">
51
51
< 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 ">
53
53
< img src ="./code-fork-solid.svg " style ="width: 20px; color: white; ">
54
54
</ a >
55
55
</ 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 >
57
57
</ div >
58
-
58
+
59
59
<!-- Contributors Icon -->
60
- < div style ="text-align: center; ">
60
+ < div class ="text-center ">
61
61
< 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 ">
63
63
< img src ="./chess-king-solid.svg " style ="width: 20px; color: white; ">
64
64
</ a >
65
65
</ 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 >
67
67
</ 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
+
69
79
<!-- 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 ">
73
83
< img src ="./profile.svg " style ="width: 20px; color: white; ">
74
84
</ a >
75
85
</ 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 >
77
87
</ div >
88
+
78
89
</ div >
90
+
79
91
80
92
< div class ="d-sm-block d-md-flex ">
81
93
< a href ="https://github.com/ianshulx/React-projects-for-beginners/stargazers ">
0 commit comments