88 < meta content ="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0 " name ="viewport " />
99 < meta http-equiv ="X-UA-Compatible " content ="IE=edge,chrome=1 " />
1010 <!-- Favicon -->
11- < link rel ="apple-touch-icon " sizes ="180x180 " href ="../assets/img/favicon/apple-touch-icon.png ">
12- < link rel ="icon " type ="image/png " sizes ="32x32 " href ="../assets/img/favicon/favicon-32x32.png ">
13- < link rel ="icon " type ="image/png " sizes ="16x16 " href ="../assets/img/favicon/favicon-16x16.png ">
14- < link rel ="manifest " href ="../assets/img/favicon/site.webmanifest ">
15- < link rel ="mask-icon " href ="../assets/img/favicon/safari-pinned-tab.svg " color ="#5bbad5 ">
16- < link rel ="shortcut icon " href ="../assets/img/favicon/favicon.ico ">
11+ < link rel ="apple-touch-icon " sizes ="180x180 " href ="../../ assets/img/favicon/apple-touch-icon.png ">
12+ < link rel ="icon " type ="image/png " sizes ="32x32 " href ="../../ assets/img/favicon/favicon-32x32.png ">
13+ < link rel ="icon " type ="image/png " sizes ="16x16 " href ="../../ assets/img/favicon/favicon-16x16.png ">
14+ < link rel ="manifest " href ="../../ assets/img/favicon/site.webmanifest ">
15+ < link rel ="mask-icon " href ="../../ assets/img/favicon/safari-pinned-tab.svg " color ="#5bbad5 ">
16+ < link rel ="shortcut icon " href ="../../ assets/img/favicon/favicon.ico ">
1717 < meta name ="msapplication-TileColor " content ="#2d89ef ">
18- < meta name ="msapplication-config " content ="../assets/img/favicon/browserconfig.xml ">
18+ < meta name ="msapplication-config " content ="../../ assets/img/favicon/browserconfig.xml ">
1919 < meta name ="theme-color " content ="#ffffff ">
2020 <!-- Fonts and icons -->
2121 < link rel ="stylesheet " type ="text/css " href ="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:400,700|Material+Icons " />
2222 < link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css ">
2323 <!-- Material Kit CSS -->
24- < link href ="../assets/css/material-kit.css?v=2.0.4 " rel ="stylesheet " />
25- < link href ="../assets/css/custom.css " rel ="stylesheet " />
26- < link href ="../assets/css/range-input.css " rel ="stylesheet " />
24+ < link href ="../../ assets/css/material-kit.css?v=2.0.4 " rel ="stylesheet " />
25+ < link href ="../../ assets/css/custom.css " rel ="stylesheet " />
26+ < link href ="../../ assets/css/range-input.css " rel ="stylesheet " />
2727
2828 < style type ="text/css ">
2929 body {
126126 < nav class ="navbar fixed-top navbar-expand-lg ">
127127 < div class ="container ">
128128 < div class ="navbar-translate ">
129- < a class ="navbar-brand " href ="../ ">
130- < img src ="../assets/img/logos/opr_logo.png " alt ="OPRobots Logo " style ="max-height: 100%; ">
129+ < a class ="navbar-brand " href ="../../ ">
130+ < img src ="../../ assets/img/logos/opr_logo.png " alt ="OPRobots Logo " style ="max-height: 100%; ">
131131 </ a >
132132 < button class ="navbar-toggler " type ="button " data-toggle ="collapse " aria-expanded ="false " aria-label ="Toggle navigation ">
133133 < span class ="sr-only "> Menú Lateral</ span >
139139 < div class ="collapse navbar-collapse ">
140140 < ul class ="navbar-nav ml-auto ">
141141 < li class ="nav-item d-lg-none text-center ">
142- < a class ="navbar-brand margin-top-20 margin-bottom-20 " href ="../ ">
143- < img src ="../assets/img/logos/opr_logo.png " alt ="OPRobots Logo " style ="max-height: 100%; ">
142+ < a class ="navbar-brand margin-top-20 margin-bottom-20 " href ="../../ ">
143+ < img src ="../../ assets/img/logos/opr_logo.png " alt ="OPRobots Logo " style ="max-height: 100%; ">
144144 </ a >
145145 </ li >
146146 <!-- <li class="nav-item">
149149 </a>
150150 </li> -->
151151 < li class ="nav-item ">
152- < a href ="../nuestros-robots " class ="nav-link ">
152+ < a href ="../../ nuestros-robots " class ="nav-link ">
153153 < i class ="material-icons "> settings</ i > Nuestros Robots
154154 </ a >
155155 </ li >
156156 < li class ="nav-item active ">
157- < a href ="../utils-helpers " class ="nav-link ">
157+ < a href ="../../ utils-helpers " class ="nav-link ">
158158 < i class ="material-icons "> support</ i > Utils & Helpers
159159 </ a >
160160 </ li >
161161 < li class ="nav-item ">
162- < a href ="../tienda " class ="nav-link ">
162+ < a href ="../../ tienda " class ="nav-link ">
163163 < i class ="material-icons "> store</ i > Tienda
164164 </ a >
165165 </ li >
@@ -297,7 +297,7 @@ <h4 class="title">Maze ASCII</h4>
297297
298298 </ div >
299299
300- < script src ="../assets/js/OSHWDemMazeGenerator.js " type ="text/javascript "> </ script >
300+ < script src ="../../ assets/js/OSHWDemMazeGenerator.js " type ="text/javascript "> </ script >
301301 < script >
302302 let drawMaze = function ( rows , cols ) {
303303
@@ -994,21 +994,21 @@ <h4 class="title">Maze ASCII</h4>
994994 } ) ( ) ;
995995 </ script >
996996 <!-- Core JS Files -->
997- < script src ="../assets/js/core/jquery.min.js " type ="text/javascript "> </ script >
998- < script src ="../assets/js/core/popper.min.js " type ="text/javascript "> </ script >
999- < script src ="../assets/js/core/bootstrap-material-design.min.js " type ="text/javascript "> </ script >
1000- < script src ="../assets/js/plugins/moment.min.js "> </ script >
997+ < script src ="../../ assets/js/core/jquery.min.js " type ="text/javascript "> </ script >
998+ < script src ="../../ assets/js/core/popper.min.js " type ="text/javascript "> </ script >
999+ < script src ="../../ assets/js/core/bootstrap-material-design.min.js " type ="text/javascript "> </ script >
1000+ < script src ="../../ assets/js/plugins/moment.min.js "> </ script >
10011001 <!-- Plugin for the Datepicker, full documentation here: https://github.com/Eonasdan/bootstrap-datetimepicker -->
1002- < script src ="../assets/js/plugins/bootstrap-datetimepicker.js " type ="text/javascript "> </ script >
1002+ < script src ="../../ assets/js/plugins/bootstrap-datetimepicker.js " type ="text/javascript "> </ script >
10031003 <!-- Plugin for the Sliders, full documentation here: http://refreshless.com/nouislider/ -->
1004- < script src ="../assets/js/plugins/nouislider.min.js " type ="text/javascript "> </ script >
1004+ < script src ="../../ assets/js/plugins/nouislider.min.js " type ="text/javascript "> </ script >
10051005 <!-- Plugin for Sharrre btn -->
1006- < script src ="../assets/js/plugins/jquery.sharrre.js " type ="text/javascript "> </ script >
1006+ < script src ="../../ assets/js/plugins/jquery.sharrre.js " type ="text/javascript "> </ script >
10071007 <!-- Control Center for Material Kit: parallax effects, scripts for the example pages etc -->
1008- < script src ="../assets/js/material-kit.js?v=2.0.4 " type ="text/javascript "> </ script >
1008+ < script src ="../../ assets/js/material-kit.js?v=2.0.4 " type ="text/javascript "> </ script >
10091009 < script src ="https://unpkg.com/scrollreveal@3.3.2/dist/scrollreveal.min.js "> </ script >
1010- < script src ="../assets/js/custom.js?v=2.0.4 " type ="text/javascript "> </ script >
1011- < script src ="../assets/js/plugins/timeline-image.js?v=1.0.0 " type ="text/javascript "> </ script >
1010+ < script src ="../../ assets/js/custom.js?v=2.0.4 " type ="text/javascript "> </ script >
1011+ < script src ="../../ assets/js/plugins/timeline-image.js?v=1.0.0 " type ="text/javascript "> </ script >
10121012</ body >
10131013
10141014</ html >
0 commit comments