Skip to content

Commit ac1f223

Browse files
chore(sync): 🔨 synced file(s) with seedcase-project/seedcase-theme
1 parent cc43bf6 commit ac1f223

File tree

5 files changed

+152
-123
lines changed

5 files changed

+152
-123
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
## Description
1+
# Description
22

33
These changes PURPOSE, because REASON.
44

55
Closes #
66

7-
<!-- Please delete as appropriate: -->
87
This PR needs a quick/an in-depth review.
98

109
## Checklist
1110

12-
- [ ] Ran spell-check
1311
- [ ] Formatted Markdown
1412
- [ ] Ran `just run-all`

.vscode/extensions.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@
99
"quarto.quarto",
1010
"vivaxy.vscode-conventional-commits",
1111
"pshaddel.conventional-branch",
12-
"tekumara.typos-vscode"
12+
"tekumara.typos-vscode",
13+
"eamodio.gitlens",
14+
"github.vscode-github-actions",
15+
"redhat.vscode-yaml",
16+
"GitHub.vscode-pull-request-github",
17+
"EditorConfig.EditorConfig"
1318
],
1419
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
1520
"unwantedRecommendations": []
Lines changed: 143 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,143 @@
1+
meta:
2+
name:
3+
full: Seedcase Project
4+
short: Seedcase
5+
link:
6+
github: https://github.com/seedcase-project
7+
8+
color:
9+
palette:
10+
logo-green: "#024639"
11+
dark-green: "#196440"
12+
vibrant-green: "#48DC76"
13+
light-grey: "#F8F9FA"
14+
primary: dark-green
15+
tertiary: vibrant-green
16+
light: light-grey
17+
18+
typography:
19+
fonts:
20+
- family: noto sans
21+
source: "bunny"
22+
# other weights are used inexplicitly for e.g., bold and table headers
23+
weight: [300, 500, 600]
24+
- family: poppins
25+
source: "bunny"
26+
weight: 400
27+
- family: roboto mono
28+
source: "bunny"
29+
base:
30+
family: noto sans
31+
weight: 300
32+
headings:
33+
family: poppins
34+
weight: 400
35+
monospace: roboto mono
36+
37+
defaults:
38+
bootstrap:
39+
defaults:
40+
mermaid-edge-color: "#8B8B8B"
41+
rules: |
42+
.cell-output pre code {
43+
white-space: pre-wrap;
44+
}
45+
46+
.navbar {
47+
border-bottom: rgba($toc-active-border, 0.3) 1px solid;
48+
}
49+
50+
svg {
51+
display: block;
52+
max-width: 100%;
53+
margin: 0 auto;
54+
height: auto !important;
55+
width: auto !important;
56+
}
57+
58+
li {
59+
margin: 5px 0;
60+
}
61+
62+
figcaption {
63+
text-align: center;
64+
}
65+
66+
.about-link {
67+
border: 2px solid $tertiary !important;
68+
border-radius: 50px !important;
69+
color: $primary !important;
70+
font-size: 20px !important;
71+
font-weight: bold;
72+
padding: 5px 15px !important;
73+
}
74+
75+
.about-link:hover {
76+
background-color: $tertiary !important;
77+
color: white !important;
78+
}
79+
80+
.about-links {
81+
justify-content: left !important;
82+
padding: 10px 0px 0px 0px !important;
83+
}
84+
85+
.landing-page-block {
86+
padding-top: 10px;
87+
padding-bottom: 10px;
88+
margin-left: 30px;
89+
margin-right: 30px;
90+
}
91+
92+
@media(min-width: 900px) {
93+
.landing-page-block {
94+
margin-left: 50px;
95+
margin-right: 50px;
96+
}
97+
}
98+
99+
@media (min-width: 1200px) {
100+
.landing-page-block {
101+
max-width: 900px;
102+
margin-left: auto;
103+
margin-right: auto;
104+
}
105+
}
106+
107+
.hero-banner {
108+
position: relative;
109+
background: $light;
110+
display: flex;
111+
justify-content: center;
112+
padding-bottom: 30px;
113+
}
114+
115+
.hero-banner .landing-page-block {
116+
display: flex;
117+
flex-direction: row;
118+
}
119+
120+
.hero-text>h2,
121+
.landing-page-block>h2 {
122+
margin-top: 0.5rem;
123+
border-bottom: none;
124+
}
125+
126+
.landing-page-card {
127+
border-radius: 12px;
128+
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
129+
background-color: rgba($light, 0.3);
130+
border: none;
131+
padding: 5px 20px 10px 20px;
132+
margin-bottom: 40px;
133+
justify-content: start !important;
134+
}
135+
136+
.navbar-logo {
137+
max-height: 38px;
138+
}
139+
140+
.callout-body {
141+
font-weight: 300 !important;
142+
}
143+

_extensions/seedcase-project/seedcase-theme/_extension.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ contributes:
1010
- quarto-ext/fontawesome
1111
html:
1212
from: markdown+emoji
13-
theme:
14-
- cosmo
15-
- theme.scss
1613
toc: true
1714
toc-location: right
1815
toc-depth: 3
@@ -54,3 +51,5 @@ contributes:
5451
csl: vancouver.csl
5552

5653
format: seedcase-theme-html
54+
55+
brand: _brand.yml

_extensions/seedcase-project/seedcase-theme/theme.scss

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

0 commit comments

Comments
 (0)