From 52054fe0c8384e656b3ae0fc89b3319e29e67bf9 Mon Sep 17 00:00:00 2001 From: "John R. D'Orazio" Date: Sun, 5 Jan 2025 02:37:36 +0100 Subject: [PATCH] add bootstrap styling, add recommended extension --- .vscode/extensions.json | 5 +++ fullcalendar/examples/messages.html | 46 ++++++++++++------------ fullcalendar/examples/month-view.html | 52 +++++++++++++-------------- fullcalendar/index.php | 18 ---------- javascript/index.html | 34 +++++++----------- javascript/main.js | 10 ++++++ php/index.php | 2 +- 7 files changed, 79 insertions(+), 88 deletions(-) create mode 100644 .vscode/extensions.json delete mode 100644 fullcalendar/index.php diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..fab5260 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,5 @@ +{ + "recommendations": [ + "ms-vscode.live-server" + ] +} diff --git a/fullcalendar/examples/messages.html b/fullcalendar/examples/messages.html index 6d8e354..f8b5a13 100644 --- a/fullcalendar/examples/messages.html +++ b/fullcalendar/examples/messages.html @@ -1,3 +1,11 @@ + @@ -5,22 +13,14 @@ {TITLE PLACEHOLDER} - - - - - - - - - - + - +
@@ -46,21 +46,23 @@
- + diff --git a/fullcalendar/examples/month-view.html b/fullcalendar/examples/month-view.html index db48542..feea567 100644 --- a/fullcalendar/examples/month-view.html +++ b/fullcalendar/examples/month-view.html @@ -1,3 +1,11 @@ + @@ -5,22 +13,14 @@ {TITLE PLACEHOLDER} - - - - - - - - - - + - +
@@ -33,36 +33,36 @@
+
-
+
-
-
- - + diff --git a/fullcalendar/index.php b/fullcalendar/index.php deleted file mode 100644 index 8feedde..0000000 --- a/fullcalendar/index.php +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - diff --git a/javascript/index.html b/javascript/index.html index 246b9a1..2f19636 100644 --- a/javascript/index.html +++ b/javascript/index.html @@ -1,5 +1,5 @@