Skip to content

Commit 867f0fd

Browse files
committed
Añade imágenes de cabecera para Utils & Helpers y corrige errores leves
1 parent a3ef087 commit 867f0fd

9 files changed

Lines changed: 136 additions & 46 deletions

File tree

10.1 KB
Loading
28.7 KB
Loading
61.3 KB
Loading
33.9 KB
Loading

maze-wall-placer/index.html

Lines changed: 38 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
<nav class="navbar fixed-top navbar-expand-lg">
125125
<div class="container">
126126
<div class="navbar-translate">
127-
<a class="navbar-brand" href="./">
127+
<a class="navbar-brand" href="../">
128128
<img src="../assets/img/logos/opr_logo.png" alt="OPRobots Logo" style="max-height: 100%;">
129129
</a>
130130
<button class="navbar-toggler" type="button" data-toggle="collapse" aria-expanded="false" aria-label="Toggle navigation">
@@ -137,7 +137,7 @@
137137
<div class="collapse navbar-collapse">
138138
<ul class="navbar-nav ml-auto">
139139
<li class="nav-item d-lg-none text-center">
140-
<a class="navbar-brand margin-top-20 margin-bottom-20" href="./">
140+
<a class="navbar-brand margin-top-20 margin-bottom-20" href="../">
141141
<img src="../assets/img/logos/opr_logo.png" alt="OPRobots Logo" style="max-height: 100%;">
142142
</a>
143143
</li>
@@ -212,38 +212,38 @@
212212
</div>
213213
<!-- FIN NAVBAR -->
214214

215-
<div class="container text-center maze-wall-placer" style="margin-top: 90px;">
216-
<h1 class="title">Maze Wall Placer</h1>
217-
<div class="form-group row justify-self-center" style="justify-self: center;">
218-
<label class="col-auto col-form-label text-dark">Filas:</label>
219-
<div class="col-auto">
220-
<input type="number" class="form-control text-center" id="rows" value="16">
215+
<div class="container maze-wall-placer" style="margin-top: 90px;">
216+
<h1 class="title text-center">Maze Wall Placer</h1>
217+
<div class="row form-row justify-content-center">
218+
<div class="form-group col-lg-2 col-md-4">
219+
<label for="rows" class="text-dark">Filas</label>
220+
<input type="number" class="form-control" id="rows" value="16">
221221
</div>
222-
<label class="col-auto col-form-label text-dark">Columnas:</label>
223-
<div class="col-auto">
224-
<input type="number" class="form-control text-center" id="cols" value="16">
222+
<div class="form-group col-lg-2 col-md-4">
223+
<label for="cols" class="text-dark">Columnas</label>
224+
<input type="number" class="form-control" id="cols" value="16">
225225
</div>
226-
<div class="col text-right">
226+
<div class="col-lg-2 col-md-4 align-content-center text-center">
227227
<button class="btn btn-sm btn-blue" id="draw-maze">Actualizar</button>
228228
</div>
229229
</div>
230230
<div class="row">
231231
<div class="col">
232232
<!-- <h4 class="title">Maze Layout</h4> -->
233-
<table id="maze-table" class="mt-5">
233+
<table id="maze-table" class="mt-3 text-center">
234234
<tbody>
235235
</tbody>
236236

237237
</table>
238238
</div>
239239
</div>
240-
<div class="row mb-5">
240+
<div class="row my-3">
241241
<div class="col">
242242
<h4 class="title">Maze BIT Array</h4>
243-
<textarea name="maze-array" id="maze-array" rows="4" class="form-control bg-light p-4"></textarea>
243+
<textarea name="maze-array" id="maze-array" rows="5" class="form-control bg-light p-4"></textarea>
244244
</div>
245245
</div>
246-
<div class="row mb-5">
246+
<div class="row mb-3">
247247
<div class="col">
248248
<h4 class="title">Maze ASCII</h4>
249249
<textarea name="maze-ascii" id="maze-ascii" rows="4" class="form-control bg-light p-4 text-center" style="font-family: monospace;"></textarea>
@@ -252,6 +252,28 @@ <h4 class="title">Maze ASCII</h4>
252252

253253
</div>
254254

255+
256+
<footer class="footer footer-default">
257+
<div class="container">
258+
<nav class="float-left">
259+
<ul>
260+
<li>
261+
<a href="#">
262+
Designed by @robotaleh
263+
</a>
264+
</li>
265+
</ul>
266+
</nav>
267+
<div class="copyright float-right">
268+
&copy;
269+
<!-- <script>
270+
document.write(new Date().getFullYear())
271+
</script> -->2018, Framework made by
272+
<a href="https://www.creative-tim.com/" target="blank">Creative Tim</a>.
273+
</div>
274+
</div>
275+
</footer>
276+
255277
<script>
256278

257279

oshwdem-maze-generator/index.html

Lines changed: 29 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<link href="../assets/css/material-kit.css?v=2.0.4" rel="stylesheet" />
2525
<link href="../assets/css/custom.css" rel="stylesheet" />
2626
<link href="../assets/css/range-input.css" rel="stylesheet" />
27+
2728
<style type="text/css">
2829
body {
2930
color: #1b176b;
@@ -125,7 +126,7 @@
125126
<nav class="navbar fixed-top navbar-expand-lg">
126127
<div class="container">
127128
<div class="navbar-translate">
128-
<a class="navbar-brand" href="./">
129+
<a class="navbar-brand" href="../">
129130
<img src="../assets/img/logos/opr_logo.png" alt="OPRobots Logo" style="max-height: 100%;">
130131
</a>
131132
<button class="navbar-toggler" type="button" data-toggle="collapse" aria-expanded="false" aria-label="Toggle navigation">
@@ -138,7 +139,7 @@
138139
<div class="collapse navbar-collapse">
139140
<ul class="navbar-nav ml-auto">
140141
<li class="nav-item d-lg-none text-center">
141-
<a class="navbar-brand margin-top-20 margin-bottom-20" href="./">
142+
<a class="navbar-brand margin-top-20 margin-bottom-20" href="../">
142143
<img src="../assets/img/logos/opr_logo.png" alt="OPRobots Logo" style="max-height: 100%;">
143144
</a>
144145
</li>
@@ -251,27 +252,49 @@ <h1 class="title text-center">OSHWDem Maze Generator</h1>
251252
<div class="row text-center">
252253
<div class="col">
253254
<!-- <h4 class="title">Maze Layout</h4> -->
254-
<table id="maze-table" class="mt-5">
255+
<table id="maze-table" class="mt-3">
255256
<tbody>
256257
</tbody>
257258
</table>
258259
<small>Port del algoritmo de <a href="https://github.com/brico-labs/OshwdemMazes" target="_blank">BricoLabs / OSHWDEM Mazes</a> adaptado en nuestro fork <a href="https://github.com/OPRobots/OshwdemMazes">OPRobots / OSHWDEM
259260
Mazes</a></small>
260261
</div>
261262
</div>
262-
<div class="row my-5">
263+
<div class="row my-3">
263264
<div class="col">
264265
<h4 class="title">Maze BIT Array</h4>
265-
<textarea name="maze-array" id="maze-array" rows="4" class="form-control bg-light p-4"></textarea>
266+
<textarea name="maze-array" id="maze-array" rows="5" class="form-control bg-light p-4"></textarea>
266267
</div>
267268
</div>
268-
<div class="row mb-5">
269+
<div class="row mb-3">
269270
<div class="col">
270271
<h4 class="title">Maze ASCII</h4>
271272
<textarea name="maze-ascii" id="maze-ascii" rows="4" class="form-control bg-light p-4 text-center" style="font-family: monospace;"></textarea>
272273
</div>
273274
</div>
274275

276+
277+
<footer class="footer footer-default">
278+
<div class="container">
279+
<nav class="float-left">
280+
<ul>
281+
<li>
282+
<a href="#">
283+
Designed by @robotaleh
284+
</a>
285+
</li>
286+
</ul>
287+
</nav>
288+
<div class="copyright float-right">
289+
&copy;
290+
<!-- <script>
291+
document.write(new Date().getFullYear())
292+
</script> -->2018, Framework made by
293+
<a href="https://www.creative-tim.com/" target="blank">Creative Tim</a>.
294+
</div>
295+
</div>
296+
</footer>
297+
275298
</div>
276299

277300
<script src="../assets/js/OSHWDemMazeGenerator.js" type="text/javascript"></script>

time-based-turn-profiles-generator/index.html

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<nav class="navbar fixed-top navbar-expand-lg">
5454
<div class="container">
5555
<div class="navbar-translate">
56-
<a class="navbar-brand" href="./">
56+
<a class="navbar-brand" href="../">
5757
<img src="../assets/img/logos/opr_logo.png" alt="OPRobots Logo" style="max-height: 100%;">
5858
</a>
5959
<button class="navbar-toggler" type="button" data-toggle="collapse" aria-expanded="false" aria-label="Toggle navigation">
@@ -66,7 +66,7 @@
6666
<div class="collapse navbar-collapse">
6767
<ul class="navbar-nav ml-auto">
6868
<li class="nav-item d-lg-none text-center">
69-
<a class="navbar-brand margin-top-20 margin-bottom-20" href="./">
69+
<a class="navbar-brand margin-top-20 margin-bottom-20" href="../">
7070
<img src="../assets/img/logos/opr_logo.png" alt="OPRobots Logo" style="max-height: 100%;">
7171
</a>
7272
</li>
@@ -215,6 +215,7 @@ <h4 class="title">Datos del Perfil</h4>
215215
</div>
216216
</div>
217217

218+
218219
</div>
219220

220221
<!-- Core JS Files -->
@@ -758,7 +759,10 @@ <h4 class="title">Datos del Perfil</h4>
758759
document.getElementById("angular-accel").addEventListener("change", refreshCharts);
759760
document.getElementById("max-angular-speed").addEventListener("change", refreshCharts);
760761
document.getElementById("refreshChart").addEventListener("click", refreshCharts);
761-
document.getElementById("zoom").addEventListener("input", refreshCharts);
762+
document.getElementById("zoom").addEventListener("input", function (e) {
763+
e.target.style.setProperty('--value', e.target.value);
764+
refreshCharts();
765+
});
762766

763767
// refreshChart();
764768
google.charts.load('current', { 'packages': ['corechart'] });
@@ -774,4 +778,27 @@ <h4 class="title">Datos del Perfil</h4>
774778
</script>
775779
</body>
776780

781+
782+
783+
<footer class="footer footer-default">
784+
<div class="container">
785+
<nav class="float-left">
786+
<ul>
787+
<li>
788+
<a href="#">
789+
Designed by @robotaleh
790+
</a>
791+
</li>
792+
</ul>
793+
</nav>
794+
<div class="copyright float-right">
795+
&copy;
796+
<!-- <script>
797+
document.write(new Date().getFullYear())
798+
</script> -->2018, Framework made by
799+
<a href="https://www.creative-tim.com/" target="blank">Creative Tim</a>.
800+
</div>
801+
</div>
802+
</footer>
803+
777804
</html>

timer-countdown/index.html

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -134,13 +134,11 @@
134134
</head>
135135

136136
<body>
137-
138-
139137
<!-- NAVBAR -->
140138
<nav class="navbar fixed-top navbar-expand-lg">
141139
<div class="container">
142140
<div class="navbar-translate">
143-
<a class="navbar-brand" href="./">
141+
<a class="navbar-brand" href="../">
144142
<img src="../assets/img/logos/opr_logo.png" alt="OPRobots Logo" style="max-height: 100%;">
145143
</a>
146144
<button class="navbar-toggler" type="button" data-toggle="collapse" aria-expanded="false" aria-label="Toggle navigation">
@@ -153,7 +151,7 @@
153151
<div class="collapse navbar-collapse">
154152
<ul class="navbar-nav ml-auto">
155153
<li class="nav-item d-lg-none text-center">
156-
<a class="navbar-brand margin-top-20 margin-bottom-20" href="./">
154+
<a class="navbar-brand margin-top-20 margin-bottom-20" href="../">
157155
<img src="../assets/img/logos/opr_logo.png" alt="OPRobots Logo" style="max-height: 100%;">
158156
</a>
159157
</li>
@@ -230,7 +228,6 @@
230228

231229
<div class="edit-mode" style="display: none;">
232230

233-
234231
<div class="container utils-helpers" style="margin-top: 90px;">
235232
<h1 class="title text-center">Timer Countdown</h1>
236233
<div class="form-row">
@@ -289,7 +286,6 @@ <h1 class="title text-center">Timer Countdown</h1>
289286

290287
</div>
291288
</div>
292-
293289
<div class="container-fluid text-center view-mode" style="display: none;">
294290
<div class="row">
295291
<div class="col">
@@ -319,6 +315,28 @@ <h1 class="title text-center">Timer Countdown</h1>
319315
</div>
320316
</div>
321317

318+
319+
<footer class="footer footer-default" style="display: none;position: absolute;bottom: 0;left: 0;right: 0;">
320+
<div class="container">
321+
<nav class="float-left">
322+
<ul>
323+
<li>
324+
<a href="#">
325+
Designed by @robotaleh
326+
</a>
327+
</li>
328+
</ul>
329+
</nav>
330+
<div class="copyright float-right">
331+
&copy;
332+
<!-- <script>
333+
document.write(new Date().getFullYear())
334+
</script> -->2018, Framework made by
335+
<a href="https://www.creative-tim.com/" target="blank">Creative Tim</a>.
336+
</div>
337+
</div>
338+
</footer>
339+
322340
<script>
323341

324342
function updateLink() {
@@ -350,6 +368,7 @@ <h1 class="title text-center">Timer Countdown</h1>
350368

351369
if (editMode == 1) {
352370
document.querySelector('.edit-mode').style.display = 'block';
371+
document.querySelector('.footer').style.display = 'block';
353372
//add child iframe to .edit-mode
354373
var iframe = document.createElement('iframe');
355374
iframe.title = "Edit Frame";

0 commit comments

Comments
 (0)