You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="https://github.com/recodehive/awesome-github-profiles" target="_blank" rel="noopener noreferrer" class="no-underline">community</a>. All rights reserved.
1036
+
</p>
1037
+
</div>
1039
1038
</div>
1040
1039
1041
1040
<script>
@@ -1054,15 +1053,73 @@ <h5>
1054
1053
gap:15px;
1055
1054
}
1056
1055
1057
-
.social-icon {
1056
+
.social-icon1 {
1057
+
font-size:2rem; /* Increased icon size */
1058
+
color:#333; /* Default color */
1059
+
transition: transform 0.3s ease, color 0.3s ease; /* Smooth transition for transform and color */
1060
+
}
1061
+
.social-icon2 {
1062
+
font-size:2rem; /* Increased icon size */
1063
+
color:#333; /* Default color */
1064
+
transition: transform 0.3s ease, color 0.3s ease; /* Smooth transition for transform and color */
1065
+
}
1066
+
.social-icon3 {
1067
+
font-size:2rem; /* Increased icon size */
1068
+
color:#333; /* Default color */
1069
+
transition: transform 0.3s ease, color 0.3s ease; /* Smooth transition for transform and color */
1070
+
}
1071
+
.social-icon4 {
1072
+
font-size:2rem; /* Increased icon size */
1073
+
color:#333; /* Default color */
1074
+
transition: transform 0.3s ease, color 0.3s ease; /* Smooth transition for transform and color */
1075
+
}
1076
+
.social-icon5 {
1058
1077
font-size:2rem; /* Increased icon size */
1059
1078
color:#333; /* Default color */
1060
1079
transition: transform 0.3s ease, color 0.3s ease; /* Smooth transition for transform and color */
1061
1080
}
1062
1081
1063
-
.social-icon:hover {
1064
-
color:#007bff; /* Change color on hover */
1065
-
transform:rotate(20deg); /* Rotate 20 degrees on hover */}
1082
+
.social-icon1:hover {
1083
+
background:#007bff; /* Change color on hover */
1084
+
transform:rotate(20deg); /* Rotate 20 degrees on hover */
1085
+
background-clip: text;
1086
+
-webkit-background-clip: text;
1087
+
-webkit-text-fill-color: transparent;
1088
+
}
1089
+
1090
+
.social-icon2:hover {
1091
+
background:#007bff; /* Change color on hover */
1092
+
transform:rotate(20deg); /* Rotate 20 degrees on hover */
1093
+
background-clip: text;
1094
+
-webkit-background-clip: text;
1095
+
-webkit-text-fill-color: transparent;
1096
+
}
1097
+
1098
+
.social-icon3:hover {
1099
+
background:radial-gradient(circle at 30%107%,
1100
+
#fdf4970%,#fdf4975%,
1101
+
#fd594945%,
1102
+
#d6249f60%,
1103
+
#285AEB90%);
1104
+
background-clip: text;
1105
+
-webkit-background-clip: text;
1106
+
-webkit-text-fill-color: transparent;
1107
+
transform:rotate(20deg);
1108
+
}
1109
+
1110
+
.social-icon4:hover {
1111
+
background:#0077b5; /* Change color on hover */
1112
+
transform:rotate(20deg); /* Rotate 20 degrees on hover */
1113
+
background-clip: text;
1114
+
-webkit-background-clip: text;
1115
+
-webkit-text-fill-color: transparent;
1116
+
}
1117
+
1118
+
.social-icon5:hover {
1119
+
color:#636464; /* Change color on hover */
1120
+
transform:rotate(20deg); /* Rotate 20 degrees on hover */
1121
+
}
1122
+
1066
1123
</style>
1067
1124
1068
1125
<!-- Scroll to top --><buttonid="scrollToTop" aria-label="Scroll to top">
0 commit comments