Skip to content

Commit 91c8bf7

Browse files
committed
improve texts and layouts
1 parent d9549aa commit 91c8bf7

File tree

29 files changed

+473
-1020
lines changed

29 files changed

+473
-1020
lines changed

.makim.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,13 @@ groups:
2929

3030
preview:
3131
help: preview the web page dynamically
32+
args:
33+
run-pre-build:
34+
help: Run pre-build task
35+
type: bool
36+
action: store_true
3237
hooks:
3338
pre-run:
3439
- task: pages.pre-build
40+
if: ${{ args.run_pre_build }}
3541
run: mkdocs serve --watch pages --watch theme

mkdocs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ markdown_extensions:
7575
- pymdownx.superfences
7676

7777
plugins:
78+
- include-markdown:
79+
start: <!-- start -->
80+
end: <!-- end -->
81+
7882
- blogging:
7983
template: theme/blog-list.html
8084
dirs:

pages/about/coc/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: "Contributor Covenant Code of Conduct"
33
date: 2022-09-14
44
authors: ["Mariangela Petrizzo"]
55
tags: [coc]
6+
template: single.html
67
---
78

89
# Code of Conduct

pages/about/fiscal-sponsor/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: "Fiscal Sponsor: The GRAPH Network"
33
description: "Fiscal Sponsor: The GRAPH Network"
44
date: "2024-02-24"
55
authors: ["OSL Team"]
6+
template: single.html
67
---
78

89
# Our Fiscal Sponsor: The GRAPH Network

pages/about/formula/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: "Open Science Labs Formula"
33
description: "Open Science Labs Formula"
44
date: "2024-02-14"
55
authors: ["OSL Team"]
6+
template: single.html
67
---
78

89
# Open Science Labs Formula

pages/about/governance/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: "Open Science Labs Project Governance"
33
date: 2019-09-14
44
authors: ["Ivan Ogasawara"]
55
tags: ["governance"]
6+
template: single.html
67
---
78

89
# Open Science Labs Project Governance

pages/about/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: "About"
33
description: "Open Science Labs, sharing knowledge"
44
date: "2019-02-28"
55
authors: ["OSL Team"]
6+
template: single.html
67
---
78

89
# About

pages/about/roadmap/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: "Open Science Labs Roadmap - 2025"
33
date: 2024-01-19
44
authors: ["Ivan Ogasawara"]
55
tags: ["roadmap"]
6+
template: single.html
67
---
78

89
# Open Science Labs Roadmap - 2025

pages/about/team/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ teams:
128128
- name: Mfonobong Emmanuel Uyah
129129
bio: |
130130
Electrical and Electronics Engineering graduate with interest in software development using Python, Django, and JavaScript. Looking to develop and participate in open-source and open-science projects.
131-
image_url: https://avatars.githubusercontent.com/u/97167651?v=4&size=64
131+
image_url: https://avatars.githubusercontent.com/u/97167651?v=4
132132
github_url: https://github.com/investor-uyah
133133
---
134134

pages/affiliations/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Affiliations
3+
template: single.html
34
---
45

56
# Affiliations at Open Science Labs

pages/donate/index.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
---
2+
title: "Support Open Science Labs: Donate Today"
3+
template: single.html
4+
---
5+
6+
<div class="pt-5"></div>
7+
8+
## How to Donate
9+
10+
Open Science Labs accepts donations through Open Collective. Every contribution,
11+
no matter the size, makes a difference. Together, we can continue to build an
12+
open, inclusive, and innovative future for science and technology. Thank you for
13+
considering a donation to Open Science Labs.
14+
15+
<script src="https://opencollective.com/osl/donate/button.js" color="blue"></script>
16+
17+
<script src="https://opencollective.com/osl/banner.js"></script>
18+
119
## Support Open Science Labs: Donate Today
220

321
At Open Science Labs, we're dedicated to fostering innovation, collaboration,
@@ -32,20 +50,3 @@ Open Science Labs is committed to using open science principles to tackle
3250
real-world problems. Your donation supports projects with the potential to make
3351
significant societal impacts, from environmental conservation to public health
3452
advancements.
35-
36-
### How to Donate
37-
38-
Open Science Labs accepts donations through GitHub Sponsors. To contribute,
39-
please click the button below, which will direct you to our GitHub Sponsors
40-
page:
41-
42-
<iframe
43-
src="https://github.com/sponsors/OpenScienceLabs/button"
44-
title="Sponsor OpenScienceLabs"
45-
height="32"
46-
width="114"
47-
style="border: 0; border-radius: 6px;"></iframe>
48-
49-
Every contribution, no matter the size, makes a difference. Together, we can
50-
continue to build an open, inclusive, and innovative future for science and
51-
technology. Thank you for considering a donation to Open Science Labs.

pages/faq/index.es.md

Lines changed: 0 additions & 92 deletions
This file was deleted.

pages/guidelines/articles/index.es.md

Lines changed: 0 additions & 121 deletions
This file was deleted.

0 commit comments

Comments
 (0)