-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path200.html
67 lines (52 loc) · 3.12 KB
/
200.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>JusticeForUs</title>
<meta name="description" content="">
<link rel="icon" href="/favicon.ico?v=2">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, minimal-ui">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<script src="https://use.typekit.net/icg3gfu.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
<link rel="apple-touch-icon" href="/icons/apple-touch-icon.png"
{{content-for "head"}}
<link rel="stylesheet" href="{{rootURL}}assets/vendor.css">
<link rel="stylesheet" href="{{rootURL}}assets/justice-for-us.css">
{{content-for "head-footer"}}
</head>
<body style="background: white">
{{content-for "body"}}
<div class="ember-load-indicator">
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 20.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="591.2px" height="554.2px" viewBox="0 0 591.2 554.2" style="enable-background:new 0 0 591.2 554.2;" xml:space="preserve">
<style>
.eye { fill: rgb(33, 150, 243); }
</style>
<path class="eye" d="M484.5,171.1c44.8,31.8,81.6,74.5,106.6,124.5c-54.9,109.7-166.7,184.7-295.6,184.7c-36.1,0-70.9-5.9-103.4-16.8l45-45
c19.1,4.2,38.7,6.4,58.4,6.4c51.7,0,102.1-14.7,145.7-42.5c34.7-22.2,64.2-51.9,86.3-86.8c-21.4-33.8-49.6-62.7-82.9-84.6
L484.5,171.1z M295.6,403c-13.1,0-25.9-1.7-37.9-4.9l180.8-180.8c3.2,12.1,4.9,24.8,4.9,37.9C443.4,336.8,377.2,403,295.6,403z
M554.2,0l-31,0L396.4,126.8c-31.8-10.4-65.7-15.9-100.8-15.9C166.7,110.8,54.9,185.9,0,295.6c24.6,49.2,60.7,91.4,104.6,123
L0,523.2l0,31h31L554.2,31V0z M240.2,181.3c27.7,0,50.7,20.4,54.8,47l-63.2,63.2c-26.6-4.1-47-27.1-47-54.8
C184.7,206.1,209.5,181.3,240.2,181.3z M63.6,295.6c22.1-34.9,51.5-64.6,86.3-86.8c2.3-1.4,4.5-2.8,6.9-4.2
c-5.8,15.8-8.9,32.8-8.9,50.6c0,33.8,11.3,64.9,30.4,89.8l-33.8,33.8C112.1,357,84.5,328.7,63.6,295.6z"/>
</svg>
</div>
<script src="{{rootURL}}assets/vendor.js"></script>
<script src="{{rootURL}}assets/justice-for-us.js"></script>
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-29783080-30', 'auto');
ga('send', 'pageview');
</script>
{{content-for "body-footer"}}
</body>
</html>