-
Notifications
You must be signed in to change notification settings - Fork 0
/
eslac-2021-03-18.html
137 lines (98 loc) · 2.28 KB
/
eslac-2021-03-18.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
<!doctype html>
<html lang=en>
<head>
<title>ESLAC</title>
<meta charset=utf-8 />
<style>
/* Copyright 2021 ESLAC authors. MIT License */
:root {
font: 12pt monospace;
}
body,
html {
margin: 0 10%;
}
a {
color: #0047ab;
text-decoration: none;
}
a:hover,
a:focus {
background-color: yellow;
color: #888;
}
</style>
</head>
<body>
<h1>
<a href="https://github.com/eslac/eslac.github.io" target="_blank" title="source code on GitHub"><img
src=https://pushme-pullyou.github.io/tootoo-2021/lib/assets/icons/mark-github.svg></a>
<a href="">El Salvador: Adolescentes Change</a>
</h1>
<details>
<summary>English</summary>
<h3>
In El Salvador, every year about 100,000 people reach the age of 18.
</h3>
<h3>
And about 10,000 people reach the age of 80.
</h3>
<h3>
For some of these people, life in El Salvador is a dream come true.
</h3>
<h3>
And for many others, life in El Salvador is still a dream waiting to be true.
</h3>
<p> </p>
<h3>
Can we do anything so that more dreams in El Salvador become true and real?
</h3>
<h3>
See also:<br>
<a href="https://eslac.github.io/preguntas-mas-frecuentes">Frequently Asked Questions (FAQ)</a><br>
<a href="https://eslac.github.io/blog" >Blog</a>
</h3>
</details>
<details open>
<summary>Español</summary>
<h3>
En El Salvador, cada año alrededor de 100.000 personas llegan a los 18 años.
</h3>
<h3>
Y unas 10.000 personas llegan a los 80 años.
</h3>
<h3>
Para algunas de estas personas, la vida en El Salvador es un sueño hecho realidad.
</h3>
<h3>
Y para muchos otros, la vida en El Salvador sigue siendo un sueño que espera hacerse realidad.
</h3>
<h3>
¿Podemos hacer algo para que más sueños en El Salvador se hagan realidad?
</h3>
<br>
<h3>
Decimos "¡sí!"
</h3>
<h3>
William B<br>
sammy paiz<br>
palbertomelendez<br>
theo-armour<br>
</h3>
<br>
<h3>
Ver también: <a href="https://eslac.github.io/preguntas-mas-frecuentes">Preguntas más frecuentes</a>
</h3>
</details>
<hr>
<script>
init()
function init() {
if ( location.protocol === "https:" ) {
window.history.pushState( "", "", "./" + location.hash );
}
}
</script>
</body>
</html>