|
1 | 1 | <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; |
16 | 8 | }
|
| 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;} |
17 | 19 | </style>
|
18 | 20 |
|
19 | 21 | <footer class="container-fluid footer-copy">
|
20 | 22 | <div class="container">
|
21 | 23 | <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> |
24 | 26 | <a href="/about/help"><li>Get Help</li></a>
|
25 | 27 | <a href="/community/#julia_github_groups"><li>Domains</li></a>
|
26 | 28 | <a href="/blog/2019/02/julia-entities/"><li>Governance</li></a>
|
27 | 29 | <a href="/research/#publications"><li>Publications</li></a>
|
28 | 30 | <a href="/research/#sponsors"><li>Sponsors</li></a>
|
29 | 31 | </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> |
32 | 34 | <a href="/downloads/"><li>All Releases</li></a>
|
33 | 35 | <a href="https://github.com/JuliaLang/julia"><li>Source Code</li></a>
|
34 | 36 | <a href="/downloads/#current_stable_release"><li>Current Stable Release</li></a>
|
35 | 37 | <a href="/downloads/#long_term_support_release"><li>Longterm Support Release</li></a>
|
36 | 38 | <a href="/downloads/platform/#platform_specific_instructions_for_unofficial_binaries"><li>Unofficial Binaries</li></a>
|
37 | 39 | </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> |
40 | 42 | <a href="https://www.youtube.com/user/JuliaLanguage"><li>Video Talks</li></a>
|
41 | 43 | <a href="/learning/getting-started/"><li>Beginners Guide</li></a>
|
42 | 44 | <a href="https://docs.julialang.org/en/v1/manual/faq/"><li>FAQ</li></a>
|
43 | 45 | <a href="/learning/#books"><li>Julia Books</li></a>
|
44 | 46 | </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> |
47 | 49 | <a href="/community/#2019_julia_user_and_developer_survey"><li>User/Developer Survey</li></a>
|
48 | 50 | <a href="/diversity/"><li>Diversity</li></a>
|
49 | 51 | <a href="/community/#official_channels"><li>Official Channels</li></a>
|
50 | 52 | <a href="/community/standards/"><li>Code of Conduct</li></a>
|
51 | 53 | <a href="/community/#events"><li>Events</li></a>
|
52 | 54 | </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> |
55 | 57 | <a href="https://github.com/JuliaLang/julia/issues"><li>Issue Tracker</li></a>
|
56 | 58 | <a href="https://github.com/JuliaLang/julia/security/policy"><li>Report a Security Issue</li></a>
|
57 | 59 | <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 | 63 | </div>
|
62 | 64 | <div id="footer-bottom" class="row">
|
63 | 65 | <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>. |
67 | 69 | </div>
|
68 | 70 | <div class="col-md-2 py-2">
|
69 | 71 | <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