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
12
href ="./Main_Plots/logo.png "
13
13
/>
50
50
< div class ="navbar-menu " id ="navMenu " :class ="{ 'is-active': openNav } ">
51
51
< div class ="navbar-start ">
52
52
< a href ="./metadata.html " class ="navbar-item "> Database Metadata</ a >
53
- < a href ="/People_Page/people.html " class ="navbar-item "> People</ a > <!-- Enlace a pagina de people -->
53
+ < a href =". /People_Page/people.html " class ="navbar-item "> People</ a > <!-- Enlace a pagina de people -->
54
54
< div class ="navbar-item has-dropdown is-hoverable ">
55
55
< a class ="navbar-link "> Details</ a >
56
56
< div class ="navbar-dropdown ">
57
- < a href ="/Processing_details/dataset_filtering.html " class ="navbar-item "> Dataset Filtering</ a >
58
- < a href ="/Processing_details/dataset_processing.html " class ="navbar-item "> Dataset Processing</ a >
57
+ < a href =". /Processing_details/dataset_filtering.html " class ="navbar-item "> Dataset Filtering</ a >
58
+ < a href =". /Processing_details/dataset_processing.html " class ="navbar-item "> Dataset Processing</ a >
59
59
60
60
</ div >
61
61
</ div >
75
75
< div class ="container ">
76
76
< div class ="title-container "> <!-- Contenedor Flex para título e imagen -->
77
77
< h1 class ="title is-2 " style ="font-size: 60px; "> SpaRED</ h1 >
78
- < img src ="Main_Plots/logo_white.png " alt ="Logo de SpaRED " class ="padded-image " style ="width: 80px; height: 80px; ">
78
+ < img src ="./ Main_Plots/logo_white.png " alt ="Logo de SpaRED " class ="padded-image " style ="width: 80px; height: 80px; ">
79
79
</ div >
80
80
< h1 class ="title is-2 "> Spatially Resolved Expression Database</ h1 >
81
81
</ div >
@@ -93,12 +93,12 @@ <h1 class="title is-2">Spatially Resolved Expression Database</h1>
93
93
94
94
< div class ="content ">
95
95
<!-- Enlace a la página de estadísticas generales de datos humanos -->
96
- < h1 id ="spared-human "> < a href ="/Human_Page/human_data.html "> General SpaRED Statistics in Human Data</ a > </ h1 >
97
- < img src ="Main_Plots/human_statistics.png " alt ="General SpaRED statistics in Human Data ">
96
+ < h1 id ="spared-human "> < a href =". /Human_Page/human_data.html "> General SpaRED Statistics in Human Data</ a > </ h1 >
97
+ < img src ="./ Main_Plots/human_statistics.png " alt ="General SpaRED statistics in Human Data ">
98
98
99
99
<!-- Enlace a la página de estadísticas generales de datos de ratones -->
100
- < h1 id ="spared-mouse "> < a href ="/Mouse_Page/mouse_data.html "> General SpaRED Statistics in Mouse Data</ a > </ h1 >
101
- < img src ="Main_Plots/mouse_statistics.png " alt ="General SpaRED statistics in Mouse Data ">
100
+ < h1 id ="spared-mouse "> < a href =". /Mouse_Page/mouse_data.html "> General SpaRED Statistics in Mouse Data</ a > </ h1 >
101
+ < img src ="./ Main_Plots/mouse_statistics.png " alt ="General SpaRED statistics in Mouse Data ">
102
102
</ div >
103
103
104
104
@@ -120,5 +120,5 @@ <h1 id="spared-mouse"><a href="/Mouse_Page/mouse_data.html">General SpaRED Stati
120
120
</ footer >
121
121
122
122
123
- < script src ="/assets/js/app.js " type ="text/javascript "> </ script > <!-- footer scripts --> </ body >
123
+ < script src =". /assets/js/app.js " type ="text/javascript "> </ script > <!-- footer scripts --> </ body >
124
124
</ html >
0 commit comments