File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change 9292 transform : translateY (-5px );
9393 box-shadow : 0 6px 15px rgba (0 , 0 , 0 , 0.4 );
9494 }
95+ .team-member img {
96+ width : 100px ;
97+ height : 100px ;
98+ border-radius : 50% ;
99+ margin-bottom : 10px ;
100+ }
95101 .team-member h2 {
96102 font-size : 24px ;
97103 margin-bottom : 10px ;
118124 } else {
119125 document . documentElement . lang = 'en' ;
120126 document . querySelector ( '.team-section h1' ) . textContent = 'HackerOS Team' ;
121- document . querySelector ( '.team-member h2' ) . textContent = 'michal92299' ;
122- document . querySelector ( '.team-member p' ) . textContent = 'Founder and Co-Creator of HackerOS' ;
127+ document . querySelectorAll ( '.team-member h2' ) [ 0 ] . textContent = 'michal92299' ;
128+ document . querySelectorAll ( '.team-member p' ) [ 0 ] . textContent = 'Founder of HackerOS' ;
129+ document . querySelectorAll ( '.team-member h2' ) [ 1 ] . textContent = 'RafeNop' ;
130+ document . querySelectorAll ( '.team-member p' ) [ 1 ] . textContent = 'Co-Creator of HackerOS' ;
123131 document . querySelector ( 'footer p' ) . textContent = '© 2025 HackerOS. All rights reserved.' ;
124132 }
125133 } ) ;
142150 < section class ="team-section ">
143151 < h1 > Zespół HackerOS</ h1 >
144152 < div class ="team-member ">
153+ < img src ="michal92299.png " alt ="michal92299 Logo ">
145154 < h2 > michal92299</ h2 >
146- < p > Założyciel i współtwórca HackerOS</ p >
155+ < p > Założyciel HackerOS</ p >
156+ </ div >
157+ < div class ="team-member ">
158+ < img src ="RafeNop.png " alt ="RafeNop Logo ">
159+ < h2 > RafeNop</ h2 >
160+ < p > Współtwórca HackerOS</ p >
147161 </ div >
148162 </ section >
149163 < footer >
You can’t perform that action at this time.
0 commit comments