Browse Source

Logo cambiado

master
Cristobal Bernal Mayordomo 1 year ago
parent
commit
972ef3f4c5
4 changed files with 6 additions and 14 deletions
  1. BIN
      src/main/resources/static/image/05d7f5ce8886a505d6225d1d1d543bf8 (1).png
  2. BIN
      src/main/resources/static/image/1bcb36e4124a2e86b96ef9bb639b9fde.png
  3. +5
    -13
      src/main/resources/templates/index.html
  4. +1
    -1
      src/main/resources/templates/menu/menu.html

BIN
src/main/resources/static/image/05d7f5ce8886a505d6225d1d1d543bf8 (1).png View File

Before After
Width: 449  |  Height: 66  |  Size: 7.2 KiB

BIN
src/main/resources/static/image/1bcb36e4124a2e86b96ef9bb639b9fde.png View File

Before After
Width: 311  |  Height: 45  |  Size: 5.2 KiB

+ 5
- 13
src/main/resources/templates/index.html View File

@ -38,19 +38,11 @@
<div class="row">
<div class="col-md-9">
<div id="main">
<input id="tab1" type="radio" name="tabs" checked>
<label for="tab1"></label>
<input id="tab2" type="radio" name="tabs">
<label for="tab2"></label>
<input id="tab3" type="radio" name="tabs">
<label for="tab3"></label>
<input id="tab4" type="radio" name="tabs">
<label for="tab4"></label>
<input id="tab5" type="radio" name="tabs">
<label for="tab5"></label>
<input id="tab1" type="radio"checked>
<input id="tab2">
<input id="tab3">
<input id="tab4">
<input id="tab5">
<section id="content1">
<!--Recent Question Content Section -->
<div class="question-type2033">


+ 1
- 1
src/main/resources/templates/menu/menu.html View File

@ -12,7 +12,7 @@
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
<a class="navbar-brand" href="#"><img src="/image/7036beab6be979a346c98c7e2e686aee.png" alt="Logo"></a>
<a class="navbar-brand" href="#"><img src="/image/1bcb36e4124a2e86b96ef9bb639b9fde.png" width="304" height="44" ></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">


Loading…
Cancel
Save