moving social to footper
This commit is contained in:
parent
a815d85282
commit
e18b73f1b0
|
@ -4,6 +4,16 @@
|
||||||
<title>rusEfi Modern Engine Control Unit Management System</title>
|
<title>rusEfi Modern Engine Control Unit Management System</title>
|
||||||
<link rel="stylesheet" type="text/css" href="rusefi.css">
|
<link rel="stylesheet" type="text/css" href="rusefi.css">
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.footer {
|
||||||
|
position: fixed;
|
||||||
|
left: 0;
|
||||||
|
bottom: 0;
|
||||||
|
width: 100%;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-43478022-1"></script>
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-43478022-1"></script>
|
||||||
<script>
|
<script>
|
||||||
|
@ -40,16 +50,26 @@
|
||||||
<td><a href="https://github.com/rusefi/rusefi">Github</a></td>
|
<td><a href="https://github.com/rusefi/rusefi">Github</a></td>
|
||||||
<td><a href="https://rusefi.com/wiki">Wiki</a></td>
|
<td><a href="https://rusefi.com/wiki">Wiki</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td><a href="https://www.facebook.com/rusEfiECU/">Facebook</a></td>
|
|
||||||
<td><a href="https://www.youtube.com/user/rusefi">Youtube</a></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><a href="https://www.patreon.com/rusefi">Patreon</a></td>
|
|
||||||
<td><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=arro239%40gmail%2ecom&lc=US&item_name=rusEfi¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted">Donate</a></td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
</table>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
|
<div class="footer">
|
||||||
|
<style type="text/css">
|
||||||
|
.tg {border-collapse:collapse;border-spacing:0;}
|
||||||
|
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:none;border-width:0px;overflow:hidden;word-break:normal;border-color:black;}
|
||||||
|
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:none;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
|
||||||
|
.tg .tg-cly1{text-align:left;vertical-align:middle}
|
||||||
|
</style>
|
||||||
|
<table class="tg" width="100%">
|
||||||
|
<tr>
|
||||||
|
<th class="tg-cly1"><a href="https://www.facebook.com/rusEfiECU/">Facebook</a></th>
|
||||||
|
<th class="tg-cly1"><a href="https://www.patreon.com/rusefi">Patreon</a></th>
|
||||||
|
<th class="tg-cly1"><a href="https://www.youtube.com/user/rusefi">Youtube</a></th>
|
||||||
|
<th class="tg-cly1"><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=arro239%40gmail%2ecom&lc=US&item_name=rusEfi¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted">Donate</a></th>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue