Skip to content

Commit e2a97f7

Browse files
authored
Merge pull request #1 from xgui4/to-be-updated
mise a jour
2 parents 3c03566 + ed423d5 commit e2a97f7

4 files changed

Lines changed: 33 additions & 25 deletions

File tree

html/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<a class="nav-link" href="link-tree.html">Link Tree</a>
1212
<a class="nav-link" href="project.html">Projects</a>
1313
<a class="nav-link" href="about.html">À propos</a>
14-
<a class="nav-link disabled" aria-disabled="true">Blog/News</a>
14+
<a class="nav-link" href="static-blog.html">Blog/News</a>
1515
</div>
1616
</div>
1717
</div>

images/april-2025.png

114 KB
Loading

index.html

Lines changed: 3 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
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>
1211
<link rel="icon" href="images/icon.png">
1312
<title>Home</title>
1413
</head>
@@ -18,29 +17,9 @@
1817
<div>
1918
<noscript class="error"> You don't have JavaScript enabled. this site cannot work proprely . </noscript>
2019
</div>
21-
<md-block>
22-
# Bienvenue sur ma page GitHub
23-
24-
Ce dépôt est dédié à héberger ma page GitHub personnelle. Ici, vous trouverez tous les fichiers nécessaires pour construire et maintenir mon site web personnel, qui me sert de portfolio en ligne et de blog où je partage mes projets, mes réflexions et mes découvertes.
25-
26-
## Comment ça marche?
27-
28-
Le site est construit avec du html/css/js. L'utilité de ce site va varier, mais je pense l'utiliser comme home page pour mon github profile et comme porfolio professionnelle.
29-
30-
## Structure du dépôt
31-
32-
/* a venir */
33-
34-
## Comment contribuer?
35-
36-
Si vous avez des suggestions ou des corrections à apporter, n'hésitez pas à créer une issue ou un pull request. Votre aide est toujours la bienvenue!
37-
38-
## Licence
39-
40-
Sauf indication contraire, le contenu de ce dépôt est sous licence MIT, ce qui signifie que vous êtes libre de l'utiliser, de le modifier et de le distribuer, tant que vous incluez l'attribution originale.
41-
42-
Merci de visiter mon dépôt, et j'espère que vous trouverez quelque chose d'intéressant à explorer!
43-
</md-block>
20+
<h1>Welcome to my site !</h1>
21+
<h2>This is the home page, it will be updated soon</h2>
22+
<img src="images/logo-xgui4-small-2-avril.png">
4423
</main>
4524
<div id="footer"></div>
4625
</body>

static-blog.html

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!DOCTYPE html>
2+
<html lang="en" data-bs-theme="dark">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
7+
<script src="js/JQuery.js"></script>
8+
<link href="css/style.css" rel="stylesheet">
9+
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
10+
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
11+
<link rel="icon" href="images/icon.png">
12+
<title>Static Blog</title>
13+
</head>
14+
<body class="container">
15+
<div id="header"></div>
16+
<main>
17+
<div>
18+
<noscript class="error"> You don't have JavaScript enabled. this site cannot work proprely . </noscript>
19+
</div>
20+
<h1>Blog</h1>
21+
<ul>
22+
<li>April 2025 : Autism Acceptance Month</li>
23+
<img src="images/april-2025.png"/>
24+
<p>April is the month to spread the message of the acceptance of the autism spectrum.</p>
25+
</ul>
26+
</main>
27+
<div id="footer"></div>
28+
</body>
29+
</html>

0 commit comments

Comments
 (0)