We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fbb098 commit b8f791aCopy full SHA for b8f791a
1 file changed
assets/script.js
@@ -80,6 +80,7 @@ document.addEventListener('DOMContentLoaded', function() {
80
blockquote.classList.add('hidden-view'); // use CSS class instead of inline style
81
82
blockquote.innerHTML = `
83
+ <blockquote><p>I’m <strong>Mo</strong>, a NeuroAI researcher.</p></blockquote>
84
<p><strong>Active emails:</strong> ${active.join(', ')}</p>
85
<p><strong>Inactive emails:</strong> ${inactive.join(', ')}</p>
86
<p><small>Feel free to reach out via the active addresses.</small></p>
0 commit comments