-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
54 lines (53 loc) · 3.88 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<title>International Society for Universal Dialogue</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<div class="container">
<img class="logo" src="images/isud.jpeg" alt="front logo"/>
<nav>
<ol>
<li><a href="index.html">Home</a></li>
<li><a href="aboutus.html">About Us</a></li>
<li><a href="contact.html">Contact</a></li>
</ol>
</nav>
</div>
</header>
<div class="section">
<iframe class="border" width="560" height="315" src="https://www.youtube.com/embed/sF5n78x9LgE" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h2 class="vid">The International Society for Universal Dialogue</h2>
<p class="vid">ISUD is a society of scholars, mostly philosophers, from many parts of the world, devoted to promoting international dialogue and the discussion of fundamental questions of universal concern, which affect all humanity, such as world peace, human rights, dialogical interrelations of diverse cultures, and preservation of the world ecology.</p>
<p class="vid">What role does philosophical thinking have to play in moving toward a more rational and more humane future?
What are ethical principles of dialogue?
How may one understand cultural diversity and universality?
How best to work toward a culture of peace?
What is the relationship between the basic liberties of individuals and the collective rights of cultural groups?
</p>
<p class="vid">Click <a href="https://www.worldialogue.org/videos">here</a> to view featured member profiles!</p>
</div>
<div class="section">
<div class="border">
<img class="img" src="images/isud2.png" alt="2018 Congress – Lima, Peru"/>
</div>
<h2 class="vid">History</h2>
<p class="vid">The International Society for Universal Dialogue was founded in Warsaw, Poland in 1989.
ISUD is a philosophical society dedicated to promoting international and intercultural dialogue among an ever-wider segment of humanity.
</p>
<p class="vid">The main purpose of the society is to pursue, by means of scholarly work, the gradual realization of a decent, peaceful, and just world order.
Towards this goal, ISUD produces biannual international conferences to facilitate an ethos of universal dialogue.
</p>
<p class="vid">ISUD is committed to promoting philosophical discourse intended to encourage the emergence of a more decent and humane world order by promoting dialogue to actualize the highest and richest human values in all dimensions of life.</p>
<p class="vid">ISUD is a member of the International Federation of Philosophical Societies (FISP), is an international association of philosophers and scholars from a wide range of other disciplines (such as history, archaeology, pedagogy, anthropology, etc) devoted to promoting the discussion of such fundamental issues as world peace, social justice, human rights, and dialogical interrelations of diverse cultures.</p>
</div>
<footer class="foot">
<a href="https://www.facebook.com"><i class="fa fa-facebook-official w3-hover-opacity"></i></a>
<a href="https://www.instagram.com/ISUD/"><i class="fa fa-instagram w3-hover-opacity"></i></a>
<a href="https://twitter.com/ISUD"><i class="fa fa-twitter w3-hover-opacity"></i></a>
</footer>
</body>