Skip to content

Commit dacef72

Browse files
committed
Move event page to subfolder.
1 parent 7fe20a1 commit dacef72

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

index.html renamed to event/2014-tech-share/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@
6161
}
6262

6363
header{
64-
background: url(assets/img/header-bg.jpg) no-repeat center;
64+
background: url(img/header-bg.jpg) no-repeat center;
6565
background-size: cover;
6666
box-shadow: inset 0 -5px 5px rgba(0,0,0,.1);
6767
color: #fff;
6868
text-shadow: 1px 2px 0 rgba(0,0,0,.2);
6969
}
7070
header .container{
7171
padding: 10% 25% 10% 0;
72-
background: url(assets/img/rocket.png) no-repeat right center;
72+
background: url(img/rocket.png) no-repeat right center;
7373
}
7474
header h1{
7575
font-size: 4em;

0 commit comments

Comments
 (0)