Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaynight-dev authored Nov 14, 2023
1 parent 2d65591 commit f194f8c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions recrutement-form/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,25 +71,25 @@
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h8m-8 6h16" /></svg>
</label>
<ul tabindex="0" class="menu menu-sm dropdown-content mt-3 z-[1] p-2 shadow bg-base-100 rounded-box w-52">
<li><a href="">Accueil</a></li>
<li><a href="https://jobs.hubgames.studio">Accueil</a></li>
<li>
<a href="#game">Jeux</a>
<a href="https://jobs.hubgames.studio/#jobs">Jeux</a>
<!-- <ul class="p-2">
<li><a>Submenu 1</a></li>
<li><a>Submenu 2</a></li>
</ul> -->
</li>
<li><a href="About">À Propos</a></li>
<li><a href="https://hubgames.studio/About">À Propos</a></li>
</ul>
</div>
<a class="btn btn-ghost normal-case text-xl">
<a class="btn btn-ghost normal-case text-xl" href="https://hubgames.studio">
<img src="../image/icon.png" class="w-10 rounded">
HubGames Jobs
HubGames
</a>
</div>
<div class="navbar-center hidden lg:flex">
<ul class="menu menu-horizontal px-1">
<li><a href="https://hubgames.studio/">Accueil</a></li>
<li><a href="https://jobs.hubgames.studio/">Accueil</a></li>
<!-- <li tabindex="0">
<details>
<summary>Parent</summary>
Expand All @@ -99,7 +99,7 @@
</ul>
</details>
</li> -->
<li><a href="https://jobs.hubgames.studio/">Jobs</a></li>
<li><a href="https://jobs.hubgames.studio#jobs">Jobs</a></li>
<li><a href="https://hubgames.studio/About">À Propos</a></li>
</ul>
</div>
Expand Down Expand Up @@ -129,7 +129,7 @@
});
</script>

<div class="block max-w-md mx-auto p-8 mt-10 mb-10 rounded-md">
<div class="bg-primary max-w-md mx-auto p-8 mt-10 mb-10 rounded-md">

<h1 class="text-2xl font-bold mb-4">Formulaire de Recrutement</h1>

Expand Down

0 comments on commit f194f8c

Please sign in to comment.