Skip to content

Commit

Permalink
Added private company race calendars
Browse files Browse the repository at this point in the history
Changed the colourization of calendars for better contrast.
  • Loading branch information
Sp3EdeR committed Jul 8, 2024
1 parent 0960fae commit a6c28fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions celicaclub/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,17 @@ <h3 class="masthead-brand">Celica Club Eseménynaptár</h3>
<script>
calendars.init({
'Celica Club Események': {
'url': '&src=lgjsqr60r3fnsjuc6mv4ogd2hs@group.calendar.google.com&color=%23D50000',
'clr': '#711616'
'url': '&src=lgjsqr60r3fnsjuc6mv4ogd2hs@group.calendar.google.com&color=%234285F4',
'clr': '#2952A3'
},
'Általános Események': {
'url': '&src=6ed4253a01425b241902ebb68e9fdada28e89336654eed1bd54ccd8139ce1276%40group.calendar.google.com&color=%23616161',
'clr': '#616161',
'on': false
},
'Versenynaptárak': {
'url': '&src=e2c1f0f733fdf9809b81894ca9bda56e09fea2fee9385d715b7fdeb60fc029ae@group.calendar.google.com&src=29b1b2c34ddb5b701b336076af1feed962c8fd42c21cc6403e347d40829bfb0b@group.calendar.google.com&color=%23B39DDB&color=%237986CB',
'clr': '#5229A3',
'url': '&src=e2c1f0f733fdf9809b81894ca9bda56e09fea2fee9385d715b7fdeb60fc029ae@group.calendar.google.com&src=29b1b2c34ddb5b701b336076af1feed962c8fd42c21cc6403e347d40829bfb0b@group.calendar.google.com&src=2f729c40d69ed7770998b85d7a4551f9693f4020c5ae82a46683e5f577f72521@group.calendar.google.com&color=%23AD1457&color=%23D81B60&color=%23D50000',
'clr': '#B1365F',
'on': false
}
});
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ <h3 class="masthead-brand">Autós Események Naptára</h3>
'clr': '#616161'
},
'Versenynaptárak': {
'url': '&src=e2c1f0f733fdf9809b81894ca9bda56e09fea2fee9385d715b7fdeb60fc029ae@group.calendar.google.com&src=29b1b2c34ddb5b701b336076af1feed962c8fd42c21cc6403e347d40829bfb0b@group.calendar.google.com&color=%23B39DDB&color=%237986CB',
'clr': '#5229A3'
'url': '&src=e2c1f0f733fdf9809b81894ca9bda56e09fea2fee9385d715b7fdeb60fc029ae@group.calendar.google.com&src=29b1b2c34ddb5b701b336076af1feed962c8fd42c21cc6403e347d40829bfb0b@group.calendar.google.com&src=2f729c40d69ed7770998b85d7a4551f9693f4020c5ae82a46683e5f577f72521@group.calendar.google.com&color=%23AD1457&color=%23D81B60&color=%23D50000',
'clr': '#B1365F'
}
});
</script>
Expand Down

0 comments on commit a6c28fa

Please sign in to comment.