diff --git a/static/css/style.css b/static/css/style.css index 924d5ad..6d9e3b8 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -330,4 +330,10 @@ footer { .clarin-footer { padding: 0 4em !important; +} + +.clarin-logo { + padding-top: 15px; + height: 70%; + width: auto; } \ No newline at end of file diff --git a/static/images/CJVT-StarkDemo-White-Big.png b/static/images/CJVT-StarkDemo-White-Big.png new file mode 100644 index 0000000..96abee5 Binary files /dev/null and b/static/images/CJVT-StarkDemo-White-Big.png differ diff --git a/static/images/CJVT-StarkDemo-White.png b/static/images/CJVT-StarkDemo-White.png new file mode 100644 index 0000000..d254dd0 Binary files /dev/null and b/static/images/CJVT-StarkDemo-White.png differ diff --git a/static/images/CJVT-StarkDemo-White.svg b/static/images/CJVT-StarkDemo-White.svg new file mode 100644 index 0000000..adcffb7 --- /dev/null +++ b/static/images/CJVT-StarkDemo-White.svg @@ -0,0 +1,13 @@ + + + + + + + + + \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index acc787d..a6a9ed1 100644 --- a/templates/base.html +++ b/templates/base.html @@ -20,7 +20,8 @@