Added screenshot of OHack16 project

This commit is contained in:
Chuck Dries 2017-03-20 07:28:33 -07:00
parent 08c8f8dd83
commit 4c4acc82a4
6 changed files with 12 additions and 33 deletions

View File

@ -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 {

BIN
images/ohackscreenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 KiB

View File

@ -145,7 +145,7 @@
</div>
</div>
<div class="project">
<div class="cover" id="virtualKeyality">
<div class="cover" id="ohack16">
</div>
<div class="details">
<div class="award">

View File

@ -7,3 +7,8 @@
#virtualKeyality {
background-image: url("../images/keyality.jpg");
}
#ohack16 {
background-image: url("../images/ohackscreenshot.png");
background-size: contain;
}

View File

@ -128,6 +128,7 @@ body {
height: 15em;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
margin: 0px;
padding: 1em;
}

View File

@ -1,32 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<style>
body {
background: black;
}
a {
transition-duration: .5s;
color: white;
font-style: italic;
text-decoration: underline;
display: block;
transform-origin: 15px 10px;
}
a:hover {
color: #ed1a76;
transform: scale(2) rotate(180deg) translate(-10px, -10px);
}
</style>
</head>
<body>
<a href="https://medium.com/@chuckdries">Blog</a>
</body>
</html>