forked from ncase/trust
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
150 lines (129 loc) · 6.59 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
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
<!--
TRANSLATION GUIDE:
https://github.com/ncase/trust#how-to-translate-this-thang
Hello fan-translaters!
First off, thank you so much for taking the time to help out,
I super appreciate it. :3 Anyway, to make translation a bit easier
(or at least less painful) I've scattered comments about on
what things you should translate, plus any additional info
Translate the following files:
index.html - The title & social sharing text (a few words)
words.html - All the words for the interactive itself (~3,300 words)
(optional) notes/index.html - The footnotes (~1,100 words)
(optional) peeps/index.html - The full credits (a few words)
Many thanks again!
<3,
~ Nicky Case
-->
<!doctype>
<html>
<head>
<!-- TO TRANSLATE: "title", "description" -->
<title>Η Εξέλιξη της Εμπιστοσύνης</title>
<meta name="description" content="ένας διαδραστικός οδηγός στη θεωρία παιγνίων του γιατί & πώς εμπιστευόμαστε ο ένας τον άλλο"/>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<meta charset="utf-8">
<link rel="icon" type="image/png" href="favicon.png">
<!-- TO TRANSLATE: "name", "description" -->
<meta itemprop="name" content="Η Εξέλιξη της Εμπιστοσύνης">
<meta itemprop="description" content="ένας διαδραστικός οδηγός στη θεωρία παιγνίων του γιατί & πώς εμπιστευόμαστε ο ένας τον άλλο">
<meta itemprop="image" content="http://ncase.me/trust/social/thumbnail.png">
<!-- TO TRANSLATE: "name", "description" -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@ncasenmare">
<meta name="twitter:title" content="Η Εξέλιξη της Εμπιστοσύνης">
<meta name="twitter:description" content="ένας διαδραστικός οδηγός στη θεωρία παιγνίων του γιατί & πώς εμπιστευόμαστε ο ένας τον άλλο">
<meta name="twitter:creator" content="@ncasenmare">
<meta name="twitter:image" content="http://ncase.me/trust/social/thumbnail.png">
<!-- TO TRANSLATE: "name", "description" -->
<meta property="og:title" content="The Evolution of Trust">
<meta property="og:type" content="website">
<meta property="og:url" content="http://ncase.me/trust/">
<meta property="og:image" content="http://ncase.me/trust/social/thumbnail.png">
<meta property="og:description" content="an interactive guide to the game theory of why & how we trust each other">
<!-- Styles -->
<link rel="stylesheet" href="css/slides.css?v7">
<link rel="stylesheet" href="css/balloon.css?v7">
</head>
<body>
<div id="preloader">φόρτωση...</div> <!-- TRANSLATE THIS -->
<div style="display:none" id="main">
<div id="slideshow_container">
<div id="slideshow"></div>
<div id="scratcher"></div>
</div>
</div>
<div style="display:none" id="footer">
<div id="sound" sound="on" class="no-select">
<div id="sound_icon"></div>
<div id="sound_on">ΕΝΕΡΓΟ</div> <!-- TRANSLATE THIS -->
<div id="sound_off">ΑΝΕΝΕΡΓΟ</div> <!-- TRANSLATE THIS -->
</div>
<div id="select"></div>
<!-- TRANSLATE "title" & "text". Make sure it's less than 112 characters, for Twitter's sake -->
<!-- Also, change "link" to whatever the link for the translated version will be! -->
<sharing title="Η Εξέλιξη της Εμπιστοσύνης"
text="Οι άνθρωποι δεν εμπιστεύονται πια ο ένας τον άλλο. Γιατί; Και πώς μπορεί να διορθωθεί αυτό; Ένας διαδραστικός οδηγός στη θεωρία παιγνίων εμπιστοσύνης:"
link="http://lightspot21.github.io/trust"></sharing>
<!-- List of translations thus far! -->
<div id="translations">
fan-translations so far:
<a href="https://github.com/ncase/trust#how-to-translate-this-thang" target="_blank">(add your own!)</a> |
<a href="https://ccamara.github.io/trust/">Español de España</a> |
<a href="https://ayowel.github.io/trust/">Français</a> |
<a href="https://jkoelling.github.io/trust/">Deutsch</a> |
<a href="https://lvdt.github.io/trust/">Italiano</a> |
<a href="https://likzet.github.io/trust/">Русский</a> |
<a href="https://brunolemos.github.io/trust/">Português do Brasil</a> |
<a href="https://osaatcioglu.github.io/trust/">Türkçe</a> |
<a href="http://sekai.co/trust/">中文</a> |
<a href="https://audreyt.github.io/trust-zh-TW/">中文(臺灣)</a>
</div>
</div>
</body>
</html>
<!-- Libraries -->
<script src="js/lib/helpers.js?v7"></script>
<script src="js/lib/pegasus.js?v7"></script>
<script>var c_ = {};</script>
<script src="js/lib/minpubsub.src.js?v7"></script>
<script src="js/lib/q.js?v7"></script>
<script src="js/lib/pixi.min.js?v7"></script>
<script src="js/lib/howler.js?v7"></script>
<script>var createjs = window;</script>
<script src="js/lib/tweenjs-0.6.2.min.js?v7"></script>
<script>Ticker.framerate=60; Ticker.paused=true;</script>
<script src="js/lib/sharing.js?v7"></script>
<!-- Core Engine -->
<script src="js/core/Loader.js?v7"></script>
<script src="js/core/Slideshow.js?v7"></script>
<script src="js/core/SlideSelect.js?v7"></script>
<script src="js/core/Button.js?v7"></script>
<script src="js/core/TextBox.js?v7"></script>
<script src="js/core/Words.js?v7"></script>
<script src="js/core/IncDecNumber.js?v7"></script>
<script src="js/core/Slider.js?v7"></script>
<script src="js/core/Scratcher.js?v7"></script>
<script src="js/core/Background.js?v7"></script>
<script src="js/core/ImageBox.js?v7"></script>
<script src="js/core/PayoffsUI.js?v7"></script>
<!-- Simulations -->
<script src="js/sims/Splash.js?v7"></script>
<script src="js/sims/PD.js?v7"></script>
<script src="js/sims/Iterated.js?v7"></script>
<script src="js/sims/Tournament.js?v7"></script>
<script src="js/sims/SandboxUI.js?v7"></script>
<!-- Slides -->
<script src="js/slides/0_Slides_Intro.js?v7"></script>
<script src="js/slides/1_Slides_OneOff.js?v7"></script>
<script src="js/slides/2_Slides_Iterated.js?v7"></script>
<script src="js/slides/3_Slides_Tournament.js?v7"></script>
<script src="js/slides/4_Slides_Evolution.js?v7"></script>
<script src="js/slides/5_Slides_Distrust.js?v7"></script>
<script src="js/slides/6_Slides_Noise.js?v7"></script>
<script src="js/slides/7_Slides_Sandbox.js?v7"></script>
<script src="js/slides/8_Slides_Conclusion.js?v7"></script>
<script src="js/slides/9_Slides_Credits.js?v7"></script>
<!-- Main Code -->
<script src="js/main.js?v7"></script>