-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcanada.html
More file actions
277 lines (231 loc) · 7.09 KB
/
Copy pathcanada.html
File metadata and controls
277 lines (231 loc) · 7.09 KB
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
<!DOCTYPE html>
<html>
<style>
* {
box-sizing: border-box;
}
body {
font-size: 1.25rem;
font-family: sans-serif;
line-height: 150%;
}
html, body {
margin: 0;
padding: 0;
}
section {
color: #fff;
text-align: center;
}
div {
height: 100%;
}
article {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
padding: 20px;
}
h1 {
font-size: 2.05rem;
margin: 0 0 0.75rem 0;
color: black;
}
.last {
text-align: left;
color: black;
}
a {
color: black;
font-size: 2.75rem;
text-align: center;
text-decoration: none;
}
.btn-right {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
padding: 20px;
}
/* Pattern styles */
.container {
display: table;
width: 100%;
margin: 0;
padding: 0;
}
.left-half {
background: url('./mountain.jpg');
/*position: absolute;*/
padding: 0;
left: 0px;
top: 0px;
bottom: 0px;
width: 100%;
/*background-size: cover;*/
/*no-repeat center center fixed; */
/*-webkit-background-size: cover;*/
/*-moz-background-size: cover;*/
/*-o-background-size: cover;*/
/*background-size: cover;*/
/* position: absolute;
top: 0;
left: 0; */
/*Preserve aspet ratio */
/* min-width: 100%;
min-height: 100%;*/
}
.navUL {
font-size: 30px;
font-style: none;
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
opacity: 1.0;
}
.navLI {
float: left;
}
.navLI a {
font: Arial;
display: block;
color: black;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 1.05rem;
opacity: 1.0;
}
.navLI a:hover {
background-color: #ddd;
}
label {
display: block;
}
.score{
text-align: left;
}
.canada{
text-align: center;
font-size: 80px;
}
h2{
text-align: left;
color: black
}
.header2{
text-align: left;
color: black;
}
.header3{
text-align: left;
color: black;
}
.liLink{
font-size: 24px;
}
.ribbon {
position:absolute;
top:0;
right:0;
}
</style>
<head>
<link rel="icon" href="logo2.png">
</head>
<section class="container">
<div class="left-half">
<a href="index.html">
<img src="./logo22.png" class="ribbon"/>
</a>
<ul class="navUL">
<li class="navLI"><a href="feed.html">Share Your Story</a></li>
<li class="navLI"><a href="./index.html">العربية</a></li>
<li class="navLI"><a href="farsi.html">فارسی</a></li>
</ul>
<h1 class="canada">
<span>Canada</span>
</h1>
<br>
<br>
<h1 class="score">
<span style="font-size: 60px; color: black; ">Score: </span>
<span style="font-size: 50px; color: green;">75</span>
</h1>
<h1 class="score">
<span style="font-size: 50px; color: black; ">Recommendation: </span>
<span style="font-size: 50px; color: black;">Great for Immigration</span>
</h1>
<hr size="7" color="black">
<!--
<p id="text"></p>
<script>
function getResponse() {
var res = sessionStorage.getItem('response');
console.log(res);
var fleed = res[0];
var been = res[1];
var residing = res[2];
var gender = res[3];
var profession = res[4];
var skills = res[5];
var languages = res[6];
var kids = res[7];
var numberKids= res[8];
var family = res[9];
var friends = res[10];
var finances = res[11];
var aveSalary = "140,000";
// refugee camp in Jordan
// dentist
var text = "Hello! It seems as though Canada is the best fit for you. We recommend attempting to get a referral through the UNHCR. They should be collecting applications at the " + residing + ". Canada is currently working hard to bridge the gap between genders. The average salary of a " + profession + " is " + aveSalary + ". If you would like to look into other oppurtnities in the country based on your other skills; there are many oppurtnities in Canada.";
if (languages.length >= 0) {
text += " The fact that you know " + languages + " is very valubale when looking for jobs. ";
}
if (parseInt(kids) > 0) {
text += "Going through the resettling process can be espically hard on children. Canada has school systems for all ages. "
}
if (family == "Canada" || friends == "Canada") {
text += " Your friends or family in Canada can be your proposers for your application here to help the communications go more smoothly."
}
// The average <profession> dentist in America makes <salary>. With your <cooking skills> you could also work as a <chief>. The average <chief> makes <salary>."
document.getElementById("text").innerHTML = text;
}
getResponse();
</script>
======= -->
<h2>We believe you match Canada the best! <br><br></h2>
<h3 class="last">
This is because you mentioned that you have an understanding of <u>French</u>, and your <u>financial situation was scored below 5</u>. <br><br>In the Quebec region of Canada, French is spoken as the main language. Out of all the countries listed Canada supports refugees financialy the best. Read below for more detail!</h3>
<hr size="7" color="black">
<h2 class="header2">Canada's Refugee and Humanitarian Resettlement Program:</h2>
<h3 class="header3">
<span style="font-size: 26px; color: red;">What is it:</span> Refugee protection program for those outside of Canada
</h3>
<h3 class="header3">
<span style="font-size: 25px; color: red;">Who does it apply to:</span> Typically the reciepents are refugees who have left their homes, and in many cases they have had to live in refugee camps for many years.
</h3>
<h3 class="header3">
<span style="font-size: 25px; color: red;">How do you get chosen:</span> The United Nations Refugee Agency (UNHCR), along with private sponsors, identifies refugees for resettlement. A person cannot apply directly to Canada for resettlement. After they are identified, it takes time to process the cases.
<br>
<ul style="list-style-type:disc">
<li>Private sponsors across the country also help resettle refugees to Canada. Some do this on an ongoing basis. They have signed sponsorship agreements with the Government of Canada to help support refugees. These groups are known as Sponsorship Agreement Holders. Sponsorship Agreement Holders can sponsor refugees themselves, or work with others in the community to do so.
<ul>
<li>Link to a list of Sponsorship Agreement Holders and their contact information in Calgary: <a href="http://www.sahassociation.com/wp-content/uploads/2016/04/C_PSR_Calgary-SAH-Contact-List-2017-Jan-26.pdf" class="liLink">Click Here
</li>
<li>If you are interested in a list of Sponsorship Agreement Holders in various parts of Canada simply click this link and choose the provence you would like to get information on: <a href="https://www.canada.ca/en/immigration-refugees-citizenship/services/refugees/help-outside-canada/private-sponsorship-program/agreement-holders/holders-list.html" class="liLink">Click Here
</li>
</ul>
</li>
</ul>
</h3>
</div>
</section>
<script>
</script>
</html>