diff --git a/src/_includes/nav.html b/src/_includes/nav.html index 5e9b6f8d..97890f4b 100644 --- a/src/_includes/nav.html +++ b/src/_includes/nav.html @@ -38,5 +38,5 @@
  • News
  • -
  • Buy Tickets
  • +
  • Buy Tickets
  • diff --git a/src/assets/css/main.css b/src/assets/css/main.css index 6d539e4a..0c3769bf 100644 --- a/src/assets/css/main.css +++ b/src/assets/css/main.css @@ -82,12 +82,16 @@ .photo-effect::before { @apply absolute z-10; - @apply block w-full h-full; + @apply block w-full h-full rounded; 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%); } + + .photo-effect img { + @apply rounded; + } } @layer components { diff --git a/src/assets/img/noah.jpg b/src/assets/img/noah.jpg new file mode 100644 index 00000000..1b68b9c2 Binary files /dev/null and b/src/assets/img/noah.jpg differ diff --git a/src/index.html b/src/index.html index 496a820b..ed0faadd 100644 --- a/src/index.html +++ b/src/index.html @@ -24,9 +24,9 @@

    - Buy Tickets + Buy Tickets Book a Room @@ -48,14 +48,15 @@

    -
    +
    -
    -

    For Django fans
    of all levels

    -

    +

    +

    For Django fans
    of all levels

    +

    DjangoCon US has something for everyone, from the person who develops Django applications for a living to the person who just tinkers in their spare time.

    + About DjangoCon US
      @@ -94,19 +95,19 @@

      For Django fans
      A friendly conference for a friendly community

      -
      +
      Two people. One person is standing slightly in front of the other.

      Code of Conduct

      Participants are expected to be respectful to each other. For details on our expectations, and who to contact if you need assistance, see our Code of Conduct.

      -
      +
      An official document with words written on it.

      COVID-19

      Read our COVID-19 Policy, including mask and testing requirements.

      -
      +
      A heart.

      Accessiblity

      We offer a range of accommodations, including live captioning, thoughtful lunch options, and a dedicated accessibility team to ensure everyone can fully participate.

      @@ -124,9 +125,9 @@

      Accessiblity

      {% endcomment %} DjangoCon US attendees smiling for a picture. + alt="Noah Alorwu smiling for a picture.">
      diff --git a/tailwind.config.js b/tailwind.config.js index 647075a4..639bbece 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -21,6 +21,9 @@ module.exports = { 'social-github': '#7041c0', 'social-mastodon': '#6364FF', }, + fontSize: { + '5xl': ['3rem', 1.1] + }, }, }, plugins: [