diff --git a/README.md b/README.md index 1244f74..8704a20 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ -# JuliaOnHPCClusters +# Julia On HPC Clusters -Notes on how to use/set up Julia on HPC clusters. Visit the rendered website under [juliahpc.github.io](https://juliahpc.github.io). +Notes on how to use/set up Julia on HPC clusters. + +**Visit the rendered website under [juliahpc.github.io](https://juliahpc.github.io).** diff --git a/website/_assets/element_chat.svg b/website/_assets/element_chat.svg deleted file mode 100644 index 54a91b7..0000000 --- a/website/_assets/element_chat.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/website/_assets/favicon.png b/website/_assets/favicon.png index 6744434..6e79b48 100644 Binary files a/website/_assets/favicon.png and b/website/_assets/favicon.png differ diff --git a/website/_assets/julia-logo.svg b/website/_assets/julia-logo.svg deleted file mode 100644 index 0acc3dc..0000000 --- a/website/_assets/julia-logo.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/website/_assets/juliahpc_logo.png b/website/_assets/juliahpc_logo.png new file mode 100644 index 0000000..dcfbc97 Binary files /dev/null and b/website/_assets/juliahpc_logo.png differ diff --git a/website/_css/custom.css b/website/_css/custom.css index 29182d9..4ad36f4 100644 --- a/website/_css/custom.css +++ b/website/_css/custom.css @@ -1,5 +1,11 @@ @import url("https://fonts.googleapis.com/css2?family=PT+Sans+Caption:wght@700&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap"); +.im-10 {text-align: center;} +.im-10 img { + padding: 0; + width: 10%; +} + h1 { border-bottom: 1px solid #999 !important; margin-bottom: 1em !important; diff --git a/website/_css/poole_hyde.css b/website/_css/poole_hyde.css index b0d39de..8a1df55 100644 --- a/website/_css/poole_hyde.css +++ b/website/_css/poole_hyde.css @@ -267,7 +267,7 @@ html { top: 0; left: 0; bottom: 0; - width: 23rem; + width: 19rem; text-align: left; } } diff --git a/website/_layout/page_foot.html b/website/_layout/page_foot.html index 7e186f7..e128b83 100644 --- a/website/_layout/page_foot.html +++ b/website/_layout/page_foot.html @@ -1,6 +1,6 @@
diff --git a/website/_layout/sidebar.html b/website/_layout/sidebar.html index a8f47fd..20a048c 100644 --- a/website/_layout/sidebar.html +++ b/website/_layout/sidebar.html @@ -16,9 +16,9 @@

Julia On HPC Clusters

For Users
Getting started Visual Studio Code on HPC Clusters - FAQ HPC profiling tools HPC systems with Julia support + FAQ
For System Admins
How to provide Julia to users? diff --git a/website/_layout/style.html b/website/_layout/style.html index 834c608..b45efdd 100644 --- a/website/_layout/style.html +++ b/website/_layout/style.html @@ -4,7 +4,7 @@