-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
203 lines (169 loc) · 7.02 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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<!DOCTYPE html>
<html lang="en" dir="auto">
<head>
<meta name="generator" content="Hugo 0.119.0"><meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="index, follow">
<title>Raúl E. Taveras's Website</title>
<meta name="description" content="">
<meta name="author" content="">
<link rel="canonical" href="//www.raultaveras.online/">
<link crossorigin="anonymous" href="/assets/css/stylesheet.min.css" rel="preload stylesheet" as="style">
<link rel="icon" href="//www.raultaveras.online/favicon.ico">
<link rel="apple-touch-icon" href="//www.raultaveras.online/apple-touch-icon.png">
<link rel="alternate" type="application/rss+xml" href="//www.raultaveras.online/index.xml">
<link rel="alternate" hreflang="en" href="//www.raultaveras.online/">
<link rel="alternate" hreflang="es" href="//www.raultaveras.online/es/">
<meta name="twitter:title" content="Raúl E. Taveras's Website" />
<meta name="twitter:description" content="" />
<meta property="og:title" content="Raúl E. Taveras's Website" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="//www.raultaveras.online/" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Raúl E. Taveras's Website",
"url": "//www.raultaveras.online",
"description": "",
"thumbnailUrl": "//www.raultaveras.online/favicon.ico",
"sameAs": [
]
}
</script>
<noscript>
<style>
#theme-toggle,
.top-link {
display: none;
}
</style>
</noscript>
</head>
<body class="list-page type-page kind-home layout-" id="top"><script data-no-instant>
function switchTheme(theme) {
switch (theme) {
case 'light':
document.body.classList.remove('dark');
break;
case 'dark':
document.body.classList.add('dark');
break;
default:
if (window.matchMedia('(prefers-color-scheme: dark)').matches) {
document.body.classList.add('dark');
}
}
}
function isDarkTheme() {
return document.body.className.includes("dark");
}
function getPrefTheme() {
return localStorage.getItem("pref-theme");
}
function setPrefTheme(theme) {
switchTheme(theme)
localStorage.setItem("pref-theme", theme);
}
const toggleThemeCallbacks = {}
toggleThemeCallbacks['main'] = (isDark) => {
if (isDark) {
setPrefTheme('light');
} else {
setPrefTheme('dark');
}
}
window.addEventListener('toggle-theme', function() {
const isDark = isDarkTheme()
for (const key in toggleThemeCallbacks) {
toggleThemeCallbacks[key](isDark)
}
});
function toggleThemeListener() {
window.dispatchEvent(new CustomEvent('toggle-theme'));
}
</script>
<script>
(function() {
const defaultTheme = 'light';
const prefTheme = getPrefTheme();
const theme = prefTheme ? prefTheme : defaultTheme;
switchTheme(theme);
})();
</script>
<header class="header">
<nav class="nav">
<div class="logo">
<a href="//www.raultaveras.online" accesskey="h" title="Raúl E. Taveras's Website (Alt + H)">Raúl E. Taveras's Website</a>
<span class="logo-switches">
<button id="theme-toggle" accesskey="t" title="(Alt + T)">
<svg id="moon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
</svg>
<svg id="sun" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round">
<circle cx="12" cy="12" r="5"></circle>
<line x1="12" y1="1" x2="12" y2="3"></line>
<line x1="12" y1="21" x2="12" y2="23"></line>
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
<line x1="1" y1="12" x2="3" y2="12"></line>
<line x1="21" y1="12" x2="23" y2="12"></line>
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
</svg>
</button>
</span>
</div>
<ul id="menu">
<li>
<a href="//www.raultaveras.online/tags/" title="tags"
>tags
</a>
</li>
</ul>
</nav>
</header>
<main class="main"><div class="profile">
<div class="profile_inner">
<img src="//www.raultaveras.online/raulforward1.jpeg" alt="profile image"
height="120" width="120" />
<h1>Raúl E. Taveras’s Website</h1>
<span>I am Raúl: Christian, linguistics lover, diplomacy professional, born in the Dominican Republic but citizen of the world. Welcome to my website!</span><div class="social-icons">
</div>
<div class="buttons">
<a class="button" href="/tags/updates/" rel="noopener" title="Updates">
<span class="button-inner">Updates</span>
</a>
<a class="button" href="/articles/" rel="noopener" title="Articles">
<span class="button-inner">Articles</span>
</a>
<a class="button" href="/recommendations/" rel="noopener" title="Things I Use and Recommend">
<span class="button-inner">Things I Use and Recommend</span>
</a>
</div>
</div>
</div>
</main>
<footer class="h-card vcard footer">
<pre class="wp-block-code"><code>
<a style="text-decoration: none" href=//www.raultaveras.online class="p-name u-url url author metatag" rel="me">Raúl Ernesto Taveras Franco</a> / <a class="u-email email metatag" rel="me" href="mailto:[email protected]">[email protected]</a>
<img class="u-photo" style="object-fit:scale-down; width:15%; height:15%; margin:auto;" src="/raulforward1.jpeg" alt="Raul facing forward and to the right" />
</code>
<a href="https://www.instagram.com/raul.e.taveras/" class="u-x-instagram u-url" rel="me"></a>
<a href="https://twitter.com/realraulernesto" class="u-x-twitter u-url" rel="me"></a>
<a href="https://ohai.social/@rauletaveras" class="u-x-mastodon u-url" rel="me"></a>
<link rel="webmention" href="https://webmention.io/www.raultaveras.online/webmention" />
</footer>
<a href="#top" aria-label="go to top" title="Go to Top (Alt + G)" class="top-link" id="top-link" accesskey="g">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentColor">
<path d="M12 6H0l6-6z" />
</svg>
</a>
</body>
</html>