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 ">
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 >
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+ ©
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
0 commit comments