Skip to content

Commit de4145b

Browse files
Merge pull request #124 from mcphersonlab/copilot/align-featured-images-and-add-education
2 parents e6b1676 + ae6609d commit de4145b

File tree

8 files changed

+19
-1
lines changed

8 files changed

+19
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,4 @@ __pycache__/
6868

6969
**/*.quarto_ipynb
7070
**/*.ipynb
71+
_screenshots/
18.3 KB
Loading
19.1 KB
Loading
18.1 KB
Loading
15.4 KB
Loading
19.3 KB
Loading

research/index.qmd

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,16 @@ listing:
5858
type: grid
5959
template: ../_ejs/resource-grid.ejs
6060
fields: [title, href]
61+
- id: education
62+
contents:
63+
- ../education/ce/index.qmd
64+
- ../education/lectures/index.qmd
65+
- ../education/workshops/index.qmd
66+
- ../education/textbooks/index.qmd
67+
- ../education/courses/index.qmd
68+
type: grid
69+
fields: [title]
70+
sort: false
6171
page-layout: full
6272
jupyter: python3
6373
---
@@ -389,6 +399,12 @@ document.addEventListener('DOMContentLoaded', function() {
389399

390400

391401

402+
## Educational Content
403+
404+
::: {#education}
405+
:::
406+
407+
392408
```{=html}
393409
<div class="page-navigation">
394410
<div>

research/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
display: flex;
2222
flex-direction: column;
2323
align-items: center;
24-
justify-content: center;
24+
justify-content: flex-start;
2525
text-align: center;
26+
padding-top: 1rem;
2627
}

0 commit comments

Comments
 (0)