diff --git a/docs/index.html b/docs/index.html index 709282345..6f9381d19 100644 --- a/docs/index.html +++ b/docs/index.html @@ -10,6 +10,19 @@

Paris 2024 Summer Olympic Games calendars

+ +
+

How to add a calendar to your Google calendar

+
    +
  1. Right click on a calendar and select "Copy link address"
  2. +
  3. Open your Google calendar
  4. +
  5. Click the plus sign next to “Other Calendars” on the left menu
  6. +
  7. Click "From URL"
  8. +
  9. Paste your calendar URL
  10. +
  11. Click "Add calendar"
  12. +
+
+
diff --git a/docs/style.css b/docs/style.css index 803f81a98..524e42814 100644 --- a/docs/style.css +++ b/docs/style.css @@ -504,6 +504,9 @@ video { .mb-2 { margin-bottom: 0.5rem; } +.ml-10 { + margin-left: 2.5rem; +} .ml-4 { margin-left: 1rem; } @@ -513,6 +516,9 @@ video { .flex { display: flex; } +.list-decimal { + list-style-type: decimal; +} .items-center { align-items: center; } diff --git a/template.html b/template.html index b0abe68a6..39052d986 100644 --- a/template.html +++ b/template.html @@ -10,6 +10,19 @@

Paris 2024 Summer Olympic Games calendars

+ +
+

How to add a calendar to your Google calendar

+
    +
  1. Right click on a calendar and select "Copy link address"
  2. +
  3. Open your Google calendar
  4. +
  5. Click the plus sign next to “Other Calendars” on the left menu
  6. +
  7. Click "From URL"
  8. +
  9. Paste your calendar URL
  10. +
  11. Click "Add calendar"
  12. +
+
+
{{calendars}}