Skip to content

Commit a159afa

Browse files
committed
more fixes for the footer
1 parent 07265e7 commit a159afa

File tree

1 file changed

+29
-27
lines changed

1 file changed

+29
-27
lines changed

_layout/foot_general.html

Lines changed: 29 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,59 @@
11
<style>
2-
footer.footer-copy {
3-
padding-top: 2em;
4-
margin-left: auto;
5-
margin-right: auto;
6-
}
7-
footer.footer-copy ul#menu > a {
8-
font-size: 95%;
9-
}
10-
footer.footer-copy ul#menu > a:first-of-type {
11-
font-size: 115%;
12-
font-weight: bold;
13-
}
14-
footer.footer-copy #footer-bottom {
15-
font-size:90%;
2+
.footer-copy {
3+
padding-top: 2em;
4+
margin-left: auto;
5+
margin-right: auto;}
6+
.footer-copy ul#menu {
7+
display:inline-block;
168
}
9+
.footer-copy ul#menu > a {
10+
font-size: 95%;}
11+
.footer-copy ul#menu > a:first-of-type {
12+
font-size: 110%;
13+
font-weight: bold;
14+
color: #7a95dd;}
15+
.footer-copy #footer-bottom {
16+
font-size:90%;}
17+
.footer-copy #footer-bottom a {
18+
color: #7a95dd;}
1719
</style>
1820

1921
<footer class="container-fluid footer-copy">
2022
<div class="container">
2123
<div class="row">
22-
<ul id="menu" style="display:inline-block">
23-
<a href="/project"><li class="footer-heading">About</li></a>
24+
<ul id="menu">
25+
<a href="/project"><li>About</li></a>
2426
<a href="/about/help"><li>Get Help</li></a>
2527
<a href="/community/#julia_github_groups"><li>Domains</li></a>
2628
<a href="/blog/2019/02/julia-entities/"><li>Governance</li></a>
2729
<a href="/research/#publications"><li>Publications</li></a>
2830
<a href="/research/#sponsors"><li>Sponsors</li></a>
2931
</ul>
30-
<ul id="menu" style="display:inline-block">
31-
<a href="/downloads/"><li class="footer-heading">Downloads</li></a>
32+
<ul id="menu">
33+
<a href="/downloads/"><li>Downloads</li></a>
3234
<a href="/downloads/"><li>All Releases</li></a>
3335
<a href="https://github.com/JuliaLang/julia"><li>Source Code</li></a>
3436
<a href="/downloads/#current_stable_release"><li>Current Stable Release</li></a>
3537
<a href="/downloads/#long_term_support_release"><li>Longterm Support Release</li></a>
3638
<a href="/downloads/platform/#platform_specific_instructions_for_unofficial_binaries"><li>Unofficial Binaries</li></a>
3739
</ul>
38-
<ul id="menu" style="display:inline-block">
39-
<a href="https://docs.julialang.org/en/v1/"><li class="footer-heading">Documentation</li></a>
40+
<ul id="menu">
41+
<a href="https://docs.julialang.org/en/v1/"><li>Documentation</li></a>
4042
<a href="https://www.youtube.com/user/JuliaLanguage"><li>Video Talks</li></a>
4143
<a href="/learning/getting-started/"><li>Beginners Guide</li></a>
4244
<a href="https://docs.julialang.org/en/v1/manual/faq/"><li>FAQ</li></a>
4345
<a href="/learning/#books"><li>Julia Books</li></a>
4446
</ul>
45-
<ul id="menu" style="display:inline-block">
46-
<a href="/community/"><li class="footer-heading">Community</li></a>
47+
<ul id="menu">
48+
<a href="/community/"><li>Community</li></a>
4749
<a href="/community/#2019_julia_user_and_developer_survey"><li>User/Developer Survey</li></a>
4850
<a href="/diversity/"><li>Diversity</li></a>
4951
<a href="/community/#official_channels"><li>Official Channels</li></a>
5052
<a href="/community/standards/"><li>Code of Conduct</li></a>
5153
<a href="/community/#events"><li>Events</li></a>
5254
</ul>
53-
<ul id="menu" style="display:inline-block">
54-
<a href="https://github.com/JuliaLang/julia/blob/master/CONTRIBUTING.md"><li class="footer-heading">Contributing</li></a>
55+
<ul id="menu">
56+
<a href="https://github.com/JuliaLang/julia/blob/master/CONTRIBUTING.md"><li>Contributing</li></a>
5557
<a href="https://github.com/JuliaLang/julia/issues"><li>Issue Tracker</li></a>
5658
<a href="https://github.com/JuliaLang/julia/security/policy"><li>Report a Security Issue</li></a>
5759
<a href="https://github.com/issues?q=is%3Aopen+is%3Aissue+language%3AJulia+label%3A%22help+wanted%22"><li>Help Wanted Issues</li></a>
@@ -61,9 +63,9 @@
6163
</div>
6264
<div id="footer-bottom" class="row">
6365
<div class="col-md-10 py-2">
64-
<p>Built with <a style="color: #7a95dd" href="https://franklinjl.org">Franklin.jl</a> - a native Julia package for building websites.
65-
We thank <a style="color: #7a95dd" href="https://www.fastly.com">Fastly</a> for their generous infrastructure support.
66-
<p>©2020 JuliaLang.org <a style="color: #7a95dd" href="https://github.com/JuliaLang/www.julialang.org/graphs/contributors">contributors</a>. The content on this website is made available under the <a style="color: #7a95dd" href="https://github.com/JuliaLang/www.julialang.org/blob/master/LICENSE.md">MIT license</a>.
66+
<p>Website built with <a href="https://franklinjl.org">Franklin.jl</a> - a native Julia package for building websites.
67+
We thank <a href="https://www.fastly.com">Fastly</a> for their generous infrastructure support.
68+
<p>©2020 JuliaLang.org <a href="https://github.com/JuliaLang/www.julialang.org/graphs/contributors">contributors</a>. The content on this website is made available under the <a href="https://github.com/JuliaLang/www.julialang.org/blob/master/LICENSE.md">MIT license</a>.
6769
</div>
6870
<div class="col-md-2 py-2">
6971
<a class="github-button" href="https://github.com/sponsors/julialang" data-icon="octicon-heart" data-size="large" aria-label="Sponsor @julialang on GitHub">Sponsor</a>

0 commit comments

Comments
 (0)