Skip to content

Commit 1f74c86

Browse files
committed
update the site, move the old profile readme here temporaly and adds projects in the projects pages
1 parent dbf5e7a commit 1f74c86

7 files changed

Lines changed: 268 additions & 117 deletions

File tree

404.html

Lines changed: 52 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,53 @@
1-
<!DOCTYPE html>
2-
<html lang="en" data-bs-theme="dark">
3-
4-
<head>
5-
<meta charset="UTF-8" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
8-
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous" />
9-
<link href="css/style.css" rel="stylesheet" />
10-
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
11-
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
12-
crossorigin="anonymous"></script>
13-
<link rel="icon" href="images/icon.png" />
14-
<title>Erreur 404</title>
15-
<meta charset="UTF-8" />
16-
</head>
17-
18-
<body class="container">
19-
<header>
20-
<div>
21-
<nav class="navbar navbar-expand-lg bg-body-tertiary">
22-
<div class="container-fluid">
23-
<a class="navbar-brand" href="index.html"><img src="../images/icon.png" /></a>
24-
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
25-
data-bs-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false"
26-
aria-label="Toggle navigation">
27-
<span class="navbar-toggler-icon"></span>
28-
</button>
29-
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
30-
<div class="navbar-nav">
31-
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
32-
<a class="nav-link" href="link-tree.html">Link Tree</a>
33-
<a class="nav-link" href="project.html">Projects</a>
34-
<a class="nav-link" href="about.html">About</a>
35-
<a class="nav-link" href="static-blog.html">Blog/News</a>
36-
</div>
37-
</div>
38-
</div>
39-
</nav>
40-
</div>
41-
</header>
42-
<img src="images/icon.png" />
43-
<img src="images/404.png" />
44-
<h1>Error 404</h1>
45-
<h2>This page doesn't exist yet</h2>
46-
<footer>
47-
<p>All Right Reserved ©️ Xgui4 Studio</p>
48-
<p>Last Updated : 2025-12-19</p>
49-
</footer>
50-
</body>
51-
1+
<!DOCTYPE html>
2+
<html lang="en" data-bs-theme="dark">
3+
4+
<head>
5+
<meta charset="UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
8+
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous" />
9+
<link href="css/style.css" rel="stylesheet" />
10+
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
11+
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
12+
crossorigin="anonymous"></script>
13+
<link rel="icon" href="images/icon.png" />
14+
<title>Erreur 404</title>
15+
<meta charset="UTF-8" />
16+
</head>
17+
18+
<body class="container">
19+
<header>
20+
<div>
21+
<nav class="navbar navbar-expand-lg bg-body-tertiary">
22+
<div class="container-fluid">
23+
<a class="navbar-brand" href="index.html"><img src="../images/icon.png" /></a>
24+
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
25+
data-bs-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false"
26+
aria-label="Toggle navigation">
27+
<span class="navbar-toggler-icon"></span>
28+
</button>
29+
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
30+
<div class="navbar-nav">
31+
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
32+
<a class="nav-link" href="link-tree.html">Link Tree</a>
33+
<a class="nav-link" href="project.html">Projects</a>
34+
<a class="nav-link" href="about.html">About</a>
35+
<a class="nav-link" href="static-blog.html">Blog/News</a>
36+
</div>
37+
</div>
38+
</div>
39+
</nav>
40+
</div>
41+
</header>
42+
<img src="images/icon.png" />
43+
<img src="images/404.png" />
44+
<h1>Error 404</h1>
45+
<h2>This page doesn't exist yet</h2>
46+
<footer>
47+
<p>Copyright 2026 ©️ Xgui4 Studio </p>
48+
<p> License MIT </p>
49+
<p>Last Updated : 2026-01-31</p>
50+
</footer>
51+
</body>
52+
5253
</html>

about.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@
4747
<md-block src="https://raw.githubusercontent.com/xgui4/xgui4/refs/heads/main/README.md"></md-block>
4848
</main>
4949
<footer>
50-
<p> All Right Reserved ©️ Xgui4 Studio </p>
51-
<p> Last Updated : 2025-12-19</p>
50+
<p>Copyright 2026 ©️ Xgui4 Studio </p>
51+
<p> License MIT </p>
52+
<p>Last Updated : 2026-01-31</p>
5253
</footer>
5354
</body>
5455

index.html

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

link-tree.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,9 @@ <h1>
8282
</main>
8383
<footer>
8484
<div>
85-
<p>All Right Reserved ©️ Xgui4 Studio</p>
86-
<p>Last Updated : 2025-05-19 01h00</p>
85+
<p>Copyright 2026 ©️ Xgui4 Studio </p>
86+
<p> License MIT </p>
87+
<p>Last Updated : 2026-01-31</p>
8788
</div>
8889
</footer>
8990
</body>

profile-readme-old.toremove

Lines changed: 135 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,135 @@
1+
<!-- [Image too big for now] ![github-banner](https://github.com/user-attachments/assets/fb30c77f-0ca2-49f1-a6a2-dc6e56159299) -->
2+
3+
## About
4+
Hi ! I am a AuDHD student that is currently studying programming. I know English and French.
5+
6+
### Current OS
7+
* EndeavourOS (Arch BTW)
8+
- Hyprland
9+
- i3wm (XLibre)
10+
* GhostBSD (not working right now, I have to fix it)
11+
* Android
12+
13+
### Current Coding Environnement
14+
* Visual Studio Code,
15+
* Nano,
16+
* Kate,
17+
* Notepad++,
18+
* VirtManager for VMs
19+
* 4K TV connected to my Laptop
20+
21+
### Software choice
22+
* Windows Manager/Wayland Compositors : Hyprland and i3wm (With XLibre)
23+
* Terminal : Konsole and Kitty (Linux)
24+
* Web Browser : Zen + uBlock Origin + Sponspor Block + DeArrow + Return YouTube Dislike (transitioning from Firefox due to the new Firefox CEO)
25+
* YouTube ReVanced, Spotify Premium
26+
27+
### Current favorite Game
28+
* Minecraft
29+
* Fortnite
30+
* PVZ
31+
* Touhou
32+
33+
<!--
34+
### OS Knowledge
35+
- Windows NT (XP to 11)
36+
* Mainly Windows 10 and Windows 11
37+
* a little bit of XP
38+
* Vista, 8 and 8.1 I have used a bit
39+
* 7 mainly in school
40+
- GNU/Linux
41+
* Fedora Linux KDE and Worksation (GNOME)
42+
* Used for about a year of Fedora in Bare Metal
43+
* Ubuntu Desktop and Kubuntu
44+
* a little bit in Live USB (for testing Linux compatibility)
45+
* Mainly in VM
46+
* Linux Mint
47+
* Used for quite a lot on VMs with its Cinnamon Desktop Environnent
48+
* Arch Linux and EndeavourOS
49+
* My main system (EOS) and my current daily driver
50+
* ElementoryOS
51+
* tried a little bit in VM, did not like it, look too old and too laggy.
52+
* Debian
53+
* Like for ubuntu.
54+
* Bazzite / Fedora Silverblue
55+
* did try it, but i did not like the immutable distro and have problem with it
56+
* Others experimentation (so a very short time and knownledge) of OS i did use :
57+
* Haiku
58+
* OpenMandivra Rome (GNU/Linux)
59+
* FreeBSD
60+
- *BSD :
61+
* GhostBSD (on bare metal and VM, I am using it right now)
62+
- Mobile OSes :
63+
* Android
64+
* ChromeOS
65+
* iPadOS
66+
List too big
67+
-->
68+
69+
### Known Programming Languages :
70+
71+
* Desktop/System Programming :
72+
* ![Learning C](https://img.shields.io/badge/Learning-C-blue?style=for-the-badge&labelColor=black&logo=c&logoSize=auto) <!-- C (I am learning it right now with GTK) -->
73+
* ![C++ Beginner](https://img.shields.io/badge/C%2B%2B-Beginner-blue?style=for-the-badge&labelColor=black&logo=cplusplus&logoSize=auto)<!-- C++ (some base , not a lot of experience with the STL or library) -->
74+
* ![Great Experience With C# With WPF and Avalonia](https://img.shields.io/badge/CSharp-Good%20Experience%20With%20WPF%20and%20Avalonia-purple?style=for-the-badge&labelColor=black&logo=dotnet&logoSize=auto)
75+
* ![OOP Principle With Java](https://img.shields.io/badge/Java-OOP%20Principle-yellow?style=for-the-badge&labelColor=black&logo=openjdk&logoSize=auto)
76+
* Web
77+
* ![Front-End Web Development](https://img.shields.io/badge/HTML%2FCSS%2FJS-Front--End%20Web%20developpement-orange?style=for-the-badge&labelColor=black&logo=html5&logoSize=auto)
78+
* ![Back-End Web Development](https://img.shields.io/badge/PHP-Back--end%20Web%20Developpment%20-1d33a5?style=for-the-badge&labelColor=black&logo=php&logoSize=auto)
79+
* ![Markdown](https://img.shields.io/badge/Markdown-Intermediate-2bafa4?style=for-the-badge&labelColor=black&logo=mdbook&logoSize=auto)
80+
* Mobile
81+
* ![Android Mobile Development with Kotlin](https://img.shields.io/badge/Kotlin-Android%20Mobile%20Dev%20with%20Kotlin-green?style=for-the-badge&labelColor=black&logo=kotlin&logoSize=auto)
82+
* Database
83+
* ![Simple Query With SQL](https://img.shields.io/badge/SQL-Simple%20Query-173afd?style=for-the-badge&labelColor=black&logo=sqlite&logoSize=auto)
84+
* Scripts
85+
* ![Bash (Linux Terminal)](https://img.shields.io/badge/Bash-Linux%20Terminal%20Lover-10b046?style=for-the-badge&labelColor=black&logo=gnubash&logoColor=white&logoSize=auto)
86+
* ![Batch/DOS](https://img.shields.io/badge/Batch%2FDOS-Windows%20Commnd%20Prompt-grey?style=for-the-badge&labelColor=black&logo=gnometerminal&logoColor=white&logoSize=auto)
87+
* ![Simple App + Script in Python](https://img.shields.io/badge/Python-Script%20%2B%20Simple%20App-blue?style=for-the-badge&labelColor=black&logo=python&logoColor=white&logoSize=auto)
88+
89+
### Frameworks I know
90+
91+
* Jetpack Compose and Android SDK (Kotlin)
92+
* WPF (Dotnet/C#)
93+
* Avalonia (Dotnet/C#)
94+
* GTK (I am learning it) with Makefile and GCC (C23) and GDB (GNU Debugger)
95+
* WAMP (a little , leaning a school but i no longer daily drive Win$hit,
96+
so it is not something i still practice)
97+
* Basic Winform
98+
99+
### Others
100+
101+
<!--
102+
103+
Result of a quiz:
104+
You are Longhorn, the unreleased new version of Windows. No one knows much about you. You're very mysterious, but will you ever be released?
105+
106+
[os-tan-quiz](https://neuro.nya.pub/fun/ostan)
107+
108+
![os-tan](https://neuro.nya.pub/fun/ostan/longhorn.jpg)
109+
110+
-->
111+
112+
![profile-view](https://komarev.com/ghpvc/?username=xgui4&label=Profile%20views&color=0e75b6&style=flat)
113+
114+
[trophies-source-codes](https://github.com/ryo-ma/github-profile-trophy)
115+
116+
![trophies](https://github-profile-trophy.vercel.app/?username=xgui4&theme=onedark)
117+
118+
<!--
119+
120+
Join the Clippy revolution (Both Videos by Louis Rossman)! :
121+
122+
[![YouTube Video 1](https://img.youtube.com/vi/2_Dtmpe9qaQ/0.jpg)](https://www.youtube.com/watch?v=2_Dtmpe9qaQ)
123+
[![YouTube Video 2](https://img.youtube.com/vi/SkL9vzW7nY0/0.jpg)](https://www.youtube.com/watch?v=SkL9vzW7nY0)]
124+
125+
Here is a video by "I'm Autistic Now What ?" of the situation of Autism in the USA :
126+
[![YouTube Video 3](https://img.youtube.com/vi/sEIb-1IdDZQ/0.jpg)](https://youtu.be/sEIb-1IdDZQ?si=aBGZbT7xE-M9ML7s)
127+
128+
-->
129+
![most used language](https://github-readme-stats.vercel.app/api/top-langs?username=xgui4&show_icons=true&locale=en&layout=compact)
130+
131+
![my stats](https://github-readme-stats.vercel.app/api?username=xgui4&show_icons=true&locale=en)
132+
133+
![summary](https://github-readme-streak-stats.herokuapp.com/?user=xgui4&)
134+
135+
last update : 2025-12-22

0 commit comments

Comments
 (0)