<!DOCTYPE html>
<html>
<head>
	<meta charset="UTF-8">
	<title>About - ESP8266 Remote Terminal</title>
	<meta name="viewport" content="width=device-width,shrink-to-fit=no,user-scalable=no,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0">

	<link rel="stylesheet" href="/css/app.css">
	<script src="/js/app.js"></script>
</head>
<body class="page-about">

<h1 onclick="location.href='/'">About</h1>

<div class="Box">
	<img src="/img/cvut.svg" id="logo" class="mq-tablet-min">
	<h2>ESP8266 Remote Terminal</h2>

	<img src="/img/cvut.svg" id="logo2" class="mq-phone">

	<p>&copy; Ondřej Hruška, 2017 &lt;<a href="mailto:ondra@ondrovo.com">ondra@ondrovo.com</a>&gt;</p>

	<p><a href="http://measure.feld.cvut.cz/" target="blank">Katedra měření, FEL ČVUT</a><br>Department of Measurement, FEE CTU</p>
</div>

<div class="Box">
	<h2>Firmware</h2>
	<table>
		<tr>
			<th>Firmware</th>
			<td>v%vers_fw%, build <i>%date%</i> at <i>%time%</i></td>
		</tr>
		<tr>
			<th>libesphttpd</th>
			<td>v%vers_httpd%</td>
		</tr>
		<tr>
			<th>ESP&nbsp;IoT&nbsp;SDK</th>
			<td>v%vers_sdk%</td>
		</tr>
	</table>
</div>

<div class="Box">
	<h2>Issues</h2>
	<p>
		Please report any issues to the <a href="%githubrepo%/issues">bugtracker</a> or send them by e-mail.
	</p>
	<p>
		Firmware updates can be downloaded from the <a href="%githubrepo%/releases">releases page</a>.
		Flash the images using <a href="https://github.com/espressif/esptool">esptool</a>.
	</p>
</div>

<div class="Box">
	<h2>Contributing</h2>
	<p>
		Submit your improvements and ideas to the project on <a href="%githubrepo%">GitHub</a>.<br>
	</p>
</div>

<div class="Box">
	<h2>Acknowledgements</h2>
	<p>
		The webserver is based on a <a href="https://github.com/MightyPork/libesphttpd">fork</a> of the
		<a href="https://github.com/Spritetm/esphttpd">esphttpd</a> library by Jeroen Domburg (Sprite_tm).
	</p>
	<p>
		Using (modified) JS library <a href="https://github.com/kylebarrow/chibi">chibi.js</a> by Kyle Barrow as a lightweight jQuery alternative.
	</p>
</div>

<nav id="botnav">
	<a href="/">Terminal</a><!--
		--><a href="/help">Help</a><!--
		--><a href="/wifi">WiFi config</a>
</nav>

</body>
</html>