Skip to content

Commit

Permalink
Website without Arxiv, Paper, Bibtex
Browse files Browse the repository at this point in the history
  • Loading branch information
AScicluna committed Aug 24, 2024
1 parent 57206ca commit 933a3f5
Show file tree
Hide file tree
Showing 265 changed files with 3,975 additions and 7 deletions.
718 changes: 711 additions & 7 deletions index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions static/css/bulma-carousel.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions static/css/bulma-slider.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions static/css/bulma.css.map.txt

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions static/css/bulma.min.css

Large diffs are not rendered by default.

50 changes: 50 additions & 0 deletions static/css/centre-container.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
/* Center the container within the page */
.container {
margin-left: auto;
margin-right: auto;
padding-left: 1rem;
padding-right: 1rem;
}

/* Add padding/margin for symmetry if needed */
.section {
padding: 2rem 1rem;
}

/* Additional styles for better layout */
.columns.is-centered {
justify-content: center;
}

.directory-tree {
list-style-type: none;
padding-left: 1em;
font-family: 'Courier New', Courier, monospace;
}

.directory-tree ul {
margin-left: 1em;
list-style-type: none;
position: relative;
}

.directory-tree ul:before {
content: '';
display: block;
width: 1px;
background-color: #ddd;
position: absolute;
top: 0;
bottom: 0;
left: -0.5em;
}

.directory-tree li:before {
content: '';
display: inline-block;
width: 1em;
height: 1px;
background-color: #ddd;
margin-right: 0.5em;
vertical-align: middle;
}
5 changes: 5 additions & 0 deletions static/css/fontawesome.all.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 933a3f5

Please sign in to comment.