Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 7270cff

Browse files
committed
webui: Add some whitespace between footer and actual page content
1 parent dd42099 commit 7270cff

File tree

1 file changed

+32
-34
lines changed

1 file changed

+32
-34
lines changed

webui/templates/footer.html

Lines changed: 32 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,37 @@
11
[[ define "footer" ]]
22
<div>
3-
<div class="row">
4-
<div class="col-md-12">
5-
<table class="table table-responsive" style="text-align: center; margin-bottom: 0px;">
6-
<tr>
7-
<th style="text-align: center;"><a href="/about" style="color: black;">About Us</a></th>
8-
<th style="text-align: center;">Get Involved</th>
9-
<th style="text-align: center;">Support</th>
10-
<th style="text-align: center;">Communication</th>
11-
<th style="text-align: center;">Legal</th>
12-
</tr>
13-
<tr>
14-
<td><a class="blackLink" href="/about#whatis">What is DBHub.io?</a></td>
15-
<td><a class="blackLink" href="https://github.com/sqlitebrowser/dbhub.io">GitHub</a></td>
16-
<td><a class="blackLink" href="https://github.com/sqlitebrowser/dbhub.io/issues/new/choose">Create a support issue</a></td>
17-
<td><a class="blackLink" href="https://sqlitebrowser.org/blog">Blog</a></td>
18-
<td>Privacy Policy</td>
19-
</tr>
20-
<tr>
21-
<td>Core Team</td>
22-
<td><a class="blackLink" href="https://www.patreon.com/db4s/memberships">Patreon</a></td>
23-
<td>&nbsp;</td>
24-
<td><a class="blackLink" href="https://twitter.com/sqlitebrowser">Twitter</a></td>
25-
<td>Terms and Conditions</td>
26-
</tr>
27-
<tr>
28-
<td><a class="blackLink" href="https://github.com/sqlitebrowser/dbhub.io/graphs/contributors">Contributors</a></td>
29-
<td><a class="blackLink" href="https://api.dbhub.io">API</a></td>
30-
<td>&nbsp;</td>
31-
<td>&nbsp;</td>
32-
<td>&nbsp;</td>
33-
</tr>
34-
</table>
35-
</div>
36-
</div>
3+
<p>
4+
<table class="table table-responsive" style="text-align: center; margin-bottom: 0px;">
5+
<tr>
6+
<th style="text-align: center;"><a href="/about" style="color: black;">About Us</a></th>
7+
<th style="text-align: center;">Get Involved</th>
8+
<th style="text-align: center;">Support</th>
9+
<th style="text-align: center;">Communication</th>
10+
<th style="text-align: center;">Legal</th>
11+
</tr>
12+
<tr>
13+
<td><a class="blackLink" href="/about#whatis">What is DBHub.io?</a></td>
14+
<td><a class="blackLink" href="https://github.com/sqlitebrowser/dbhub.io">GitHub</a></td>
15+
<td><a class="blackLink" href="https://github.com/sqlitebrowser/dbhub.io/issues/new/choose">Create a support issue</a></td>
16+
<td><a class="blackLink" href="https://sqlitebrowser.org/blog">Blog</a></td>
17+
<td>Privacy Policy</td>
18+
</tr>
19+
<tr>
20+
<td>Core Team</td>
21+
<td><a class="blackLink" href="https://www.patreon.com/db4s/memberships">Patreon</a></td>
22+
<td>&nbsp;</td>
23+
<td><a class="blackLink" href="https://twitter.com/sqlitebrowser">Twitter</a></td>
24+
<td>Terms and Conditions</td>
25+
</tr>
26+
<tr>
27+
<td><a class="blackLink" href="https://github.com/sqlitebrowser/dbhub.io/graphs/contributors">Contributors</a></td>
28+
<td><a class="blackLink" href="https://api.dbhub.io">API</a></td>
29+
<td>&nbsp;</td>
30+
<td>&nbsp;</td>
31+
<td>&nbsp;</td>
32+
</tr>
33+
</table>
34+
</p>
3735
<div class="row">
3836
<div class="col-md-3">&nbsp;</div>
3937
<div class="col-md-6" style="text-align: center; padding-bottom: 12px;"><a href="https://auth0.com"><img alt="Auth0" height="60" src="/images/auth0.svg"/></a></div>

0 commit comments

Comments
 (0)