|
7 | 7 | <meta charset="utf-8">
|
8 | 8 | <meta name="viewport" content="width=device-width, initial-scale=1">
|
9 | 9 | <meta name="theme-color" content=#ffffff>
|
10 |
| - <link rel="stylesheet" href="/assets/css/app.css"> |
| 10 | + <link rel="stylesheet" href="./assets/css/app.css"> |
11 | 11 | <link rel="shortcut icon" type="image/png"
|
12 |
| - href="/Main_Plots/logo.png" |
| 12 | + href="./Main_Plots/logo.png" |
13 | 13 | />
|
14 | 14 | <script defer src=" https://unpkg.com/[email protected]/dist/cdn.min.js" ></script>
|
15 | 15 | <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css">
|
|
56 | 56 | <nav class="navbar is-primary " x-data="{ openNav: false }">
|
57 | 57 | <div class="container">
|
58 | 58 | <div class="navbar-brand">
|
59 |
| - <a href="/" class="navbar-item"> |
| 59 | + <a href="" class="navbar-item"> |
60 | 60 | SpaRED
|
61 | 61 | </a>
|
62 | 62 | <a role="button" class="navbar-burger burger" aria-label="menu" aria-expanded="false" data-target="navMenu" :class="{ 'is-active': openNav }" x-on:click="openNav = !openNav">
|
|
67 | 67 | </div>
|
68 | 68 | <div class="navbar-menu" id="navMenu" :class="{ 'is-active': openNav }">
|
69 | 69 | <div class="navbar-start">
|
70 |
| - <a href="/metadata.html" class="navbar-item">Database Metadata</a> |
71 |
| - <a href="/People_Page/people.html" class="navbar-item">People</a> <!-- Enlace a pagina de people --> |
| 70 | + <a href="./metadata.html" class="navbar-item">Database Metadata</a> |
| 71 | + <a href="./People_Page/people.html" class="navbar-item">People</a> <!-- Enlace a pagina de people --> |
72 | 72 | <div class="navbar-item has-dropdown is-hoverable">
|
73 | 73 | <a class="navbar-link">Details</a>
|
74 | 74 | <div class="navbar-dropdown">
|
75 |
| - <a href="/Processing_details/dataset_filtering.html" class="navbar-item">Dataset Filtering</a> |
76 |
| - <a href="/Processing_details/dataset_processing.html" class="navbar-item">Dataset Processing</a> |
| 75 | + <a href="./Processing_details/dataset_filtering.html" class="navbar-item">Dataset Filtering</a> |
| 76 | + <a href="./Processing_details/dataset_processing.html" class="navbar-item">Dataset Processing</a> |
77 | 77 |
|
78 | 78 | </div>
|
79 | 79 | </div>
|
@@ -104,24 +104,24 @@ <h1 class="title is-2">People</h1>
|
104 | 104 | <!-- Tarjeta de persona -->
|
105 | 105 | <div class="column is-4">
|
106 | 106 | <div class="person-card">
|
107 |
| - <img src="gabriel.jpg" alt="Gabriel Mejía" width="150" height="150"> |
| 107 | + <img src="./gabriel.jpg" alt="Gabriel Mejía" width="150" height="150"> |
108 | 108 | <h3 class="title is-4">Gabriel Mejía, MSc</h3>
|
109 | 109 | <div class="social-links">
|
110 |
| - <li><a href="https://www.linkedin.com/in/gabriel-mateo-mejia/" target="_blank"><img src="linkedin-icon.png" alt="LinkedIn"></a></li> |
111 |
| - <li><a href="https://github.com/g27182818" target="_blank"><img src="github-icon.png" alt="GitHub"></a></li> |
112 |
| - <li><a href="https://scholar.google.com/citations?hl=es&user=yh69hnYAAAAJ" target="_blank"><img src="google-scholar-icon.png" alt="Google Scholar"></a></li> |
113 |
| - <li><a href="https://g27182818.github.io/" target="_blank"><img src="webpage-icon.png" alt="Web Page"></a></li> |
| 110 | + <li><a href="https://www.linkedin.com/in/gabriel-mateo-mejia/" target="_blank"><img src="./linkedin-icon.png" alt="LinkedIn"></a></li> |
| 111 | + <li><a href="https://github.com/g27182818" target="_blank"><img src="./github-icon.png" alt="GitHub"></a></li> |
| 112 | + <li><a href="https://scholar.google.com/citations?hl=es&user=yh69hnYAAAAJ" target="_blank"><img src="./google-scholar-icon.png" alt="Google Scholar"></a></li> |
| 113 | + <li><a href="https://g27182818.github.io/" target="_blank"><img src="./webpage-icon.png" alt="Web Page"></a></li> |
114 | 114 | </div>
|
115 | 115 | </div>
|
116 | 116 | </div>
|
117 | 117 | <div class="column is-4">
|
118 | 118 | <div class="person-card">
|
119 |
| - <img src="daniela_ruiz.jpg" alt="Daniela Ruiz" width="150" height="150"> |
| 119 | + <img src="./daniela_ruiz.jpg" alt="Daniela Ruiz" width="150" height="150"> |
120 | 120 | <h3 class="title is-4">Daniela Ruiz</h3>
|
121 | 121 | <div class="social-links">
|
122 |
| - <li><a href="https://www.linkedin.com/in/daniela-ruiz-7934b61b4/" target="_blank"><img src="linkedin-icon.png" alt="LinkedIn"></a></li> |
123 |
| - <li><a href="https://github.com/danielaruizl1" target="_blank"><img src="github-icon.png" alt="GitHub"></a></li> |
124 |
| - <li><a href="https://scholar.google.com/citations?hl=es&user=Zm-tYR0AAAAJ" target="_blank"><img src="google-scholar-icon.png" alt="Google Scholar"></a></li> |
| 122 | + <li><a href="https://www.linkedin.com/in/daniela-ruiz-7934b61b4/" target="_blank"><img src="./linkedin-icon.png" alt="LinkedIn"></a></li> |
| 123 | + <li><a href="https://github.com/danielaruizl1" target="_blank"><img src="./github-icon.png" alt="GitHub"></a></li> |
| 124 | + <li><a href="https://scholar.google.com/citations?hl=es&user=Zm-tYR0AAAAJ" target="_blank"><img src="./google-scholar-icon.png" alt="Google Scholar"></a></li> |
125 | 125 | </div>
|
126 | 126 | </div>
|
127 | 127 | </div>
|
|
0 commit comments