Matteo Scandolo | 6288d5a | 2017-08-08 13:05:26 -0700 | [diff] [blame] | 1 | |
2 | {# | ||||
3 | Copyright 2017-present Open Networking Foundation | ||||
4 | |||||
5 | Licensed under the Apache License, Version 2.0 (the "License"); | ||||
6 | you may not use this file except in compliance with the License. | ||||
7 | You may obtain a copy of the License at | ||||
8 | |||||
9 | http://www.apache.org/licenses/LICENSE-2.0 | ||||
10 | |||||
11 | Unless required by applicable law or agreed to in writing, software | ||||
12 | distributed under the License is distributed on an "AS IS" BASIS, | ||||
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||||
14 | See the License for the specific language governing permissions and | ||||
15 | limitations under the License. | ||||
16 | #} | ||||
17 | |||||
18 | |||||
Andrea Campanella | edfdbca | 2017-02-01 17:33:47 -0800 | [diff] [blame] | 19 | <!DOCTYPE html> |
20 | <html lang="en"> | ||||
21 | <head> | ||||
22 | <meta charset="UTF-8"> | ||||
23 | <title>Service Suspended</title> | ||||
24 | <style> | ||||
25 | |||||
26 | .row { | ||||
27 | width: 100%; | ||||
28 | } | ||||
29 | |||||
30 | .col-sm-offset-2 { | ||||
31 | margin-left: 16.66666667%; | ||||
32 | } | ||||
33 | |||||
34 | .col-sm-8 { | ||||
35 | width: 66.66666667%; | ||||
36 | } | ||||
37 | |||||
38 | .alert-danger { | ||||
39 | color: #a94442; | ||||
40 | background-color: #f2dede; | ||||
41 | border-color: #a94442; | ||||
42 | } | ||||
43 | .alert { | ||||
44 | padding: 15px; | ||||
45 | margin-bottom: 20px; | ||||
46 | border: 1px solid transparent; | ||||
47 | border-radius: 4px; | ||||
48 | } | ||||
49 | |||||
50 | body { | ||||
51 | background-size: cover; | ||||
52 | background-color: #00BFEC; | ||||
53 | font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; | ||||
54 | font-size: 18px; | ||||
55 | line-height: 1.42857143; | ||||
56 | } | ||||
57 | |||||
58 | .vertical-center { | ||||
59 | min-height: 100%; /* Fallback for browsers do NOT support vh unit */ | ||||
60 | min-height: 100vh; /* These two lines are counted as one :-) */ | ||||
61 | |||||
62 | display: flex; | ||||
63 | align-items: center; | ||||
64 | } | ||||
65 | |||||
66 | .jumbotron { | ||||
67 | padding: 60px; | ||||
68 | border-radius: 6px; | ||||
69 | background-color: #eee; | ||||
70 | box-shadow: 4px 4px 18px black; | ||||
71 | } | ||||
72 | |||||
73 | .cord-logo-title{ | ||||
74 | font-size: 150px; | ||||
75 | display: inline-block; | ||||
76 | color: #007EC4; | ||||
77 | } | ||||
78 | |||||
79 | path { | ||||
80 | fill: #B2181E; | ||||
81 | } | ||||
82 | |||||
83 | #cord-logo { | ||||
84 | transform: scale(1.3) | ||||
85 | } | ||||
86 | |||||
87 | @media only screen | ||||
88 | and (min-device-width : 768px) | ||||
89 | and (max-device-width : 1024px) { | ||||
90 | #cord-logo { | ||||
91 | transform: scale(1.2) | ||||
92 | } | ||||
93 | .cord-logo-title{ | ||||
94 | font-size: 100px; | ||||
95 | } | ||||
96 | } | ||||
97 | </style> | ||||
98 | </head> | ||||
99 | <body> | ||||
100 | |||||
101 | <div class="container vertical-center"> | ||||
102 | <div class="row"> | ||||
103 | <div class="col-sm-8 col-sm-offset-2"> | ||||
104 | <div class="jumbotron"> | ||||
105 | <div class="cord-logo-title"> | ||||
106 | <svg height="150" width="150"> | ||||
107 | <path id="cord-logo" d="M92.5,62.3l-33,33,2.5,2.5c4.1,4.1,7.4,3.6,11.2-.1L95.9,75l-4.5-4.5,4.7-4.7-3.6-3.6Zm2.6,7L98.4,66l3.3,3.3-3.3,3.3-3.3-3.3ZM94.5,60l4.9-4.9,4.9,4.9-4.9,4.9ZM36.2,36.1L18.6,53.8c-7.8,7.8-5.8,17.4-2.4,22l-2.2-2.2c-10.6-10.6-11.2-20,0-31.2L28.2,28.1L31.3,25l8,8-3.1,3.1ZM55.5,55.4l3.6-3.6L66.9,44l-8-8l-2.5,2.5-5.2,5.2l-3.6,3.6L33.2,61.6C22,72.7,22.5,82.2,33.2,92.8L35.4,95c-3.4-4.5-5.4-14.1,2.4-22L55.5,55.4ZM50.7,21.7l-8-8L35,21.2l8,8,7.6-7.6ZM62.8,9.6L55.4,17l-8-8,7.4-7.4,8,8Zm0.7,18.3-7.6,7.6-8-8,7.6-7.6,8,8Zm26.1-6.6-8.1,8.1-8-8,8.1-8.1,8,8ZM79.3,31.5l-7.4,7.4-8-8,7.4-7.4,8,8ZM45.7,45.6L54.3,37l-8-8-8.6,8.6L23.4,51.8C12.2,63,12.8,72.4,23.4,83l2.2,2.2c-3.4-4.5-5.4-14.1,2.4-22ZM34.9,80.7l20.6,20.5c2,2,4.6,4.1,7.9,3.2-2.9,2.9-8.9,1.7-11.9-1.3L35.1,86.8,35,86.6H34.9l-0.8-.8a15,15,0,0,1,.1-1.9,14.7,14.7,0,0,1,.7-3.2Zm-0.6,7.4a21.3,21.3,0,0,0,5.9,11.7l5.7,5.7c3,3,9,4.1,11.9,1.3-3.3.9-5.9-1.2-7.9-3.2L34.3,88.1Zm3.5-12.4a16.6,16.6,0,0,0-2.3,3.6L57,100.8c3,3,9,4.1,11.9,1.3-3.3.9-5.9-1.2-7.9-3.2Z" /> | ||||
108 | Sorry, your browser does not support inline SVG. | ||||
109 | </svg> | ||||
110 | CORD | ||||
111 | </div> | ||||
112 | <div class="alert alert-danger"> | ||||
113 | {% if status == "delinquent" %} | ||||
114 | Your account is delinquent. Please visit the customer portal to pay your bill. | ||||
115 | {% elif status == "copyrightviolation" %} | ||||
116 | Someone in your home has been illegally downloading copyrighted material. | ||||
117 | Please visit the customer portal and perform the Copyright Training course. | ||||
118 | {% else %} | ||||
119 | Your service has been suspended. Please visit the customer portal to resume. | ||||
120 | {% endif %} | ||||
121 | </div> | ||||
122 | </div> | ||||
123 | </div> | ||||
124 | </div> | ||||
125 | </div> | ||||
126 | |||||
127 | |||||
128 | </body> | ||||
129 | </html> |