Added screenshot of OHack16 project
This commit is contained in:
parent
08c8f8dd83
commit
4c4acc82a4
@ -12,6 +12,10 @@
|
|||||||
#virtualKeyality {
|
#virtualKeyality {
|
||||||
background-image: url("../images/keyality.jpg"); }
|
background-image: url("../images/keyality.jpg"); }
|
||||||
|
|
||||||
|
#ohack16 {
|
||||||
|
background-image: url("../images/ohackscreenshot.png");
|
||||||
|
background-size: contain; }
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* sections
|
* sections
|
||||||
*/
|
*/
|
||||||
@ -97,6 +101,7 @@ body {
|
|||||||
height: 15em;
|
height: 15em;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
background-repeat: no-repeat;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 1em; }
|
padding: 1em; }
|
||||||
.slide div .project .details {
|
.slide div .project .details {
|
||||||
|
BIN
images/ohackscreenshot.png
Normal file
BIN
images/ohackscreenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 316 KiB |
@ -145,7 +145,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="project">
|
<div class="project">
|
||||||
<div class="cover" id="virtualKeyality">
|
<div class="cover" id="ohack16">
|
||||||
</div>
|
</div>
|
||||||
<div class="details">
|
<div class="details">
|
||||||
<div class="award">
|
<div class="award">
|
||||||
|
@ -6,4 +6,9 @@
|
|||||||
|
|
||||||
#virtualKeyality {
|
#virtualKeyality {
|
||||||
background-image: url("../images/keyality.jpg");
|
background-image: url("../images/keyality.jpg");
|
||||||
|
}
|
||||||
|
|
||||||
|
#ohack16 {
|
||||||
|
background-image: url("../images/ohackscreenshot.png");
|
||||||
|
background-size: contain;
|
||||||
}
|
}
|
@ -128,6 +128,7 @@ body {
|
|||||||
height: 15em;
|
height: 15em;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
background-repeat: no-repeat;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
}
|
}
|
||||||
|
32
test.html
32
test.html
@ -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>
|
|
Loading…
x
Reference in New Issue
Block a user