Skip to content

Commit a784a34

Browse files
committed
pleins d'ajouts
1 parent d60abc3 commit a784a34

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

about.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@
88
<link href="css/style.css" rel="stylesheet">
99
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
1010
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
11+
<script type="module" src="https://md-block.verou.me/md-block.js"></script>
1112
<link rel="icon" href="images/icon.png">
1213
<title>About</title>
1314
</head>
1415
<body class="container">
1516
<div id="header"></div>
1617
<noscript class="error"> You don't have JavaScript enabled. this site cannot work proprely.</noscript>
1718
<main>
18-
To be re-written
19+
<md-block src="https://raw.githubusercontent.com/xgui4/xgui4/refs/heads/main/README.md"></md-block>
1920
</main>
2021
<div id="footer"></div>
2122
</body>

html/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
99
<div class="navbar-nav">
1010
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
11-
<a class="nav-link" href="app.html">Projet</a>
12-
<a class="nav-link" href="project.html">Other projects</a>
11+
<a class="nav-link" href="link-tree.html">Link Tree</a>
12+
<a class="nav-link" href="project.html">Projects</a>
1313
<a class="nav-link" href="about.html">À propos</a>
1414
<a class="nav-link disabled" aria-disabled="true">Blog/News</a>
1515
</div>

app.html renamed to link-tree.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
<div id="header"></div>
1616
<noscript class="error"> You don't have JavaScript enabled. this site cannot work proprely . </noscript>
1717
<main>
18-
<h1> À venir </h1>
18+
<h1> Youtube Channel : <a href="https://www.youtube.com/@xgui4-studio">https://www.youtube.com/@xgui4-studio</a></h1>
19+
<h1> Second Youtube Channel : <a href="https://www.youtube.com/@xgui4">https://www.youtube.com/@xgui4/</a></h1>
20+
<h1> Spotify : <a href="https://open.spotify.com/user/xgui4?si=1d704c21655a4cb1">https://open.spotify.com/user/xgui4?si=1d704c21655a4cb1</a></h1>
1921
</main>
2022
<div id="footer"></div>
2123
</body>

project.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
1010
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
1111
<link rel="icon" href="images/icon.png">
12-
<title>Projects</title>
12+
<title>Other Projects</title>
1313
</head>
1414
<body class="container">
1515
<div id="header"></div>

0 commit comments

Comments
 (0)