mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
About style tweaks
This commit is contained in:
parent
b0eb7c63eb
commit
d49cc8daf8
@ -2,8 +2,8 @@
|
||||
<div class="tab-pane active" id="aboutgeneral">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h1 class="mt-3"><?php echo _("RaspAP") . " v" . RASPI_VERSION; ?></h1>
|
||||
<div class="ml-5"><img class="authors" src="app/img/raspAP-logo.png" style="width: 150px; height:150px"></div>
|
||||
<h2 class="mt-3"><?php echo _("RaspAP") . " v" . RASPI_VERSION; ?></h2>
|
||||
<div class="ml-5 mt-3"><img class="about-logo" src="app/img/raspAP-logo.png" style="width: 175px; height:175px"></div>
|
||||
<div class="mt-3">RaspAP is a co-creation of <a href="https://github.com/billz">billz</a> and <a href="https://github.com/sirlagz">SirLagz</a>
|
||||
with the contributions of our <a href="https://github.com/billz/raspap-webgui/graphs/contributors">developer community</a>
|
||||
and <a href="https://crowdin.com/project/raspap">language translators</a>.</div>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!-- about sponsors tab -->
|
||||
<div class="tab-pane fade" id="aboutsponsors">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt-3">
|
||||
<div class="col-lg-12 mt-3">
|
||||
<?php
|
||||
$Parsedown = new Parsedown();
|
||||
$strContent = file_get_contents($_SERVER['DOCUMENT_ROOT'].'/BACKERS.md');
|
||||
@ -10,3 +10,4 @@
|
||||
</div>
|
||||
</div><!-- /.row -->
|
||||
</div><!-- /.tab-pane | sponsors tab -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user