diff --git a/css/index.css b/css/index.css index 67e2e59..0db4bb3 100644 --- a/css/index.css +++ b/css/index.css @@ -484,3 +484,32 @@ html, body { display: flex; } } + +.msc-car { + position: absolute; + top: 3rem; + width: 101%; +} + +.msc-mobile-car { + position: absolute; + bottom: -4rem; + left: -5rem; + height: 6rem; + display: none; + + @media screen and (max-width: 1000px) { + display: flex; + } +} + +.msc-project-title { + margin-left: 1rem; + font-size: 1.5rem; + font-weight: 700; + color: inherit; + + @media screen and (max-width: 1000px) { + font-size: 1.2rem; + } +} diff --git a/resources/MARDBRINK_HUGO_MSC.pdf b/resources/MARDBRINK_HUGO_MSC.pdf new file mode 100644 index 0000000..b2f138e Binary files /dev/null and b/resources/MARDBRINK_HUGO_MSC.pdf differ diff --git a/resources/car.svg b/resources/car.svg new file mode 100644 index 0000000..ebca380 --- /dev/null +++ b/resources/car.svg @@ -0,0 +1,14 @@ + diff --git a/resources/mobile-car.svg b/resources/mobile-car.svg new file mode 100644 index 0000000..43822cf --- /dev/null +++ b/resources/mobile-car.svg @@ -0,0 +1,8 @@ + diff --git a/views/projects.html b/views/projects.html index 3e1432f..b9e345a 100644 --- a/views/projects.html +++ b/views/projects.html @@ -14,6 +14,7 @@ {{ block "projects.content" . }}