-
Notifications
You must be signed in to change notification settings - Fork 0
/
adjustment.html
92 lines (67 loc) · 4 KB
/
adjustment.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>First Gen</title>
<link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet'>
<link rel="stylesheet" href="a.css">
</head>
<body style="background-color: white;">
<ul> <!--- navigation bar -->
<li><a href = "homepage.html" >home</a></li>
<li><a href = "steps.html" >road to citizenship</a></li>
<li><a href = "know.html" >what you need to know</a></li>
<li><a href = "ctest.html" >citizenship test</a></li>
<li><a href = "why.html" >why act now</a></li>
<li><a href = "adjustment.html" >adjustments</a></li>
<li><a href = "firstgen.html" >4 the first gen</a></li>
<li><a href = "charities.html" >charities we ♡</a></li>
</ul>
<!-- Header -->
<header class="header" id="top">
<div class="text-vertical-center">
<font color="black"> <h1>Adjustments</h1></font>
</div>
</header>
<aside class = "space" >
<aside style="background-color: white;">
<br><h3><i><center>If you have made it through this difficult journey to become a citizen of the United States, <br>you can now become a resource to other friends, family members or other people in your community.</center></i></h3>
<table bgcolor="#87CEEB">
<tr>
<td><center>Vote in all <b>federal elections</b>. <br>Your voice matters in the <b>polls </b>more than ever</center></td>
<td><center>Bring <b>family members </b>to the United States</center></td>
<td><center>Run for <b>office</b>, become an elected official</center></td>
</tr>
<tr>
<td><center><b>Travel </b>with a U.S Passport</center></td>
<td><center>Become eligible for <b>federal jobs</b></center></td>
<td><center>Obtain <b>citizenship for your children </b>born abroad</center></td>
</tr>
</table>
<br><h3><center>We asked our parents to describe some of the biggest social and cultural differences they noticed in the United States. <br> Here's what they said:</center></h3>
<table bgcolor="#87CEEB">
<tr>
<td>
<center>
<p>→ The most essential thing is to form friendships and connections with other <br>immigrants in the United States. Even if they are not from your home country, <br>you are going through the same experience together, and it is <br>important to have friends who share this with you.
<p>→ Differences in greetings and sayings
<p>→ As a child immigrant, it is typical for one to feel as though they do not <br>have control over what is happening. This is because minors are not <br>the ones applying for citizenship, but they are still subject <br>to the hardships that many other foreigners face.
<p>→ It is still common for new citizens to feel and be treated like outsiders, <br>regardless of the fact that they now hold a US citizenship.
<p>→ The journey and challenges you have overcome are incredible, <br>even if you do not always feel valued or welcome, you are not alone. <br>Immigrants will always make this country great.
</center>
</td>
</tr>
</table>
<br>
<center><img src="https://68.media.tumblr.com/772415b010afc4df17f042a21cadc5b4/tumblr_ordoctCcz91w8l9two1_500.gif" img id="globe"></center>
<p><center><i>"Action is a great restorer and builder of confidence. Inaction is not only the result, <br>but the cause, of fear. Perhaps the action you take will be successful;<br> perhaps different action or adjustments will have to follow. <br>But any action is better than no action at all."<br></i> - Norman Vincent Peale<center></p>
</aside>
<footer>
<center><img src="http://cdn2.sportngin.com/attachments/news_article/6827/8505/girlswhocodegwc-logo.png" height="60" width="200"></center>
<center><p>Girls Who Code Boston 2017 Summer Immersion Program</p></center>
</footer>
</body>
</html>