forked from ieee-vgtc/ieeevis.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain-2017.html
55 lines (54 loc) · 1.68 KB
/
main-2017.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="/sites/default/files/favicon.png" type="image/x-icon" />
<title>IEEE VIS 2017</title>
<link type="text/css" rel="stylesheet" media="all" href="/css/all.css" />
<link type="text/css" rel="stylesheet" media="print" href="/css/print.css" />
<script src="/js/d3.v4.min.js"></script>
<script src="/js/sponsors.js"></script>
<script src="/js/common.js"></script>
</head>
<body class="sidebars" >
<div id="header-region" class="clear-block">
<div id="header_bar" class="clear-block">
<div id="block-block-3" class="clear-block block block-block">
<div class="content">
<div id="header_text"></div>
<img src="/assets/VIS-webbanner2017.jpg" alt="VIS 2017 banner"/>
</div>
</div>
</div>
</div>
<div id="wrapper">
<div id="container" class="clear-block">
<div id="header">
<div id="logo-floater">
</div>
</div>
{% include left_sidebar-2017.html %}
<div id="center">
<div id="squeeze">
<div class="right-corner">
<div class="left-corner">
<h2>{{ page.title }}</h2>
<div class="clear-block">
<div id="node-3270" class="node">
<div class="content clear-block">
{{ content }}
<div class="clear-block"><div class="meta"></div></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- /.left-corner, /.right-corner, /#squeeze, /#center -->
{% include right_sidebar-2017.html %}
</div>
</div>
{% include footer-2017.html %}
</body>
</html>