diff --git a/voussoir.net/cv/floral.svg b/voussoir.net/cv/floral.svg new file mode 100644 index 0000000..62ba122 --- /dev/null +++ b/voussoir.net/cv/floral.svg @@ -0,0 +1,85 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/voussoir.net/index.html b/voussoir.net/index.html index ffd8f24..5bdac07 100644 --- a/voussoir.net/index.html +++ b/voussoir.net/index.html @@ -81,7 +81,11 @@ code { font-family: monospace; } .cvitem:nth-of-type(even) { - background-color: rgba(255,255,255,0.1); + background-color: #1a1a1a; + background-image: url("./cv/floral.svg"); + background-size: 120px; + background-position-x: -30px; + background-position-y: -30px; } .cvitem:nth-of-type(odd) > div