Skip to content

Commit c970680

Browse files
committed
Update footer and header of the doc site
* Corresponding to that of the main site
1 parent b8e9bc6 commit c970680

3 files changed

Lines changed: 37 additions & 11 deletions

File tree

docs/packaging/tolc_theme/base.html

Lines changed: 28 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@
5050
</div>
5151

5252
<div id="navbar-links" class="navbar-menu has-background-black">
53-
<div class="navbar-start">
54-
</div>
5553
<div class="navbar-end">
5654
<a class="navbar-item is-size-5" href="https://tolc.io">Getting Started</a>
5755
<a id="active-item" class="navbar-item is-size-5" href="https://docs.tolc.io/">Docs</a>
5856
<a class="navbar-item is-size-5" href="https://tolc.io/live">Live Demo</a>
57+
<a class="navbar-item is-size-5" href="https://tolc.io/products">Products</a>
58+
<a class="navbar-item is-size-5" href="https://tolc.io/account">Account</a>
5959
</div>
6060
</div>
6161
</nav>
@@ -77,35 +77,52 @@
7777
</div>
7878
</div>
7979

80-
<footer id="footer" class="footer has-background-black">
81-
<div class="columns is-vcentered is-centered has-text-centered">
82-
<div class="column is-one-quarter">
80+
<footer id="footer" class="footer first-content has-background-black">
81+
<div class="columns has-text-justified has-text-centered">
82+
<div class="column is-2">
8383
</div>
84-
<div class="column is-one-quarter is-size-5">
84+
<div class="column is-3 is-size-5">
85+
<h1 class="mt-2 mb-5 has-text-weight-bold has-text-white">General</h1>
8586
<p class="mt-2 mb-2">
8687
<a class="link pt-2 pb-2" href="https://docs.tolc.io/">About</a>
8788
</p>
89+
<p class="mt-2 mb-2">
90+
<a class="link" href="https://tolc.io/products">Products</a>
91+
</p>
8892
<p class="mt-2 mb-2">
8993
<a class="link" href="https://tolc.io/contact">Contact</a>
9094
</p>
9195
<p class="mt-2 mb-2">
9296
<a class="link" href="https://tolc.io/newsletter">Newsletter</a>
9397
</p>
9498
</div>
95-
<div class="column is-one-quarter is-size-3">
99+
<div class="column is-3 is-size-5">
100+
<h1 class="mt-2 mb-5 has-text-weight-bold has-text-white">Legal</h1>
101+
<p class="mt-2 mb-2">
102+
<a class="link" href="https://tolc.io/legal/privacy_policy">Privacy Policy</a>
103+
</p>
104+
<p class="mt-2 mb-2">
105+
<a class="link" href="https://tolc.io/legal/terms_of_service">Terms of Service</a>
106+
</p>
107+
<p class="mt-2 mb-2">
108+
<a class="link" href="https://tolc.io/legal/license">License</a>
109+
</p>
110+
</div>
111+
<div class="column is-2 is-size-5">
112+
<h1 class="mt-2 mb-5 has-text-weight-bold is-size-5 has-text-white">Keep In Touch</h1>
96113
<p class="mt-2 mb-2">
97114
<a class="link mx-1" href="https://github.com/Tolc-Software/tolc">
98-
<i class="fab fa-github"></i>
115+
<i class="fab fa-github fa-lg"></i>
99116
</a>
100117
<a class="link mx-1" href="https://discord.gg/NwDxCGztjN">
101-
<i class="fab fa-discord"></i>
118+
<i class="fab fa-discord fa-lg"></i>
102119
</a>
103120
<a class="link mx-1" href="mailto:hello@tolc.io">
104-
<i class="fas fa-envelope"></i>
121+
<i class="fas fa-envelope fa-lg"></i>
105122
</a>
106123
</p>
107124
</div>
108-
<div class="column is-one-quarter">
125+
<div class="column is-2">
109126
</div>
110127
</div>
111128
</footer>

docs/packaging/tolc_theme/css/theme.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,11 @@ html, body {
3939
.link:hover {
4040
color: #00dcff !important;
4141
}
42+
43+
.has-text-white {
44+
color: #fff !important;
45+
}
46+
47+
.has-text-weight-bold {
48+
font-weight: 700 !important;
49+
}

docs/packaging/tolc_theme/css/tolc/footer.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@
1414
-moz-transform:rotate(180deg);
1515
-o-transform:rotate(180deg);
1616
}
17+

0 commit comments

Comments
 (0)