-
Notifications
You must be signed in to change notification settings - Fork 0
/
resources-presentations.html
105 lines (80 loc) · 3.78 KB
/
resources-presentations.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
95
96
97
98
99
100
101
102
103
104
105
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>SurveillanceRights</title>
<meta name="description" content="SurveillanceRights">
<meta name="author" content="Faculty of Information, University of Toronto">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/style.css">
<link rel='shortcut icon' href='favicon.ico' type='image/x-icon'/ >
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="apple-touch-icon-114x114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="apple-touch-icon-72x72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="apple-touch-icon-precomposed.png">
<script src="js/libs/jquery-1.7.2.min.js"></script>
<script src="js/libs/modernizr-2.5.3-respond-1.1.0.min.js"></script>
</head>
<body>
<header>
<h1 id="fittext1"><img src="img/veos_logo.png" alt="Camera Watch Logo">SurveillanceRights</h1>
</header>
<nav role="navigation" id="access">
<a class="skip-link icon-reorder" title="Accordian" href="#menu">Menu</a>
<ul id="menu">
<li><a href="index.html">Home</a></li>
<li><a href="app.html">SurveillanceWatch App</a></li>
<li><a href="watching-about.html">Who's Watching You?</a></li>
<li><a href="events-workshops.html">Events</a></li>
<li><a href="blog.html">Blog</a></li>
<li class="active"><a href="resources.html">Resources</a></li>
<li><a href="faq-app.html">FAQ</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</nav>
<div id="main">
<article>
<section>
<ul id="submenu">
<li><a href="resources.html">General</a></li>
<li><a href="resources-literature.html">Literature</a></li>
<li><a href="resources-policy.html">Policy</a></li>
<li><a href="resources-news.html">In the News</a></li>
<li class="active"><a href="resources-presentations.html">Presentations</a></li>
</ul>
</section>
<section>
<h2>Presentations</h2>
<p>
<ul>
<li> <a href="downloads/2014 CCLA Rightswatch - SurveillanceWatch Sept20.pdf" target="_blank">CCLA RightsWatch Presentation</a>, September 20, 2014</li>
</ul>
</section>
</article>
<script> function loadContent() { $("#sidebar").load("sidebar.html"); } </script>
<div id="sidebar"> <script>loadContent()</script> </div>
</div> <!-- #main -->
<script> function loadContent() { $(".footer").load("footer.html"); } </script>
<div class="footer"> <script>loadContent()</script> </div>
<script src="js/script.js"></script>
<!-- Responsive Header -->
<script src="js/fittext.js"></script>
<script type="text/javascript">
$("#fittext1").fitText(1.1, { minFontSize: "14px", maxFontSize: '72px' });
</script>
<!-- Google Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-37322083-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>