File tree Expand file tree Collapse file tree 2 files changed +35
-12
lines changed Expand file tree Collapse file tree 2 files changed +35
-12
lines changed Original file line number Diff line number Diff line change @@ -57,17 +57,21 @@ <h3>About Pandas Who Code</h3>
57
57
Welcome to PandasWhoCode, a software development organization focused on open-source projects, and cutting-edge technology. We specialize in:
58
58
</ p >
59
59
< ul class ="specialties ">
60
- < li > < strong > 💻 Open Source Contributions</ strong >
61
- < ul >
62
- < li > Tools, libraries, and frameworks for modern software development.</ li >
63
- </ ul >
64
- </ li >
65
- < li > < strong > ⚡ DevOps & CI/CD Solutions</ strong >
66
- < ul >
67
- < li > Automation, workflows, and best practices for seamless development pipelines.</ li >
68
- </ ul >
69
- </ li >
70
- </ ul >
60
+ < li >
61
+ < i class ="fas fa-laptop-code icon-laptop "> </ i >
62
+ < strong > Open Source Contributions</ strong >
63
+ < ul >
64
+ < li > Tools, libraries, and frameworks for modern software development.</ li >
65
+ </ ul >
66
+ </ li >
67
+ < li >
68
+ < i class ="fas fa-bolt icon-bolt "> </ i >
69
+ < strong > DevOps & CI/CD Solutions</ strong >
70
+ < ul >
71
+ < li > Automation, workflows, and best practices for seamless development pipelines.</ li >
72
+ </ ul >
73
+ </ li >
74
+ </ ul >
71
75
72
76
< h3 class ="profile-section-header "> Roger Barker</ h3 >
73
77
< a href ="https://www.linkedin.com/in/roger-barker/ " target ="_blank " rel ="noopener noreferrer " class ="profile-image-link ">
Original file line number Diff line number Diff line change 43
43
opacity : 0.9 ;
44
44
}
45
45
46
- .specialties , .specialties ul {
46
+ /* Specialty list styles */
47
+ .specialties ,
48
+ .specialties ul {
47
49
list-style : none;
48
50
padding-left : 0 ;
49
51
margin-bottom : 2rem ;
50
52
}
51
53
54
+ /* Icon styling */
55
+ .specialties i {
56
+ margin-right : 6px ;
57
+ font-size : 1.1rem ;
58
+ vertical-align : middle;
59
+ }
60
+
61
+ /* Individual icon colors */
62
+ .icon-laptop {
63
+ color : rgb (159 , 228 , 255 );
64
+ }
65
+
66
+ .icon-bolt {
67
+ color : rgb (201 , 11 , 201 );
68
+ }
69
+
70
+
52
71
.project-item {
53
72
background : rgba (255 , 255 , 255 , 0.1 );
54
73
border-radius : 15px ;
You can’t perform that action at this time.
0 commit comments