From 3e335f0affb2793862bacfcbe7ccedc78c3e1ec7 Mon Sep 17 00:00:00 2001 From: Nezumi <123229563+Nez27@users.noreply.github.com> Date: Fri, 16 Jun 2023 16:13:42 +0700 Subject: [PATCH 1/3] Init chapter 4 sample code --- Sample/about.html | 12 ++++++++ Sample/index.html | 73 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 85 insertions(+) create mode 100644 Sample/about.html create mode 100644 Sample/index.html diff --git a/Sample/about.html b/Sample/about.html new file mode 100644 index 0000000..0f61f50 --- /dev/null +++ b/Sample/about.html @@ -0,0 +1,12 @@ + + + + + + About + + + +

About page

+ + \ No newline at end of file diff --git a/Sample/index.html b/Sample/index.html new file mode 100644 index 0000000..b2ddb72 --- /dev/null +++ b/Sample/index.html @@ -0,0 +1,73 @@ + + + + Links + + + +

Film Folk

+

Festival Diary

+

Here are some of the film festivals we + will be attending this year.
Please + + contact us if you would like more + information. +

+

Here are some of the film festivals we + will be attending this year.
Please + + contact us if you would like more + information. +

+

Here are some of the film festivals we + will be attending this year.
Please + + contact us if you would like more + information. +

+

Here are some of the film festivals we + will be attending this year.
Please + + contact us if you would like more + information. +

+

Here are some of the film festivals we + will be attending this year.
Please + + contact us if you would like more + information. +

+

Here are some of the film festivals we + will be attending this year.
Please + + contact us if you would like more + information. +

+

Here are some of the film festivals we + will be attending this year.
Please + + contact us if you would like more + information. +

+

Here are some of the film festivals we + will be attending this year.
Please + + contact us if you would like more + information. +

+

January

+

+ Sundance Film Festival
+ Park City, Utah, USA
+ 20 - 30 January 2011

+

February

+

+ Tropfest
+ Sydney, Australia
+ 20 February 2011

+ +

About Film Folk

+

Top of page

+ + + \ No newline at end of file From 99fbb09b5906f7364cc00af1bdce3ba5ded0e675 Mon Sep 17 00:00:00 2001 From: Nezumi Date: Mon, 19 Jun 2023 09:30:46 +0700 Subject: [PATCH 2/3] Change folder name --- {Sample => training-4-sample}/about.html | 0 {Sample => training-4-sample}/index.html | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {Sample => training-4-sample}/about.html (100%) rename {Sample => training-4-sample}/index.html (100%) diff --git a/Sample/about.html b/training-4-sample/about.html similarity index 100% rename from Sample/about.html rename to training-4-sample/about.html diff --git a/Sample/index.html b/training-4-sample/index.html similarity index 100% rename from Sample/index.html rename to training-4-sample/index.html From 5ff4b02cd64db8791014ff9ef4d55b1110052d21 Mon Sep 17 00:00:00 2001 From: Nezumi Date: Mon, 19 Jun 2023 09:34:16 +0700 Subject: [PATCH 3/3] Change directory file --- {training-4-sample => Sample/chapter-4}/about.html | 0 {training-4-sample => Sample/chapter-4}/index.html | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {training-4-sample => Sample/chapter-4}/about.html (100%) rename {training-4-sample => Sample/chapter-4}/index.html (100%) diff --git a/training-4-sample/about.html b/Sample/chapter-4/about.html similarity index 100% rename from training-4-sample/about.html rename to Sample/chapter-4/about.html diff --git a/training-4-sample/index.html b/Sample/chapter-4/index.html similarity index 100% rename from training-4-sample/index.html rename to Sample/chapter-4/index.html