Skip to content

Commit

Permalink
Add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
luraess committed Jul 12, 2024
1 parent 1b51480 commit 0a1fd50
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
Binary file added website/_assets/juliahpc_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions website/_css/custom.css
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
4 changes: 4 additions & 0 deletions website/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a1fd50

Please sign in to comment.