You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
77 lines
2.4 KiB
HTML
77 lines
2.4 KiB
HTML
9 years ago
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<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">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div id="pageWrap">
|
||
|
<div id="sidebar">
|
||
|
<div id="sidebarInner">
|
||
|
<div id="sideBarDesc">
|
||
|
<div id="sideBarDescInfo">
|
||
7 years ago
|
<a href="javascript:history.back()" class="hoverBackA"><img class="template" src="../img/arrowBack.svg"></a><p>Tempted by Tomorrow</p>
|
||
9 years ago
|
</div>
|
||
|
|
||
|
<div id="sideBarDescInner">
|
||
|
|
||
|
<!-- we used h2's and p's instead of divs here, moved date and deleted thumbnail -->
|
||
|
|
||
|
<h2 id="creator"></h2>
|
||
|
|
||
|
<p id="title"></p><!--{title} {date} -->
|
||
|
|
||
|
<!-- moved up description -->
|
||
|
|
||
|
<div id="description"></div>
|
||
|
|
||
|
<div id="bio"></div>
|
||
|
|
||
|
<p class="hightlightSidebar"><a href="#" target="_blank"></a></p><!-- {website} -->
|
||
|
|
||
|
<!-- // -->
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
</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">
|
||
7 years ago
|
<a href="javascript:history.back()" class="hoverBackB">
|
||
9 years ago
|
<img class="template" src="../img/arrowBack.svg">
|
||
|
</a>
|
||
|
<p></p><!--{title}-->
|
||
|
<a class="closeSidebar"><img class="template" src="../img/arrowUpW.svg"/></a>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<!-- extra -->
|
||
|
|
||
|
<div id="extra" class="project">
|
||
|
<img id="thumbnail" src="" />
|
||
|
</div>
|
||
|
|
||
|
<!---->
|
||
|
|
||
|
</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>
|
||
|
|
||
|
</body>
|
||
|
</html>
|