11<!DOCTYPE html>
22< html lang ="en " data-bs-theme ="dark ">
3- < head >
3+
4+ < head >
45 < meta charset ="UTF-8 " />
56 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
67 < script src ="https://code.jquery.com/jquery-3.7.1.js "> </ script >
78 < link href ="css/style.css " rel ="stylesheet " />
8- < link
9- href ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css "
10- rel ="stylesheet "
11- integrity ="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH "
12- crossorigin ="anonymous "
13- />
14- < script
15- src ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js "
16- integrity ="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz "
17- crossorigin ="anonymous "
18- > </ script >
9+ < link href ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css " rel ="stylesheet "
10+ integrity ="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH " crossorigin ="anonymous " />
11+ < script src ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js "
12+ integrity ="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz "
13+ crossorigin ="anonymous "> </ script >
1914 < link rel ="icon " href ="images/icon.png " />
2015 < title > Home</ title >
21- </ head >
16+ </ head >
2217
23- < body class ="container ">
18+ < body class ="container ">
2419 < header >
25- < nav class ="navbar navbar-expand-lg bg-body-tertiary ">
26- < div class ="container-fluid ">
27- < a class ="navbar-brand " href ="# "> < img src ="../images/icon.png " /> </ a >
28- < button
29- class ="navbar-toggler "
30- type ="button "
31- data-bs-toggle ="collapse "
32- data-bs-target ="#navbarNavAltMarkup "
33- aria-controls ="navbarNavAltMarkup "
34- aria-expanded ="false "
35- aria-label ="Toggle navigation "
36- >
37- < span class ="navbar-toggler-icon "> </ span >
38- </ button >
39- < div class ="collapse navbar-collapse " id ="navbarNavAltMarkup ">
40- < div class ="navbar-nav ">
41- < a class ="nav-link active " aria-current ="page " href ="index.html "
42- > Home</ a
43- >
44- < a class ="nav-link " href ="link-tree.html "> Link Tree</ a >
45- < a class ="nav-link " href ="project.html "> Projects</ a >
46- < a class ="nav-link " href ="about.html "> About</ a >
47- < a class ="nav-link " href ="static-blog.html "> Blog/News</ a >
20+ < nav class ="navbar navbar-expand-lg bg-body-tertiary ">
21+ < div class ="container-fluid ">
22+ < a class ="navbar-brand " href ="# "> < img src ="../images/icon.png " /> </ a >
23+ < button class ="navbar-toggler " type ="button " data-bs-toggle ="collapse "
24+ data-bs-target ="#navbarNavAltMarkup " aria-controls ="navbarNavAltMarkup " aria-expanded ="false "
25+ aria-label ="Toggle navigation ">
26+ < span class ="navbar-toggler-icon "> </ span >
27+ </ button >
28+ < div class ="collapse navbar-collapse " id ="navbarNavAltMarkup ">
29+ < div class ="navbar-nav ">
30+ < a class ="nav-link active " aria-current ="page " href ="index.html "> Home</ a >
31+ < a class ="nav-link " href ="link-tree.html "> Link Tree</ a >
32+ < a class ="nav-link " href ="project.html "> Projects</ a >
33+ < a class ="nav-link " href ="about.html "> About</ a >
34+ < a class ="nav-link " href ="static-blog.html "> Blog/News</ a >
35+ </ div >
36+ </ div >
4837 </ div >
49- </ div >
50- </ div >
51- </ nav >
38+ </ nav >
5239 </ header >
5340 < main >
54- < div >
55- < noscript > Good News !!! My site no longer need JS! </ noscript >
56- </ div >
57- < h1 > Welcome to my site !</ h1 >
58- < h2 > This is the home page, it will be updated soon</ h2 >
59- < img src ="images/logo-xgui4-small-2-avril.png " />
41+ < div >
42+ < noscript > Good News !!! My site no longer need JS! </ noscript >
43+ </ div >
44+ < h1 > Welcome to my site !</ h1 >
45+ < img src ="images/logo-xgui4-small-2-avril.png " />
46+ < h1 > What I am doing ? </ h1 >
47+ < h2 > I am learning C and GTK4 to one day contribute to XLibre or project with X11 to save X11</ h2 >
48+ < h2 > Ladybird mneed to be release soon and FreeBSD better be ready soon, as Firefox and GNU/Linux are going
49+ broke since they have gone full woke and greedy ! </ h2 >
6050 </ main >
6151 < footer >
62- < p > All Right Reserved ©️ Xgui4 Studio</ p >
63- < p > Last Updated : 2025-12-19</ p >
52+ < p > All Right Reserved ©️ Xgui4 Studio</ p >
53+ < p > Last Updated : 2025-12-19</ p >
6454 </ footer >
65- </ body >
66- </ html >
55+ </ body >
56+
57+ </ html >
0 commit comments