File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 background : # 4690F2 ;
3939 }
4040
41+ .status-btn {
42+ font-size : 20px ;
43+ border-radius : 50px ;
44+ color : white;
45+ background : # 8A2BE2 ;
46+ transition : all 0.2s ease-out 0s ;
47+ font-weight : bold;
48+ border : 4px solid # 7A1FD1 ;
49+ padding : 15px 30px ;
50+ cursor : pointer;
51+ }
52+
53+ .status-btn : hover {
54+ background : # 9F8FEF ;
55+ }
56+
4157 </ style >
4258
4359 < link rel ="stylesheet " href ="assets/css/fontawesome.css ">
@@ -169,6 +185,14 @@ <h1 class="website-main-panel-title">Bienvenue sur mon site:</h1>
169185 Chargement...
170186
171187 </ a >
188+
189+ < a class ="status-btn " href ="https://nde-status.instatus.com/ " target ="_blank " rel ="noopener noreferrer ">
190+
191+ < i class ="fa-solid fa-gear rotate-animation "> </ i >
192+
193+ Chargement...
194+
195+ </ a >
172196
173197 </ div >
174198
@@ -292,9 +316,21 @@ <h1 class="website-main-panel-title">Bienvenue sur mon site:</h1>
292316
293317 $ ( document ) . ready ( function ( ) {
294318
295- if ( $ ( window ) . width ( ) <= 1024 ) $ ( ".about-btn" ) . html ( '<i class="fa-solid fa-user"></i>' ) ;
319+ if ( $ ( window ) . width ( ) <= 1024 ) {
320+
321+ $ ( ".about-btn" ) . html ( '<i class="fa-solid fa-user"></i>' ) ;
296322
297- else $ ( ".about-btn" ) . html ( '<i class="fa-solid fa-user"></i> À propos de moi et de mes projets' ) ;
323+ $ ( ".status-btn" ) . html ( '<i class="fa-solid fa-tower-broadcast"></i>' ) ;
324+
325+ }
326+
327+ else {
328+
329+ $ ( ".about-btn" ) . html ( '<i class="fa-solid fa-user"></i> À propos de moi et de mes projets' ) ;
330+
331+ $ ( ".status-btn" ) . html ( '<i class="fa-solid fa-tower-broadcast"></i> Voir le status de mes services' ) ;
332+
333+ }
298334
299335 $ ( "#get-my-age" ) . text ( getAge ( "2004/09/11" ) ) ;
300336
You can’t perform that action at this time.
0 commit comments