-
Notifications
You must be signed in to change notification settings - Fork 10
/
standard_page_foot.php
20 lines (19 loc) · 1.35 KB
/
standard_page_foot.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
</div>
<div style='background: linear-gradient(#77DD77, #007700); height: 50px; bottom: 0px; position: fixed; width: 100%;'>
<span style="float: right; position: relative; top: 25%;">
<div style='display: inline-block; top: 6px; position: relative;'>
<a target='_blank' href='https://trello.com/b/o2QTaFUT/thermostat'>Trello</a>
<a target='_blank' href='https://www.sitepoint.com/the-mvc-pattern-and-php-1'>MVC in PHP</a>
<a target='_blank' href='http://www.codingcage.com/search/label/jQuery'>Coding Cage</a>
<a target='_blank' href='http://www.codingcage.com/2015/04/php-login-and-registration-script-with.html'>User based system</a>
<a target='_blank' href='https://jquery.com'>jQuery</a>
<a target='_blank' href='https://canvasjs.com/docs/charts/basics-of-creating-html5-chart/'>canvasJS</a>
<a target='_blank' href='http://www.chartjs.org/'>Chart.js</a>
<a target='_blank' href='http://jsonlint.com'>JSON Lint</a>
<a target='_blank' href='http://beta.phpformatter.com/'>PHP Formatter</a>
<a target='_blank' href='https://perishablepress.com/how-to-enable-php-error-logging-via-htaccess/'>PHP Error Handling</a>
</div>
</span>
</div>
</body>
</html>