|
43 | 43 | <script src="/site_libs/bootstrap/bootstrap.min.js"></script>
|
44 | 44 | <link href="/site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
|
45 | 45 | <link href="/site_libs/bootstrap/bootstrap-3631a664493072d6d992f36617d74d50.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme" id="quarto-bootstrap" data-mode="light">
|
46 |
| -<link href="/site_libs/bootstrap/bootstrap-dark-efc016a4f40f5e3bb050149e1a0bbfa7.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme quarto-color-alternate" id="quarto-bootstrap" data-mode="dark"> |
| 46 | +<link href="/site_libs/bootstrap/bootstrap-dark-0fc2ec9cd13511af30e763500ae0a96c.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme quarto-color-alternate" id="quarto-bootstrap" data-mode="dark"> |
47 | 47 | <link href="/site_libs/bootstrap/bootstrap-3631a664493072d6d992f36617d74d50.min.css" rel="stylesheet" append-hash="true" class="quarto-color-scheme-extra" id="quarto-bootstrap" data-mode="light">
|
48 | 48 | <script id="quarto-search-options" type="application/json">{
|
49 | 49 | "location": "navbar",
|
@@ -748,16 +748,47 @@ <h1 class="title">Page Not Found</h1>
|
748 | 748 | });
|
749 | 749 | </script>
|
750 | 750 | </div> <!-- /content -->
|
751 |
| -<footer class="footer"> |
752 |
| - <div class="nav-footer"> |
753 |
| - <div class="nav-footer-left"> |
754 |
| -<p>Turing is created by <a href="http://mlg.eng.cam.ac.uk/hong/" target="_blank">Hong Ge</a>, and maintained by the <a href="/team" target="_blank">core team of developers</a>. <br> © 2025 under the terms of the <a href="https://github.com/TuringLang/Turing.jl/blob/master/LICENCE" target="_blank">MIT License</a>.</p> |
755 |
| -</div> |
756 |
| - <div class="nav-footer-center"> |
757 |
| - |
758 |
| - <div class="toc-actions"><ul><li><a href="https://github.com/TuringLang/turinglang.github.io/edit/main/404.qmd" target="_blank" class="toc-action"><i class="bi bi-github"></i>Edit this page</a></li><li><a href="https://github.com/TuringLang/turinglang.github.io/issues/new" target="_blank" class="toc-action"><i class="bi empty"></i>Report an issue</a></li></ul></div></div> |
759 |
| - <div class="nav-footer-right"> |
760 |
| - |
| 751 | +<footer class="custom-footer"> |
| 752 | + <div class="footer-container"> |
| 753 | + <div class="footer-grid"> |
| 754 | + <div class="footer-links-wrapper"> |
| 755 | + <div class="footer-column footer-explore"> |
| 756 | + <h5>Explore</h5> |
| 757 | + <a href="https://turinglang.org/docs/getting-started/">Get Started</a> |
| 758 | + <a href="https://turinglang.org/docs/tutorials/">Tutorials</a> |
| 759 | + <a href="/library">Libraries</a> |
| 760 | + <a href="/news">News</a> |
| 761 | + <a href="/team">Team</a> |
| 762 | + </div> |
| 763 | + |
| 764 | + <div class="footer-column footer-connect"> |
| 765 | + <h5>Connect</h5> |
| 766 | + <a href="https://github.com/TuringLang" target="_blank" rel="noopener"><i class="bi bi-github"></i> GitHub</a> |
| 767 | + <a href="https://x.com/TuringLang" target="_blank" rel="noopener"><i class="bi bi-twitter"></i> Twitter</a> |
| 768 | + <a href="https://julialang.slack.com/archives/CCYDC34A0" target="_blank" rel="noopener"><i class="bi bi-slack"></i> Slack</a> |
| 769 | + <a href="https://discourse.julialang.org/c/domain/probprog/48" target="_blank" rel="noopener"><i class="bi bi-chat-dots"></i> Discourse</a> |
| 770 | + </div> |
| 771 | + </div> |
| 772 | + |
| 773 | + <div class="footer-column footer-brands"> |
| 774 | + <h5>Supported by world-class institutions</h5> |
| 775 | + <p>Turing.jl is currently being developed at leading research organisations.</p> |
| 776 | + <div class="logo-grid"> |
| 777 | + <a href="https://mlg.eng.cam.ac.uk/" class="partner-logo" target="_blank" rel="noopener"> |
| 778 | + <img src="https://www.cam.ac.uk/sites/default/files/university-cambridge-logo-black-example-640x132.png" alt="University of Cambridge Logo" class="brands-light-mode-logo"> |
| 779 | + <img src="https://www.cam.ac.uk/sites/default/files/university-cambridge-logo-white-example-640x133.png" alt="University of Cambridge Logo Dark" class="brands-dark-mode-logo"> |
| 780 | + </a> |
| 781 | + <a href="https://www.turing.ac.uk/" class="partner-logo" target="_blank" rel="noopener"> |
| 782 | + <img src="/assets/images/brands/Turing_Logo_1000x400px_Black.webp" alt="The Alan Turing Institute Logo" class="brands-light-mode-logo"> |
| 783 | + <img src="/assets/images/brands/Turing_Logo_1000x400px_White.webp" alt="The Alan Turing Institute Logo Dark" class="brands-dark-mode-logo"> |
| 784 | + </a> |
| 785 | + </div> |
| 786 | + </div> |
| 787 | + |
| 788 | + </div> |
| 789 | + <div class="footer-bottom"> |
| 790 | + <p>Turing is created by <a href="https://mlg.eng.cam.ac.uk/hong/" target="_blank" rel="noopener">Hong Ge</a>, and maintained by the core <a href="/team" target="_blank" rel="noopener">team</a> of developers and <a href="https://github.com/TuringLang/Turing.jl/graphs/contributors" target="_blank" rel="noopener">contributors</a>!<br>© 2025 The Turing Project Contributors. <a href="https://github.com/TuringLang/Turing.jl/blob/master/LICENCE" target="_blank" rel="noopener">MIT License</a>.</p> |
| 791 | + <a href="https://github.com/TuringLang/turinglang.github.io/" target="_blank" rel="noopener" class="footer-source-link"><i class="bi bi-github"></i> Website Source</a> |
761 | 792 | </div>
|
762 | 793 | </div>
|
763 | 794 | </footer>
|
|
0 commit comments