raspap-webgui/templates/about/general.php

24 lines
2.0 KiB
PHP
Raw Normal View History

2020-04-11 17:17:40 +02:00
<!-- about general tab -->
<div class="tab-pane active" id="aboutgeneral">
<div class="row">
2020-04-13 08:48:53 +02:00
<div class="col-md-8">
2020-07-01 14:50:36 +02:00
<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.php" style="width: 175px; height:175px"></div>
2020-04-11 17:17:40 +02:00
<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>
2021-02-03 10:07:15 +01:00
with the contributions of our <a href="https://github.com/raspap/raspap-webgui/graphs/contributors">developer community</a>
2021-01-25 18:15:44 +01:00
and <a href="https://crowdin.com/project/raspap">language translators</a>.
2021-02-10 18:06:51 +01:00
Learn more about joining the project as a <a href="https://docs.raspap.com/#get-involved">code contributor</a>,
2021-06-20 16:32:57 +02:00
<a href="https://docs.raspap.com/translations.html">translator</a> or <a href="https://github.com/sponsors/RaspAP">financial sponsor</a> with immediate access to <a href="https://github.com/sponsors/RaspAP#exclusive-features">exclusive features</a> available to <strong>Insiders</strong>.</div>
2021-01-25 18:15:44 +01:00
<div class="mt-3">Project documentation is available at <a href="https://docs.raspap.com/">https://docs.raspap.com/</a></div>
2020-04-11 17:17:40 +02:00
<div class="mt-3 project-links">
<div class="row">
2021-02-10 18:06:51 +01:00
<div class="col-md-6">GitHub <i class="fab fa-github"></i> <a href="https://github.com/RaspAP/">RaspAP</a></div>
2020-04-11 17:17:40 +02:00
<div class="col-md-6">Twitter <span style="color: #55acee"><i class="fab fa-twitter"></i></span> <a href="https://twitter.com/rasp_ap">@RaspAP</a></div>
<div class="col-md-6">Reddit <span style="color: #ff4500"><i class="fab fa-reddit"></i></span> <a href="https://www.reddit.com/r/RaspAP/">/r/raspap</a></div>
2021-02-03 10:07:15 +01:00
<div class="col-md-6">License <i class="fas fa-balance-scale"></i> <a href="https://github.com/raspap/raspap-webgui/blob/master/LICENSE">GPL-3.0</a></div>
2020-04-11 17:17:40 +02:00
</div>
</div>
</div>
</div><!-- /.row -->
</div><!-- /.tab-pane | general tab -->