|
|
|
@ -5,10 +5,10 @@
|
|
|
|
|
<meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport">
|
|
|
|
|
|
|
|
|
|
<title></title>
|
|
|
|
|
<link href="./css/style.css" rel="stylesheet">
|
|
|
|
|
<link href="./css/style_projectpage.css" rel="stylesheet">
|
|
|
|
|
<link href="./fonts/fontstylesheet01.css" rel="stylesheet">
|
|
|
|
|
<link href="./css/fixedsticky.css" rel="stylesheet">
|
|
|
|
|
<link href="../css/style.css" rel="stylesheet">
|
|
|
|
|
<link href="../css/style_projectpage.css" rel="stylesheet">
|
|
|
|
|
<link href="../fonts/fontstylesheet01.css" rel="stylesheet">
|
|
|
|
|
<link href="../css/fixedsticky.css" rel="stylesheet">
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
@ -17,7 +17,7 @@
|
|
|
|
|
<div id="sidebarInner">
|
|
|
|
|
<div id="sideBarDesc">
|
|
|
|
|
<div id="sideBarDescInfo">
|
|
|
|
|
<a href="index.html" class="hoverBackA"><img class="template" src="./img/arrowBack.svg"></a><p>Tempted by Tomorrow</p>
|
|
|
|
|
<a href="index.html" class="hoverBackA"><img class="template" src="../img/arrowBack.svg"></a><p>Tempted by Tomorrow</p>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="sideBarDescInner">
|
|
|
|
@ -42,17 +42,17 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="logoWrap"><img class="template" id="logo" src="./img/black_PZI_logo_p.svg"></div>
|
|
|
|
|
<div id="logoWrap"><img class="template" id="logo" src="../img/black_PZI_logo_p.svg"></div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="zwartArea zwartAreaWhite sidebarBorderLeft" id="section02">
|
|
|
|
|
<div class="fixedsticky" id="filter" style="top:0;">
|
|
|
|
|
<div class="themes" id="sortArea">
|
|
|
|
|
<a href="index.html" class="hoverBackB">
|
|
|
|
|
<img class="template" src="./img/arrowBack.svg">
|
|
|
|
|
<img class="template" src="../img/arrowBack.svg">
|
|
|
|
|
</a>
|
|
|
|
|
<p></p><!--{title}-->
|
|
|
|
|
<a class="closeSidebar"><img class="template" src="./img/arrowUpW.svg"/></a>
|
|
|
|
|
<a class="closeSidebar"><img class="template" src="../img/arrowUpW.svg"/></a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
@ -67,10 +67,10 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<script src='./js/jquery-2.1.3.min.js'></script>
|
|
|
|
|
<script src='./js/fixedfixed.js'></script>
|
|
|
|
|
<script src='./js/fixedsticky.js'></script>
|
|
|
|
|
<script src='./js/mainScripts_single.js'></script>
|
|
|
|
|
<script src='../js/jquery-2.1.3.min.js'></script>
|
|
|
|
|
<script src='../js/fixedfixed.js'></script>
|
|
|
|
|
<script src='../js/fixedsticky.js'></script>
|
|
|
|
|
<script src='../js/mainScripts_single.js'></script>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
|