From e3e5d1320ffa3979194754e06f365002126bd6f7 Mon Sep 17 00:00:00 2001 From: Raphael LACOTE Date: Mon, 13 Mar 2023 11:03:36 +0100 Subject: [PATCH 1/4] =?UTF-8?q?Cr=C3=A9ation=20de=20la=20vue=20tutorial?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- views/tutorial.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 views/tutorial.html diff --git a/views/tutorial.html b/views/tutorial.html new file mode 100644 index 0000000..377956f --- /dev/null +++ b/views/tutorial.html @@ -0,0 +1,24 @@ + + + + + + + Game + + + + + + +
+ +
+ + \ No newline at end of file From 73497d3c5e6c3ff671d62b87472dfc499f2f72bb Mon Sep 17 00:00:00 2001 From: Raphael LACOTE Date: Mon, 13 Mar 2023 16:33:26 +0100 Subject: [PATCH 2/4] Page tutorial avec image --- index.html | 9 ++++++--- resources/logo.png | Bin 0 -> 16928 bytes styles/index.css | 26 +++++++++++++++++++++++++- views/navBar.html | 20 ++++++++++++++++++++ views/tutorial.html | 42 +++++++++++++++++++++++++++++++++--------- 5 files changed, 84 insertions(+), 13 deletions(-) create mode 100644 resources/logo.png create mode 100644 views/navBar.html diff --git a/index.html b/index.html index 04d117e..a5a5084 100755 --- a/index.html +++ b/index.html @@ -10,6 +10,9 @@ + + +