-
Notifications
You must be signed in to change notification settings - Fork 0
/
inform_2_1.html
115 lines (98 loc) · 6.04 KB
/
inform_2_1.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!doctype html>
<html lang="eng">
<head>
<link href="https://fonts.googleapis.com/css?family=Noto+Sans+KR&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="inform_2.css">
</head>
<body>
<div class="wrap">
<div class="intro"> <!-- 로그인&회원가입, 목록 -->
<div class="intro1">
<div class="header">
<div class="login">
<a href = "sign_in.html">
Sign In
</a>
</div>
<div class="login">
<a href = "sign_up.html">
Sign up
</a>
</div>
</div>
</div>
<div class="intro2">
<ul class="nav">
<li><a>Cultural Exchange</a></li>
<li><a href = "information_home.html">Information</a></li>
<li><a>Record</a></li>
<li><a href="#link_contact">Contact</a></li>
</ul>
</div>
</div>
<div class="main"> <!-- 목록 아래부터 맨 밑 소개까지 전부 main -->
<div class="information_list">
<h1>Information</h1>
<div class="explanation">
The Declaration of the Rights of Disabled Persons
</div>
<div id="grid">
<ol>
<li><a href = "inform_1.html">1. A list of organizations ...</a></li>
<li><a href = "inform_2_1.html"><div class="bold">2. The Declaration of ...</div></a></li>
<li><a href = "inform_3.html">3. Information on IAC Georgia ...</a></li>
<li><a href = "inform_4.html">4. Information on technical ...</a></li>
</ol>
</div>
<!-- -------------------------------------------- -->
<div class="contents">
The General Assembly,
</div>
<br><br>
<div class="contents1">
Mindful of the pledge made by Member States, under the Charter of the United Nations<br>
to take joint and separate action in co-operation with the Organization to promote<br>
higher standards of living, full employment and conditions of economic and social<br>
progress and development,<br>
<br><br>
Reaffirming its faith in human rights and fundamental freedoms and in the principles of peace, of the dignity and<br>
worth of the human person and of social justice proclaimed in the Charter,<br>
<br><br>
Recalling the principles of the Universal Declaration of Human Rights, the International Covenants on Human Rights,<br>
he Declaration of the Rights of the Child and the Declaration on the Rights of Mentally Retarded Persons, as well as<br>
the standards already set for social progress in the constitutions, conventions, recommendations and resolutions<br>
of the International Labour Organisation, the United Nations Educational, Scientific and Cultural Organization,<br>
the World Health Organization, the United Nations Children's Fund and other organizations concerned,<br>
<br><br>
Recalling also Economic and Social Council resolution 1921 (LVIII) of 6 May 1975 on the prevention of disability<br>
and the rehabilitation of disabled persons,<br>
<br><br>
Emphasizing that the Declaration on Social Progress and Development has proclaimed the necessity of protecting<br>
the rights and assuring the welfare and rehabilitation of the physically and mentally disadvantaged,<br>
<br><br>
Bearing in mind the necessity of preventing physical and mental disabilities and of assisting disabled persons<br>
to develop their abilities in the most varied fields of activities and of promoting their integration<br>
as far as possible in normal life,<br>
<br><br>
Aware that certain countries, at their present stage of development, can devote only limited efforts to this end,<br>
<br><br>
Proclaims this Declaration on the Rights of Disabled Persons and calls for national and international action to<br>
ensure that it will be used as a common basis and frame of reference for the protection of these rights:<br>
<br><br>
</div>
<div class="arrow"><a href = "inform_2_2.html">→</a></div>
</div>
<div class="contact" id="link_contact">
<div class="con">
Addr. #99 Vazha-Pshavela Avenue, 0186, Tbilisi, Georgia
<br> Addr. ვაჟა-ფშაველას გამზირი 99, 0182 Tbilisi, Georgia
<br>Tel. +995 577 15 70 21
</div>
<a href="http://gictc.sillasys.com/main/main.do">
IAC KOREA
</a>
</div>
</div>
</div>
</body>
</html>