|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head> |
3 | 3 |
|
4 | 4 | <meta charset="utf-8"> |
5 | | -<meta name="generator" content="quarto-1.7.32"> |
| 5 | +<meta name="generator" content="quarto-1.8.25"> |
6 | 6 |
|
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> |
8 | 8 |
|
|
32 | 32 | <meta name="quarto:offset" content="./"> |
33 | 33 | <script src="site_libs/quarto-html/quarto.js" type="module"></script> |
34 | 34 | <script src="site_libs/quarto-html/tabsets/tabsets.js" type="module"></script> |
| 35 | +<script src="site_libs/quarto-html/axe/axe-check.js" type="module"></script> |
35 | 36 | <script src="site_libs/quarto-html/popper.min.js"></script> |
36 | 37 | <script src="site_libs/quarto-html/tippy.umd.min.js"></script> |
37 | 38 | <script src="site_libs/quarto-html/anchor.min.js"></script> |
38 | 39 | <link href="site_libs/quarto-html/tippy.css" rel="stylesheet"> |
39 | | -<link href="site_libs/quarto-html/quarto-syntax-highlighting-37eea08aefeeee20ff55810ff984fec1.css" rel="stylesheet" id="quarto-text-highlighting-styles"> |
| 40 | +<link href="site_libs/quarto-html/quarto-syntax-highlighting-7b89279ff1a6dce999919e0e67d4d9ec.css" rel="stylesheet" id="quarto-text-highlighting-styles"> |
40 | 41 | <script src="site_libs/bootstrap/bootstrap.min.js"></script> |
41 | 42 | <link href="site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet"> |
42 | | -<link href="site_libs/bootstrap/bootstrap-eaf9f7b2eff0675dc85d7d6a3549247f.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light"> |
| 43 | +<link href="site_libs/bootstrap/bootstrap-003c7ce323138a8a6468cb23c965a473.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light"> |
43 | 44 | <script id="quarto-search-options" type="application/json">{ |
44 | 45 | "location": "navbar", |
45 | 46 | "copy-button": false, |
|
79 | 80 | <nav class="navbar navbar-expand-lg " data-bs-theme="dark"> |
80 | 81 | <div class="navbar-container container-fluid"> |
81 | 82 | <div class="navbar-brand-container mx-auto"> |
| 83 | + <a href="./index.html" class="navbar-brand navbar-brand-logo"> |
| 84 | + </a> |
82 | 85 | <a class="navbar-brand" href="./index.html"> |
83 | 86 | <span class="navbar-title">Ruben Jimenez</span> |
84 | 87 | </a> |
@@ -197,13 +200,14 @@ <h1 class="title">Resume</h1> |
197 | 200 | e.clearSelection(); |
198 | 201 | } |
199 | 202 | const getTextToCopy = function(trigger) { |
200 | | - const codeEl = trigger.previousElementSibling.cloneNode(true); |
201 | | - for (const childEl of codeEl.children) { |
202 | | - if (isCodeAnnotation(childEl)) { |
203 | | - childEl.remove(); |
204 | | - } |
| 203 | + const outerScaffold = trigger.parentElement.cloneNode(true); |
| 204 | + const codeEl = outerScaffold.querySelector('code'); |
| 205 | + for (const childEl of codeEl.children) { |
| 206 | + if (isCodeAnnotation(childEl)) { |
| 207 | + childEl.remove(); |
205 | 208 | } |
206 | | - return codeEl.innerText; |
| 209 | + } |
| 210 | + return codeEl.innerText; |
207 | 211 | } |
208 | 212 | const clipboard = new window.ClipboardJS('.code-copy-button:not([data-in-quarto-modal])', { |
209 | 213 | text: getTextToCopy |
|
0 commit comments