Compare commits

...

2 Commits

Author SHA1 Message Date
necro-nemsis 7e34c02643 'about' image. 2 years ago
necro-nemsis 2946c01d8e Update logo 2 years ago

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

@ -352,6 +352,7 @@ function DisplayLokinetConfig()
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">&times;</button>
<h4 class="modal-title">About</h4>
<img class="img-responsive" src="img/about_img.png" >
</div>
<div class="modal-body">
<p>LabyrinthAP is open source software offered under GNU General Public License v3.0.

@ -195,7 +195,7 @@ $theme_url = 'dist/css/'.htmlspecialchars($theme, ENT_QUOTES);
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">
<img class="logo" src="img/raspAP-logo.png" width="45" height="45">LabyrinthAP
<img class="logo" src="img/raspAP-logo64px.png" width="64" height="64">LabyrinthAP
</h1>
</div>
</div><!-- /.row -->

Loading…
Cancel
Save