1+ <!doctype html>
2+ < html lang ="es ">
3+
4+ < head >
5+ < title > OPRobots - Empirismo y SAAAV sin límites</ title >
6+ <!-- Required meta tags -->
7+ < meta charset ="utf-8 ">
8+ < meta content ="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0 " name ="viewport " />
9+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge,chrome=1 " />
10+ <!-- 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 ">
17+ < meta name ="msapplication-TileColor " content ="#2d89ef ">
18+ < meta name ="msapplication-config " content ="../assets/img/favicon/browserconfig.xml ">
19+ < meta name ="theme-color " content ="#ffffff ">
20+ <!-- Fonts and icons -->
21+ < link rel ="stylesheet " type ="text/css " href ="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:400,700|Material+Icons " />
22+ < link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css ">
23+ <!-- 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+
27+ </ head >
28+
29+ < body >
30+ <!-- NAVBAR -->
31+ < nav class ="navbar fixed-top navbar-expand-lg ">
32+ < div class ="container ">
33+ < div class ="navbar-translate ">
34+ < a class ="navbar-brand " href ="./ ">
35+ < img src ="../assets/img/logos/opr_logo.png " alt ="OPRobots Logo " style ="max-height: 100%; ">
36+ </ a >
37+ < button class ="navbar-toggler " type ="button " data-toggle ="collapse " aria-expanded ="false " aria-label ="Toggle navigation ">
38+ < span class ="sr-only "> Menú Lateral</ span >
39+ < span class ="navbar-toggler-icon "> </ span >
40+ < span class ="navbar-toggler-icon "> </ span >
41+ < span class ="navbar-toggler-icon "> </ span >
42+ </ button >
43+ </ div >
44+ < div class ="collapse navbar-collapse ">
45+ < ul class ="navbar-nav ml-auto ">
46+ < li class ="nav-item d-lg-none text-center ">
47+ < a class ="navbar-brand margin-top-20 margin-bottom-20 " href ="./ ">
48+ < img src ="../assets/img/logos/opr_logo.png " alt ="OPRobots Logo " style ="max-height: 100%; ">
49+ </ a >
50+ </ li >
51+ <!-- <li class="nav-item">
52+ <a href="./sobre-nosotros" class="nav-link">
53+ <i class="material-icons">info</i> Sobre nosotros
54+ </a>
55+ </li> -->
56+ < li class ="nav-item ">
57+ < a href ="../nuestros-robots " class ="nav-link ">
58+ < i class ="material-icons "> settings</ i > Nuestros Robots
59+ </ a >
60+ </ li >
61+ < li class ="nav-item active ">
62+ < a href ="./ " class ="nav-link ">
63+ < i class ="material-icons "> support</ i > Utils & Helpers
64+ </ a >
65+ </ li >
66+ < li class ="nav-item ">
67+ < a href ="../tienda " class ="nav-link ">
68+ < i class ="material-icons "> store</ i > Tienda
69+ </ a >
70+ </ li >
71+ < li class ="nav-item d-lg-none ">
72+ < a href ="https://twitter.com/OPRobots " class ="nav-link ">
73+ < i class ="fa fa-twitter "> </ i > Twitter
74+ </ a >
75+ </ li >
76+ < li class ="nav-item d-lg-none ">
77+ < a href ="https://www.facebook.com/OPRobots " class ="nav-link ">
78+ < i class ="fa fa-facebook-square "> </ i > Facebook
79+ </ a >
80+ </ li >
81+ < li class ="nav-item d-lg-none ">
82+ < a href ="https://www.instagram.com/OPRobots " class ="nav-link ">
83+ < i class ="fa fa-instagram "> </ i > Instagram
84+ </ a >
85+ </ li >
86+ < li class ="nav-item d-lg-none ">
87+ < a href ="https://github.com/OPRobots " class ="nav-link ">
88+ < i class ="fa fa-github "> </ i > GitHub
89+ </ a >
90+ </ li >
91+ < li class ="nav-item d-none d-lg-block ">
92+ < a class ="nav-link p-5 " title ="Síguenos en Twitter " href ="https://twitter.com/OPRobots " target ="_blank ">
93+ < i class ="fa fa-twitter "> </ i >
94+ </ a >
95+ </ li >
96+ < li class ="nav-item d-none d-lg-block ">
97+ < a class ="nav-link p-5 " title ="Visítanos Facebook " href ="https://www.facebook.com/OPRobots " target ="_blank ">
98+ < i class ="fa fa-facebook-square "> </ i >
99+ </ a >
100+ </ li >
101+ < li class ="nav-item d-none d-lg-block ">
102+ < a class ="nav-link p-5 " title ="Síguenos en Instagram " href ="https://www.instagram.com/OPRobots " target ="_blank ">
103+ < i class ="fa fa-instagram "> </ i >
104+ </ a >
105+ </ li >
106+ < li class ="nav-item d-none d-lg-block ">
107+ < a class ="nav-link p-5 " title ="Síguenos en GitHub " href ="https://github.com/OPRobots " target ="_blank ">
108+ < i class ="fa fa-github "> </ i >
109+ </ a >
110+ </ li >
111+ </ ul >
112+ </ div >
113+ </ div >
114+ </ nav >
115+ < div class ="preloader " id ="preloader ">
116+ < div class ="item ">
117+ < div class ="spinner "> </ div >
118+ </ div >
119+ </ div >
120+ <!-- FIN NAVBAR -->
121+
122+ < div class ="container text-center utils-helpers " style ="margin-top: 90px; ">
123+ < h1 class ="title "> Utils & Helpers</ h1 >
124+ < div class ="row justify-content-center ">
125+ < div class ="col-xl-4 col-lg-6 col-md-6 col-sm-6 d-flex align-items-stretch ">
126+ < div class ="card m-0 mb-5 ">
127+ < a href ="../timer-countdown " class ="text-dark text-decoration-none ">
128+ < img src ="../../assets/img/404_phonegliph_not_found.jpg " class ="card-img-top p-0 " alt ="Timer Countdown " style ="aspect-ratio: 1; object-fit: cover; ">
129+ < div class ="card-body ">
130+ < h5 class ="card-title "> Timer Countdown</ h5 >
131+ < p class ="card-text text-center "> Configura un timer para no perderte la próxima competición.</ p >
132+ </ div >
133+ </ a >
134+ </ div >
135+ </ div >
136+ < div class ="col-xl-4 col-lg-6 col-md-6 col-sm-6 d-flex align-items-stretch ">
137+ < div class ="card m-0 mb-5 ">
138+ < a href ="../maze-wall-placer " class ="text-dark text-decoration-none ">
139+ < img src ="../../assets/img/404_phonegliph_not_found.jpg " class ="card-img-top p-0 " alt ="Timer Countdown " style ="aspect-ratio: 1; object-fit: cover; ">
140+ < div class ="card-body ">
141+ < h5 class ="card-title "> Maze Wall Placer</ h5 >
142+ < p class ="card-text text-center "> Crea y edita laberintos usando una interfaz gráfica intuitiva para obtener el array de Bits y ASCII.</ p >
143+ </ div >
144+ </ a >
145+ </ div >
146+ </ div >
147+ < div class ="col-xl-4 col-lg-6 col-md-6 col-sm-6 d-flex align-items-stretch ">
148+ < div class ="card m-0 mb-5 ">
149+ < a href ="../oshwdem-maze-generator " class ="text-dark text-decoration-none ">
150+ < img src ="../../assets/img/404_phonegliph_not_found.jpg " class ="card-img-top p-0 " alt ="Timer Countdown " style ="aspect-ratio: 1; object-fit: cover; ">
151+ < div class ="card-body ">
152+ < h5 class ="card-title "> OSHWDem Maze Generator</ h5 >
153+ < p class ="card-text text-center "> Port del generador oficial de laberintos de la OSHWDem para obtener el array de Bits y ASCII. </ p >
154+ </ div >
155+ </ a >
156+ </ div >
157+ </ div >
158+ < div class ="col-xl-4 col-lg-6 col-md-6 col-sm-6 d-flex align-items-stretch ">
159+ < div class ="card m-0 mb-5 ">
160+ < a href ="../time-based-turn-profiles-generator " class ="text-dark text-decoration-none ">
161+ < img src ="../../assets/img/404_phonegliph_not_found.jpg " class ="card-img-top p-0 " alt ="Timer Countdown " style ="aspect-ratio: 1; object-fit: cover; ">
162+ < div class ="card-body ">
163+ < h5 class ="card-title "> MicroMouse Time-based Turn Profiles Generator</ h5 >
164+ < p class ="card-text text-center "> Port del generador de perfiles de giro de MicroMouse basado en tiempos (T1, T2, T3) </ p >
165+ </ div >
166+ </ a >
167+ </ div >
168+ </ div >
169+ </ div >
170+ </ div >
171+
172+
173+ < footer class ="footer footer-default ">
174+ < div class ="container ">
175+ < nav class ="float-left ">
176+ < ul >
177+ < li >
178+ < a href ="# ">
179+ Designed by @robotaleh
180+ </ a >
181+ </ li >
182+ </ ul >
183+ </ nav >
184+ < div class ="copyright float-right ">
185+ ©
186+ <!-- <script>
187+ document.write(new Date().getFullYear())
188+ </script> --> 2018, Framework made by
189+ < a href ="https://www.creative-tim.com/ " target ="blank "> Creative Tim</ a > .
190+ </ div >
191+ </ div >
192+ </ footer >
193+ <!-- Core JS Files -->
194+ < script src ="../assets/js/core/jquery.min.js " type ="text/javascript "> </ script >
195+ < script src ="../assets/js/core/popper.min.js " type ="text/javascript "> </ script >
196+ < script src ="../assets/js/core/bootstrap-material-design.min.js " type ="text/javascript "> </ script >
197+ < script src ="../assets/js/plugins/moment.min.js "> </ script >
198+ <!-- Plugin for the Datepicker, full documentation here: https://github.com/Eonasdan/bootstrap-datetimepicker -->
199+ < script src ="../assets/js/plugins/bootstrap-datetimepicker.js " type ="text/javascript "> </ script >
200+ <!-- Plugin for the Sliders, full documentation here: http://refreshless.com/nouislider/ -->
201+ < script src ="../assets/js/plugins/nouislider.min.js " type ="text/javascript "> </ script >
202+ <!-- Plugin for Sharrre btn -->
203+ < script src ="../assets/js/plugins/jquery.sharrre.js " type ="text/javascript "> </ script >
204+ <!-- Control Center for Material Kit: parallax effects, scripts for the example pages etc -->
205+ < script src ="../assets/js/material-kit.js?v=2.0.4 " type ="text/javascript "> </ script >
206+ < script src ="https://unpkg.com/scrollreveal@3.3.2/dist/scrollreveal.min.js "> </ script >
207+ < script src ="../assets/js/custom.js?v=2.0.4 " type ="text/javascript "> </ script >
208+ < script src ="../assets/js/plugins/timeline-image.js?v=1.0.0 " type ="text/javascript "> </ script >
209+ </ body >
210+
211+ </ html >
0 commit comments