diff --git a/src/about/covid.html b/src/about/covid.html index 0093c226..05ddeef1 100644 --- a/src/about/covid.html +++ b/src/about/covid.html @@ -39,7 +39,7 @@

Check-in Procedure

another test. Here is an example of a negative test with the date:

-
+
A negative COVID-19 test with a phone showing the current date.C {% comment %} TODO: Use Image component {% endcomment %} - DjangoCon US attendees smiling for a picture. + + DjangoCon US attendees smiling for a picture. +
diff --git a/src/assets/css/main.css b/src/assets/css/main.css index 51a2eaf9..9c02a10c 100644 --- a/src/assets/css/main.css +++ b/src/assets/css/main.css @@ -75,6 +75,19 @@ .lead { @apply text-lg lg:text-xl; } + + .photo-effect { + @apply relative; + } + + .photo-effect::before { + @apply absolute z-10; + @apply block w-full h-full; + content: ''; + + opacity: 0.4; + background: linear-gradient(126deg, theme('colors.mosaic-blue') 11.2%, theme('colors.lucky-orange') 69.95%, theme('colors.brick-red') 90.34%); + } } @layer components { diff --git a/src/assets/img/squiggle.svg b/src/assets/img/squiggle.svg new file mode 100644 index 00000000..014a8017 --- /dev/null +++ b/src/assets/img/squiggle.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/src/index.html b/src/index.html index bd5493f9..fad811c2 100644 --- a/src/index.html +++ b/src/index.html @@ -118,11 +118,12 @@

Accessiblity

{% comment %} TODO: Use Image component {% endcomment %} - DjangoCon US attendees smiling for a picture. + + DjangoCon US attendees smiling for a picture. +

Latest News