-
Notifications
You must be signed in to change notification settings - Fork 0
/
assets.html
87 lines (80 loc) · 3.66 KB
/
assets.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
<!DOCTYPE html>
<html>
<head>
<title>C Tracker</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="icon" href="static/favicon.png" type="image/png">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="no">
<meta name="apple-itunes-app" content="app-id=1045123122">
<meta name="msapplication-TileColor" content="rgb(57,99,159)">
<meta name="msapplication-TileImage" content="static/Icon-144.png">
<meta name="twitter:card" content="app">
<meta name="twitter:app:id:iphone" content="1045123122">
<link rel="apple-touch-icon" sizes="76x76" href="static/Icon-76.png"><!-- non-retina iPad iOS 7+ -->
<link rel="apple-touch-icon" sizes="120x120" href="static/[email protected]"><!-- retina iPhones @2x iOS 7+ -->
<link rel="apple-touch-icon" sizes="152x152" href="static/[email protected]"><!-- retina iPads iOS 7+ -->
<link rel="apple-touch-icon" sizes="180x180" href="static/[email protected]"><!-- retina iPhones @3x iOS 7+ -->
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Delius">
<link rel="stylesheet" type="text/css" href="static/style.css">
</head>
<body>
<header>
<div>
<ul class="navi">
<li><a href="http://c-tracker.tumblr.com">Did you know?</a></li>
<li><a href="http://c3-pro.chip.org" target="_blank">Technology</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="PrivacyPolicy.html">Privacy Policy</a></li>
<li><a href="FAQ.html">FAQ</a></li>
</ul>
</div>
</header>
<div id="container">
<div class="download-top">
<a href="http://c-tracker.chip.org/store">
<img class="appstore" src="static/AppStore.svg" alt="App store">
</a>
</div>
<div class="content main">
<p id="logo">
<a href="index.html"><img src="static/C-Tracker.png" srcset="static/[email protected] 2x, static/[email protected] 3x" alt="C Tracker"></a>
</p>
<h1>C Tracker Assets</h1>
<p>These assets are made available for use when referring to C Tracker.
They may not be used in derivative nor in independent works and are copyrighted © Boston Children's Hospital.</p>
<h2>Movie</h2>
<p>Available on <a href="https://vimeo.com/wondrosglobal/review/138267018/1e28c62a97" target="_blank">Vimeo</a></p>
<h2>Logos</h2>
<p>PNG: <a href="./static/Icon-1024.png">1024 x 1024</a><br>
Banner: <a href="./static/[email protected]">880 x 176</a></p>
</div>
</div>
<footer>
<div class="content resources">
<p>
<a href="http://www.childrenshospital.org/news-and-events/resources-for-reporters/contact-media-relations" target="_blank">Media Inquiries</a><br>
<a href="assets.html">C Tracker Assets</a>
</p>
<div class="center"></div>
<p>
<a href="http://www.childrenshospital.org" target="_blank">Boston Children's Hospital</a><br>
<a href="https://twitter.com/Bos_CHIP" target="_blank">@Bos_CHIP</a>
</p>
</div>
<p><a href="http://www.chip.org" target="_blank">
<img class="institute" src="static/ResearchInstitute-web.png" srcset="static/[email protected] 2x, static/[email protected] 3x" alt="">
</a></p>
<p>Copyright © Boston Children's Hospital 2015</p>
</footer>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-67311633-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>