diff --git a/css/style.css b/css/style.css index 42f6adf..cfc31af 100644 --- a/css/style.css +++ b/css/style.css @@ -12,6 +12,10 @@ #virtualKeyality { background-image: url("../images/keyality.jpg"); } +#ohack16 { + background-image: url("../images/ohackscreenshot.png"); + background-size: contain; } + /* * sections */ @@ -97,6 +101,7 @@ body { height: 15em; background-position: center center; background-size: cover; + background-repeat: no-repeat; margin: 0px; padding: 1em; } .slide div .project .details { diff --git a/images/ohackscreenshot.png b/images/ohackscreenshot.png new file mode 100644 index 0000000..c2d2386 Binary files /dev/null and b/images/ohackscreenshot.png differ diff --git a/index.html b/index.html index d3a5740..cd2aea1 100644 --- a/index.html +++ b/index.html @@ -145,7 +145,7 @@