-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.html
94 lines (77 loc) · 3.25 KB
/
template.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<title>$if(title-prefix)$$title-prefix$ : $endif$$pagetitle$</title>
<style type="text/css">code{white-space: pre;}</style>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="The 31st New England Statistics Symposium">
<link rel="stylesheet" href="normalize.css">
<link rel="stylesheet" href="skeleton.css">
<link rel="stylesheet" href="custom.css">
$for(header-includes)$
$header-includes$
$endfor$
</head>
<body>
<div class="container">
<div class="row toprow">
<div class="two columns logo">
<!-- 1300x1000 -->
<div style="text-align: center;"><img src="ness17.png" width="150", height="115" /></div>
</div>
<div class="eight columns">
<h1>
<a href="index" class="head">
The 31<sup>st</sup> New England Statistics Symposium</a>
</h1>
<h3>April 21–April 22, 2017, University of Connecticut</h3>
</div>
<div class="two columns" style="text-align: center">
<!-- 2100x439 -->
<div style="text-align: center;"><img src="uconn-wordmark-single-black.png" width="105" height="22" /></div>
</div>
</div> <!-- .row -->
<div class="row">
<div class="one-third column box">
<ul>
<li><a href="index">Home</a></li>
<li><a href="keynote-speakers">Keynote Speakers</a></li>
<li><a href="program">Program</a></li>
<li><a href="invited-sessions">Invited Sessions</a></li>
<li><a href="committees">Committees</a></li>
<li><a href="short-courses">Short Courses</a></li>
<!-- <li><a href="registration">Registration</a></li> -->
<li><span style="color: grey;">Registration</span>—<strong>Closed</strong></li>
<li><a href="call-for-participation">Call for Participation</a></li>
<li><a href="awards">Awards</a></li>
<!-- <li><a href="abstracts">Abstract Submission</a></li> -->
<li><span style="color: grey;">Abstract Submission</span>—<strong>Closed</strong></li>
<li><a href="travel-accommodations">Travel and Accommodations</a></li>
<li><a href="http://stat.uconn.edu/ness/">NESS History</a></li>
<li><a href="contact">Contact</a></li>
</ul>
<hr />
<h3>Sponsors</h3>
<ul>
<li><a href="http://ww2.amstat.org/chapters/Connecticut/" target="_blank">ASA CT Chapter</a></li>
<li><a href="http://stat.uconn.edu" target="_blank">Department of
Statistics, UConn</a></li>
<li><a href="https://www.thehartford.com/" target="_blank">The Hartford</a></li>
<li><a href="https://www.research.ibm.com/labs/watson/" target="_blank">IBM Watson Lab</a></li>
<li><a href="https://www.libertymutual.com/" target="_blank">Liberty Mutual</a></li>
<li><a href="http://www.pfizer.com/">Pfizer</a></li>
<li><a href="https://www.travelers.com/">Travelers Insurance</a></li>
</ul>
</div> <!-- .column -->
<div class="two-thirds column">
<div class="main box">
<h3>$title$</h3>
$body$
</div> <!-- .main -->
</div>
</div> <!-- .row -->
</div> <!-- .container -->
</body>
</html>