Skip to content

Commit

Permalink
upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Eaielectronic committed Dec 16, 2024
1 parent 36f3397 commit a8171be
Show file tree
Hide file tree
Showing 7 changed files with 516 additions and 62 deletions.
4 changes: 2 additions & 2 deletions Cours/JSON/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="fr">
<head>

<title>JSON</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-V1RDHTJSDW"></script>
<script>
Expand Down Expand Up @@ -179,7 +179,7 @@ <h1>Introduction à JSON (JavaScript Object Notation)</h1>
</header>

<div class="container">
<a class="links1" href="../">🔙</a>
<a class="links1" href="../index.html">🔙</a>
<section id="objectifs">
<h2>Objectifs du cours</h2>
<ul>
Expand Down
5 changes: 2 additions & 3 deletions Cours/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,9 @@
<div class="navbar" id="navbar">
<a href="../../index.html"><img src="../Titre.png" alt="Logo"></a>
<ul><li><a href="./../index.html">Menu</a></li>
<li><a href="">Article et Cours</a></li>
<li><a href="../Galery/Appel-The-Adventure/index.html">Play</a></li>
<li><a href="../index.html#about">About</a></li>
<li><a href="../../index.html#links">Membre</a></li>
<li><a href="../../Galery/index.html">Play</a></li>


</ul>
</div>
Expand Down
3 changes: 2 additions & 1 deletion Cours/websockets/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<title>WebSockets</title>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-V1RDHTJSDW"></script>
Expand Down Expand Up @@ -225,7 +226,7 @@ <h2><br>Plan du cours</h2>

<!-- Contenu principal -->
<div class="container content" style="align-items: center;">
<a class="links1" href="../">🔙</a>
<a class="links1" href="../index.html">🔙</a>
<section id="historique">
<h2>Historique des WebSockets</h2>
<p>
Expand Down
52 changes: 5 additions & 47 deletions Galery/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="Stand.png" type="image/x-icon">
<link rel="stylesheet" href="../styles.css">
<title>Jeux Vidéo Collection</title>

<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2631008307109231" crossorigin="anonymous"></script>
Expand All @@ -37,51 +38,8 @@
}

/* Navbar */
.navbar {
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: #333;
color: white;
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 20px;
z-index: 1000;
transition: top 0.3s ease; /* Transition fluide pour l'apparition/disparition */
}

.navbar img {
width: 180px;
height: auto;
transition: transform 0.3s ease;
}

.navbar img:hover {
transform: scale(1.2);
}

.navbar ul {
list-style-type: none;
display: flex;
gap: 15px;
flex: 1;
justify-content: space-evenly;
}

.navbar a {
color: rgb(14, 174, 36);
text-decoration: none;
font-weight: bold;
font-size: 20px;
transition: transform 0.3s ease;
}

.navbar a:hover {
color: rgb(98, 255, 0);
transform: scale(1.2);
}


/* Container principal */
.container {
Expand Down Expand Up @@ -184,9 +142,9 @@
<div class="navbar" id="navbar">
<a href="../index.html"><img src="../Titre.png" alt="Logo"></a>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#links">Membre</a></li>
<li><a href="Galery/index.html">Play</a></li>
<li><a href="../index.html#about">About</a></li>
<li><a href="../Cours/index.html">Article et Cours</a></li>
<li><a href="Appel-The-Adventure/index.html">Play</a></li>
<li><a href="">Test</a></li>
</ul>
</div>
Expand Down
Loading

0 comments on commit a8171be

Please sign in to comment.