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 @@
-
+
diff --git a/sass/covers.scss b/sass/covers.scss index 3ec1634..b2af3c7 100644 --- a/sass/covers.scss +++ b/sass/covers.scss @@ -6,4 +6,9 @@ #virtualKeyality { background-image: url("../images/keyality.jpg"); +} + +#ohack16 { + background-image: url("../images/ohackscreenshot.png"); + background-size: contain; } \ No newline at end of file diff --git a/sass/style.scss b/sass/style.scss index 8f30642..6af99b1 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -128,6 +128,7 @@ body { height: 15em; background-position: center center; background-size: cover; + background-repeat: no-repeat; margin: 0px; padding: 1em; } diff --git a/test.html b/test.html deleted file mode 100644 index 62c78d1..0000000 --- a/test.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - Document - - - - - Blog - - - \ No newline at end of file