backgrounds

SVG backgrounds used in some mathconf.org sites. To generate them I use svgpattern.

primer.svg

> svgpattern 'primer' > primer.svg

primer.svg

div.header {
    background-color:#366b9c;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/primer.svg);
}

acqua2021.svg

> svgpattern 'acqua2021' > acqua2021.svg

acqua2021.svg

div.header {
    background-color:#336740;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/acqua2021.svg);
}
div.header:after {
  display:none;
}

jlpp2020.svg

> svgpattern 'jlpp2020' > jlpp2020.svg

jlpp2020.svg

div.header {
    background-color:#7c3f51;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/jlpp2020.svg);
}
div.header:after {
  display:none;
}

sgd2021.svg

> svgpattern 'sgd2021' > sgd2021.svg

sgd2021.svg

div.header {
    background-color:#333f7a;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/sgd2021.svg);
}
div.header:after {
  display:none;
}

caic2022.svg

> svgpattern 'caic2022' > caic2022.svg

caic2022.svg

div.header {
    background-color:#31516c;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/caic2022.svg);
}
div.header:after {
  display:none;
}

polyar2022.svg

> svgpattern 'polyar2022' > polyar2022.svg

polyar2022.svg

div.header {
    background-color:#663d8e;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/polyar2022.svg);
}
div.header:after {
  display:none;
}

falille2022.svg

> svgpattern 'falille2022' > falille2022.svg

falille2022.svg

div.header {
    background-color:#5c6a33;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/falille2022.svg);
}
div.header:after {
  display:none;
}

ciae-marseille2021.svg

> svgpattern 'ciae-marseille2021' > ciae-marseille2021.svg

ciae-marseille2021.svg

div.header {
    background-color:#326e44;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/ciae-marseille2021.svg);
}
div.header:after {
  display:none;
}

jcn2022.svg

> svgpattern 'jcn2022' > jcn2022.svg

jcn2022.svg

div.header {
    background-color:#4e3170;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/jcn2022.svg);
}
div.header:after {
  display:none;
}

gdrafhp-calais2022.svg

> svgpattern 'gdrafhp-calais2022' > gdrafhp-calais2022.svg

gdrafhp-calais2022.svg

div.header {
    background-color:#496935;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/gdrafhp-calais2022.svg);
}
div.header:after {
  display:none;
}

qtg2022.svg

> svgpattern 'qtg2022' > qtg2022.svg

qtg2022.svg

div.header {
    background-color:#3f8b54;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/qtg2022.svg);
}
div.header:after {
  display:none;
}

app-gvl-spring2022.svg

> svgpattern 'app-gvl-spring2022' > app-gvl-spring2022.svg

app-gvl-spring2022.svg

div.header {
    background-color:#3a7572;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/app-gvl-spring2022.svg);
}
div.header:after {
  display:none;
}

jlpp2022.svg

> svgpattern 'jlpp2022' > jlpp2022.svg

jlpp2022.svg

div.header {
    background-color:#727a39;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/jlpp2022.svg);
}
div.header:after {
  display:none;
}

mdde2023.svg

> svgpattern 'mdde2023' > mdde2023.svg

mdde2023.svg

div.header {
    background-color:#37663f;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/mdde2023.svg);
}
div.header:after {
  display:none;
}

ssgd2023.svg

> svgpattern 'ssgd2023' > ssgd2023.svg

ssgd2023.svg

div.header {
    background-color:#718040;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/ssgd2023.svg);
}
div.header:after {
  display:none;
}

hsrpp2023.svg

> svgpattern 'hsrpp2023' > hsrpp2023.svg

hsrpp2023.svg

div.header {
    background-color:#834145;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/hsrpp2023.svg);
}
div.header:after {
  display:none;
}

seme2023.svg

> svgpattern 'seme2023' > seme2023.svg

seme2023.svg

div.header {
    background-color:#606f36;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/seme2023.svg);
}
div.header:after {
  display:none;
}

app-gvl-spring2023.svg

> svgpattern 'app-gvl-spring2023' > app-gvl-spring2023.svg

app-gvl-spring2023.svg

div.header {
    background-color:#7c3b72;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/app-gvl-spring2023.svg);
}
div.header:after {
  display:none;
}

mbekhta2023.svg

> svgpattern 'mbekhta2023' > mbekhta2023.svg

mbekhta2023.svg

div.header {
    background-color:#816d3d;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/mbekhta2023.svg);
}
div.header:after {
  display:none;
}

app-gvl-summer2023.svg

> svgpattern 'app-gvl-summer2023' > app-gvl-summer2023.svg

app-gvl-summer2023.svg

div.header {
    background-color:#804838;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/app-gvl-summer2023.svg);
}
div.header:after {
  display:none;
}

otlille2023.svg

> svgpattern 'otlille2023' > otlille2023.svg

otlille2023.svg

div.header {
    background-color:#363f74;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/otlille2023.svg);
}
div.header:after {
  display:none;
}

hist-lille2023.svg

> svgpattern 'hist-lille2023' > hist-lille2023.svg

hist-lille2023.svg

div.header {
    background-color:#6d3462;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/hist-lille2023.svg);
}
div.header:after {
  display:none;
}

mtvfa2024.svg

> svgpattern 'mtvfa2024' > mtvfa2024.svg

mtvfa2024.svg

div.header {
    background-color:#573780;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/mtvfa2024.svg);
}
div.header:after {
  display:none;
}

app-gvl-winter2024.svg

> svgpattern 'app-gvl-winter2024' > app-gvl-winter2024.svg

app-gvl-winter2024.svg

div.header {
    background-color:#387b4b;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/app-gvl-winter2024.svg);
}
div.header:after {
  display:none;
}

agqt2024.svg

> svgpattern 'agqt2024' > agqt2024.svg

agqt2024.svg

div.header {
    background-color:#537433;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/agqt2024.svg);
}
div.header:after {
  display:none;
}

jlpp2024.svg

> svgpattern 'jlpp2024' > jlpp2024.svg

jlpp2024.svg

div.header {
    background-color:#763a56;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/jlpp2024.svg);
}
div.header:after {
  display:none;
}

app-gvl-autumn2024.svg

> svgpattern 'app-gvl-autumn2024' > app-gvl-autumn2024.svg

app-gvl-autumn2024.svg

div.header {
    background-color:#463c7c;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/app-gvl-autumn2024.svg);
}
div.header:after {
  display:none;
}

jcn2024.svg

> svgpattern 'jcn2024' > jcn2024.svg

jcn2024.svg

div.header {
    background-color:#774060;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/jcn2024.svg);
}
div.header:after {
  display:none;
}

hsngqa2024.svg

> svgpattern 'hsngqa2024' > hsngqa2024.svg

hsngqa2024.svg

div.header {
    background-color:#417b6c;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/hsngqa2024.svg);
}
div.header:after {
  display:none;
}

mathsecu2024.svg

> svgpattern 'mathsecu2024' > mathsecu2024.svg

mathsecu2024.svg

div.header {
    background-color:#84563c;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/mathsecu2024.svg);
}
div.header:after {
  display:none;
}

app-gvl-summer2024.svg

> svgpattern 'app-gvl-summer2024' > app-gvl-summer2024.svg

app-gvl-summer2024.svg

div.header {
    background-color:#703c6e;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/app-gvl-summer2024.svg);
}
div.header:after {
  display:none;
}

lfunc2024.svg

> svgpattern 'lfunc2024' > lfunc2024.svg

lfunc2024.svg

div.header {
    background-color:#696835;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/lfunc2024.svg);
}
div.header:after {
  display:none;
}

alfiitr2024.svg

> svgpattern 'alfiitr2024' > alfiitr2024.svg

alfiitr2024.svg

div.header {
    background-color:#343667;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/alfiitr2024.svg);
}
div.header:after {
  display:none;
}

cdcg2024.svg

> svgpattern 'cdcg2024' > cdcg2024.svg

cdcg2024.svg

div.header {
    background-color:#397649;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/cdcg2024.svg);
}
div.header:after {
  display:none;
}

cgdp2024.svg

> svgpattern 'cgdp2024' > cgdp2024.svg

cgdp2024.svg

div.header {
    background-color:#626f38;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/cgdp2024.svg);
}
div.header:after {
  display:none;
}

mhs2025.svg

> svgpattern 'mhs2025' > mhs2025.svg

mhs2025.svg

div.header {
    background-color:#844374;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/mhs2025.svg);
}
div.header:after {
  display:none;
}

app-gvl-winter2024b.svg

> svgpattern 'app-gvl-winter2024b' > app-gvl-winter2024b.svg

app-gvl-winter2024b.svg

div.header {
    background-color:#418481;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/app-gvl-winter2024b.svg);
}
div.header:after {
  display:none;
}

itrpg2025.svg

> svgpattern 'itrpg2025' > itrpg2025.svg

itrpg2025.svg

div.header {
    background-color:#6f6738;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/itrpg2025.svg);
}
div.header:after {
  display:none;
}

antaf2025.svg

> svgpattern 'antaf2025' > antaf2025.svg

antaf2025.svg

div.header {
    background-color:#68385b;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/antaf2025.svg);
}
div.header:after {
  display:none;
}

gsald2025.svg

> svgpattern 'gsald2025' > gsald2025.svg

gsald2025.svg

div.header {
    background-color:#3e7582;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/gsald2025.svg);
}
div.header:after {
  display:none;
}

gass2025.svg

> svgpattern 'gass2025' > gass2025.svg

gass2025.svg

div.header {
    background-color:#376935;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/gass2025.svg);
}
div.header:after {
  display:none;
}

ddeaaga2025.svg

> svgpattern 'ddeaaga2025' > ddeaaga2025.svg

ddeaaga2025.svg

div.header {
    background-color:#763678;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/ddeaaga2025.svg);
}
div.header:after {
  display:none;
}

lilloises2025.svg

> svgpattern 'lilloises2025' > lilloises2025.svg

lilloises2025.svg

div.header {
    background-color:#3d795f;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/lilloises2025.svg);
}
div.header:after {
  display:none;
}

agqt2025.svg

> svgpattern 'agqt2025' > agqt2025.svg

agqt2025.svg

div.header {
    background-color:#6d384b;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/agqt2025.svg);
}
div.header:after {
  display:none;
}

snatg2026.svg

> svgpattern 'snatg2026' > snatg2026.svg

snatg2026.svg

div.header {
    background-color: #448578;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/snatg2026.svg);
}
div.header:after {
  display:none;
}
.nav > .menuselected > a,
.nav > .menuselected > a:hover {
    background-color: #448578;
}
.nav a {
    color: #448578;
}

app-gvl-winter2025.svg

> svgpattern 'app-gvl-winter2025' > app-gvl-winter2025.svg

app-gvl-winter2025.svg

div.header {
    background-color: #837d3b;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/app-gvl-winter2025.svg);
}
div.header:after {
  display:none;
}
.nav > .menuselected > a,
.nav > .menuselected > a:hover {
    background-color: #837d3b;
}
.nav a {
    color: #837d3b;
}

nag2025.svg

> svgpattern 'nag2025' > nag2025.svg

nag2025.svg

div.header {
    background-color: #50376a;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/nag2025.svg);
}
div.header:after {
  display:none;
}
.nav > .menuselected > a,
.nav > .menuselected > a:hover {
    background-color: #50376a;
}
.nav a {
    color: #50376a;
}

app-gvl-summer2025.svg

> svgpattern 'app-gvl-summer2025' > app-gvl-summer2025.svg

app-gvl-summer2025.svg

div.header {
    background-color: #364270;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/app-gvl-summer2025.svg);
}
div.header:after {
  display:none;
}
.nav > .menuselected > a,
.nav > .menuselected > a:hover {
    background-color: #364270;
}
.nav a {
    color: #364270;
}

data-autumn2025.svg

> svgpattern 'data-autumn2025' > data-autumn2025.svg

data-autumn2025.svg

div.header {
    background-color: #3b864e;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/data-autumn2025.svg);
}
div.header:after {
  display:none;
}
.nav > .menuselected > a,
.nav > .menuselected > a:hover {
    background-color: #3b864e;
}
.nav a {
    color: #3b864e;
}

agisaf2025.svg

> svgpattern 'agisaf2025' > agisaf2025.svg

agisaf2025.svg

div.header {
    background-color: #3b5382;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/agisaf2025.svg);
}
div.header:after {
  display:none;
}
.nav > .menuselected > a,
.nav > .menuselected > a:hover {
    background-color: #3b5382;
}
.nav a {
    color: #3b5382;
}

cgd2025.svg

> svgpattern 'cgd2025' > cgd2025.svg

cgd2025.svg

div.header {
    background-color: #754835;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/cgd2025.svg);
}
div.header:after {
  display:none;
}
.nav > .menuselected > a,
.nav > .menuselected > a:hover {
    background-color: #754835;
}
.nav a {
    color: #754835;
}

qsdp2025.svg

> svgpattern 'qsdp2025' > qsdp2025.svg

qsdp2025.svg

div.header {
    background-color: #6b8545;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/qsdp2025.svg);
}
div.header:after {
  display:none;
}
.nav > .menuselected > a,
.nav > .menuselected > a:hover {
    background-color: #6b8545;
}
.nav a {
    color: #6b8545;
}

mbe2025.svg

> svgpattern 'mbe2025' > mbe2025.svg

mbe2025.svg

div.header {
    background-color: #446f3b;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/mbe2025.svg);
}
div.header:after {
  display:none;
}
.nav > .menuselected > a,
.nav > .menuselected > a:hover {
    background-color: #446f3b;
}
.nav a {
    color: #446f3b;
}

algstat2026.svg

> svgpattern 'algstat2026' > algstat2026.svg

algstat2026.svg

div.header {
    background-color: #703c6e;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/algstat2026.svg);
}
div.header:after {
  display:none;
}
.nav > .menuselected > a,
.nav > .menuselected > a:hover {
    background-color: #703c6e;
}
.nav a {
    color: #703c6e;
}

giq2026.svg

> svgpattern 'giq2026' > giq2026.svg

giq2026.svg

div.header {
    background-color: #4c4483;
    background-image:
      linear-gradient(to right, rgba(0, 0, 0, .7), rgba(0, 0, 0, .21)),
      url(https://mathconf.github.io/backgrounds/giq2026.svg);
}
div.header:after {
  display:none;
}
.nav > .menuselected > a,
.nav > .menuselected > a:hover {
    background-color: #4c4483;
}
.nav a {
    color: #4c4483;
}