-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPeace.html
61 lines (60 loc) · 4.46 KB
/
Peace.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
</head>
<body>
<div class="jumbotron text-center"style="background-color:lightpink;">
<h2>THE NOBEL PRIZE</h2>
<h3>Nomination and selection of Peace Prize Laureates</h3>
<p>A nomination for the Nobel Peace Prize may be submitted by any person who meets the nomination criteria. A letter of invitation to submit is not required. The names of the nominees and other information about the nominations cannot be revealed until 50 years later.</p>
</div><center><h3>Nominations for the 2024 Nobel Peace Prize</h3>
<h5>The deadline for nominating candidates for the 2024 Nobel Peace Prize expired on 31 January. The Norwegian Nobel Institute has registered a total of 285 candidates for this year’s peace prize, of which 196 are individuals and 89 are organisations. For comparison, the Nobel Institute received 351 valid nominations last year, distributed among 259 individuals and 92 organisations. The highest number ever was received in 2016, and was 376 candidates.</h5></center>
<div class="container">
<div class="row">
<div class="col-sm-4">
<h3>Process of nomination and selection</h3>
<p>The Norwegian Nobel Committee is responsible for selecting the Nobel Peace Prize laureates. A nomination for the Nobel Peace Prize may be submitted by any persons who are qualified to nominate.<br>According to the statutes of the Nobel Foundation, a nomination for the Nobel Peace Prize is considered valid if it is submitted by a person who falls within one of the following categories, a personal application for an award will not be considered:<br><ol>
<li>Members of national assemblies and national governments (cabinet members/ministers) of sovereign states as well as current heads of state</li>
<li>Members of l’Institut de Droit International</li>
<li>Members of the International Board of the Women’s International League for Peace and Freedom</li>
<li>Former advisers to the Norwegian Nobel Committee</li>
<li>Members of the International Board of the Women’s International League for Peace and Freedom</li></p>
</div>
<div class="col-sm-4">
<h3>Selection of Nobel Prize laureates</h3>
<p>The Norwegian Nobel Committee is responsible for the selection of eligible candidates and the choice of the Nobel Peace Prize laureates. The Committee is composed of five members appointed by the Storting (Norwegian parliament). The Nobel Peace Prize is awarded in Oslo, Norway, not in Stockholm, Sweden, where the Nobel Prizes in Physics, Chemistry, Physiology or Medicine, Literature and the prize in economic sciences are awarded.</p>
</div>
<div class="col-sm-4">
<h3>Candidacy criteria</h3>
<p>The candidates eligible for the Nobel Peace Prize are those persons or organisations nominated by qualified individuals, see above. A nomination for yourself will not be taken into consideration.
</p>
</div>
</div>
</div>
<div class="jumbotron text-center"style="background-color:lightgrey;">
<img src="peace image.webp"heigth="250" width="250"align="right" >
<h2>The 2023 peace prize laureate</h2>
<h2>Narges Mohammadi</h2>
<p>Narges Mohammadi is a woman, a human rights advocate, and a freedom fighter. Her brave struggle for freedom of expression and the right of independence has come with tremendous personal costs. Altogether, the regime in Iran has arrested her 13 times, convicted her five times, and sentenced her to a total of 31 years in prison and 154 lashes.
Narges Mohammadi is still in prison.
</p>
</div><center>
<h3>Articles in Peace</h3>
<h4> The Red Cross: Three-time recipient of the Peace Prize<h4>
<h4>Mahatma Gandhi, the missing Laureate</h4>
<h4>The Nobel Peace Prize: From peace negotiations to human rights</h4>
<h4>The Nobel Peace Prize: Revelations from the Soviet past</h4>
<h4>The Norwegian Nobel committee</h4>
<h4>Reflections on the Nobel Peace Prize</h4>
<h4>Controversies and criticisms</h4>
<br><br>
<a href="index.html">RETURN TO HOME</a>
</center>
</body>
</html>