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/index.md b/website/index.md index c26bb38..09a3f78 100644 --- a/website/index.md +++ b/website/index.md @@ -4,6 +4,10 @@ title = "Julia On HPC Clusters" # Julia on HPC clusters +@@im-10 +![JuliaHPC](/assets/juliahpc_logo.png) +@@ + 👋 Welcome to the notes about the [Julia programming language](http://www.julialang.org/) on HPC clusters. ## Objective