Skip to content

Commit

Permalink
74 broken css styling (#75)
Browse files Browse the repository at this point in the history
* bug: Try including rule specific to site_libs & resources in quarto yaml

* bug: Try committing docs folder

* refactor: Rm surplus rules regarding CSS styling

* refactor: Rm CI rule on debugging branch
  • Loading branch information
r-leyshon authored Nov 9, 2023
1 parent c74815b commit de642e4
Show file tree
Hide file tree
Showing 30 changed files with 4,327 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/quarto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Render and Publish
on:
push:
branches:
- main

- main
jobs:
build-deploy:
runs-on: ubuntu-latest
Expand Down
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
data/*
outputs/*

### ignoring contents of docs folder
docs/*

### Contentious file types (can be removed at user discretion) ###

# consider using jupytext and .py files for better version control of notebooks!
Expand Down Expand Up @@ -333,4 +330,3 @@ $RECYCLE.BIN/
/_site/
/.vscode/
!assets/images/*
!docs/assets/images/*
Empty file added docs/.nojekyll
Empty file.
Binary file added docs/assets/favicon.ico
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/images/ogl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/images/risk-exposure-diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions docs/assets/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
/* css styles */

.jumbotron {
margin: 10px;
margin-top: -12px;
}

.grid-margin-below {
margin-bottom: 15px;
}

.orderd-list-div-margins {
margin-top: 15px;
margin-right: 10px;
}

table#user-table tr {
border-bottom: 1px solid #d8dcdc;
}
table#user-table tr:first-child {
border-top: 1px solid #9ba5ae;
border-bottom: 1px solid #9ba5ae;
}
table#user-table tr:last-child {
border-bottom: 1px solid #9ba5ae;
}
table#user-table td:first-child{
width: 22%;
}
table#user-table td:last-child {
width: 78%;
}

36 changes: 36 additions & 0 deletions docs/listings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
[
{
"listing": "/never-open/index.html",
"items": [
"/never-open/how-to.html",
"/never-open/explanation.html"
]
},
{
"listing": "/further-information/index.html",
"items": [
"/further-information/peer-review.html"
]
},
{
"listing": "/open-at-the-start/index.html",
"items": [
"/open-at-the-start/guidance.html"
]
},
{
"listing": "/open-at-the-end/index.html",
"items": [
"/open-at-the-end/process-chart.html",
"/open-at-the-end/guidance.html",
"/open-at-the-end/risk-assessment-guide.html"
]
},
{
"listing": "/overview/index.html",
"items": [
"/overview/overview.html",
"/overview/which-development-strategy.html"
]
}
]
3 changes: 3 additions & 0 deletions docs/open-at-the-end/mermaid.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#mermaid-1 {
height: auto;
}
1 change: 1 addition & 0 deletions docs/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Sitemap: https://datasciencecampus.github.io/coding-in-the-open/sitemap.xml
289 changes: 289 additions & 0 deletions docs/search.json

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions docs/site_libs/bootstrap/bootstrap-dark.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit de642e4

Please sign in to comment.