-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ajout des page stylise avec tailwind
- Loading branch information
Showing
3,485 changed files
with
362,501 additions
and
1,439 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
Binary file not shown.
Binary file removed
BIN
-107 Bytes
.vs/Dechiffre/FileContentIndex/2624be20-77fa-4b23-ab09-b88197108877.vsidx
Binary file not shown.
Binary file removed
BIN
-1.18 KB
.vs/Dechiffre/FileContentIndex/66433ea5-d325-490d-8fe3-4fa2cf6bad1d.vsidx
Binary file not shown.
Binary file removed
BIN
-811 Bytes
.vs/Dechiffre/FileContentIndex/761bd6a5-7430-40bc-8d12-1c8c2dbdd8fc.vsidx
Binary file not shown.
Binary file added
BIN
+8.81 KB
.vs/Dechiffre/FileContentIndex/7b396cb5-cfe7-4dfa-bcda-971a6bf3c353.vsidx
Binary file not shown.
Binary file added
BIN
+1.61 MB
.vs/Dechiffre/FileContentIndex/9f80d64e-c75c-4023-af23-11ce232f65df.vsidx
Binary file not shown.
Binary file added
BIN
+209 KB
.vs/Dechiffre/FileContentIndex/d45250cc-0ca9-43b4-9873-c2eef3e6bb67.vsidx
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
@{ | ||
Layout = null; | ||
} <h1 class="text-center text-5xl text-black"> | ||
Bienvenue dans le Jeu Dechiffre | ||
</h1> | ||
<div class="flex w-full justify-center"> | ||
<button class="h-10 w-60 rounded-2xl border border-sky-500 bg-sky-500 text-white"> | ||
Generer le Nombre | ||
</button> | ||
</div> | ||
<div class="mt-5 flex h-10 w-60 items-center justify-center rounded-xl border border-sky-500 text-2xl"> | ||
6256153 | ||
</div> | ||
<div class="grid-cols-7 mt-5 grid gap-4"> | ||
<div class="flex h-10 w-10 items-center justify-center rounded-xl bg-sky-800 text-white">1</div> | ||
<div class="flex h-10 w-10 items-center justify-center rounded-xl bg-sky-800 text-white">1</div> | ||
<div class="flex h-10 w-10 items-center justify-center rounded-xl bg-sky-800 text-white">1</div> | ||
<div class="flex h-10 w-10 items-center justify-center rounded-xl bg-sky-800 text-white">1</div> | ||
<div class="flex h-10 w-10 items-center justify-center rounded-xl bg-sky-800 text-white">1</div> | ||
<div class="flex h-10 w-10 items-center justify-center rounded-xl bg-sky-800 text-white">1</div> | ||
<div class="flex h-10 w-10 items-center justify-center rounded-xl bg-sky-800 text-white">1</div> | ||
</div> | ||
|
||
<!-- chrono --> | ||
<div class="text-4xl font-semibold"> | ||
<p>00:00</p> | ||
</div> | ||
<section class="grid-cols-2 grid gap-8"> | ||
<div class="rounded-2xl bg-sky-800"> | ||
<form class="flex h-80 w-80 flex-col items-center gap-10 rounded-2xl pb-8 pt-8"> | ||
<label class="underline-offset-8 text-xl text-white underline">Reponse Joueur 1</label> | ||
<input class="w-50 border-2 h-10 rounded-xl border-sky-500 text-center placeholder:text-2xl" | ||
type="number" name="" id=""> | ||
<div class="flex w-full justify-center"> | ||
<button class="h-10 w-1/2 rounded-2xl border border-sky-500 bg-sky-500 text-white" type="submit"> | ||
VALIDER | ||
</button> | ||
</div> | ||
</form> | ||
</div> | ||
<div class="rounded-2xl bg-sky-800"> | ||
<form class="flex h-80 w-80 flex-col items-center gap-10 rounded-2xl pb-8 pt-8"> | ||
<label class="underline-offset-8 text-xl text-white underline">Reponse Joueur 1</label> | ||
<input class="w-50 border-2 h-10 rounded-xl border-sky-500 text-center placeholder:text-2xl" | ||
type="number" name="" id=""> | ||
<div class="flex w-full justify-center"> | ||
<button class="h-10 w-1/2 rounded-2xl border border-sky-500 bg-sky-500 text-white" type="submit"> | ||
valider | ||
</button> | ||
</div> | ||
</form> | ||
</div> | ||
</section> | ||
|
||
<!-- verification pour le gagnant --> | ||
<div> | ||
<div class="h-auto w-auto rounded-2xl bg-sky-800"> | ||
<form class="flex h-auto w-auto flex-col items-center gap-7 rounded-2xl pb-8 pt-8"> | ||
<label class="underline-offset-8 text-2xl text-white underline">Verification</label> | ||
|
||
<h3 class="text-xl text-white">Nombre disponible</h3> | ||
<div class="grid-cols-7 grid gap-7 pl-20 pr-20"> | ||
<div class="flex h-10 w-10 items-center justify-center rounded-xl bg-white text-2xl font-bold text-sky-800">1</div> | ||
<div class="flex h-10 w-10 items-center justify-center rounded-xl bg-white text-2xl font-bold text-sky-800">1</div> | ||
<div class="flex h-10 w-10 items-center justify-center rounded-xl bg-white text-2xl font-bold text-sky-800">1</div> | ||
<div class="flex h-10 w-10 items-center justify-center rounded-xl bg-white text-2xl font-bold text-sky-800">1</div> | ||
<div class="flex h-10 w-10 items-center justify-center rounded-xl bg-white text-2xl font-bold text-sky-800">1</div> | ||
<div class="flex h-10 w-10 items-center justify-center rounded-xl bg-white text-2xl font-bold text-sky-800">1</div> | ||
<div class="flex h-10 w-10 items-center justify-center rounded-xl bg-white text-2xl font-bold text-sky-800">1</div> | ||
</div> | ||
<h3 class="text-xl text-white">Operation</h3> | ||
|
||
<div class="grid-cols-4 grid gap-5 p-5"> | ||
<div class="flex h-10 w-10 items-center justify-center rounded-xl bg-white text-2xl font-bold text-sky-800">+</div> | ||
<div class="flex h-10 w-10 items-center justify-center rounded-xl bg-white text-2xl font-bold text-sky-800">-</div> | ||
<div class="flex h-10 w-10 items-center justify-center rounded-xl bg-white text-2xl font-bold text-sky-800">x</div> | ||
<div class="flex h-10 w-10 items-center justify-center rounded-xl bg-white text-2xl font-bold text-sky-800">/</div> | ||
</div> | ||
|
||
<h3 class="text-xl text-white">operation</h3> | ||
<input class="border-2 h-10 w-1/2 rounded-xl border-sky-500 text-center placeholder:text-2xl" | ||
type="number" name="" id=""> | ||
<div class="flex w-full justify-center"> | ||
<button class="h-10 w-1/3 rounded-2xl border border-sky-500 bg-sky-500 text-white" type="submit"> | ||
CONFIRMER | ||
</button> | ||
</div> | ||
</form> | ||
</div> | ||
</div> | ||
<div> | ||
<h1 class="text-3xl font-bold"> | ||
FELICITATION AU JOUEUR 1 | ||
</h1> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1 @@ | ||
@{ | ||
ViewData["Title"] = "Home Page"; | ||
} | ||
|
||
<div class="text-center"> | ||
<h1 class="display-4">Welcome</h1> | ||
<p>Learn about <a href="https://learn.microsoft.com/aspnet/core">building Web apps with ASP.NET Core</a>.</p> | ||
</div> | ||
<div class="flex w-full flex-col items-center gap-5" ng-view></div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
@{ | ||
ViewData["Title"] = "Privacy Policy"; | ||
Layout = null; | ||
} | ||
<h1>@ViewData["Title"]</h1> | ||
|
||
<p>Use this page to detail your site's privacy policy.</p> | ||
<div ng-controller="PrivacyController"> | ||
<h2>Privacy</h2> | ||
<p>{{message}}</p> | ||
</div> | ||
<div class="h-80 w-80 bg-red-800"> | ||
icicici | ||
</div> |
Oops, something went wrong.