Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions _data/projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ projects:
key_people:
- handle: "@StephenDeLorme"
url: https://x.com/StephenDeLorme
status: Alpha stage, approaching v1 launch
status: Alpha stage<span class="hide-mobile">, approaching v1 launch</span>
connect:
channel: "#bitcoin-builder-kit"
url: https://discord.gg/KtW9xB7p
Expand Down Expand Up @@ -92,7 +92,7 @@ projects:
key_people:
- handle: "@matbalez"
url: https://x.com/matbalez
status: Active advocacy underway
status: Active advocacy<span class="hide-mobile">&nbsp;underway</span>
connect:
channel: "#bip-177"
url: https://discord.gg/GPXH25FG
Expand All @@ -110,7 +110,7 @@ projects:
url: https://x.com/matbalez
- handle: "@ConorOkus"
url: https://x.com/ConorOkus
status: Active advocacy underway
status: Active advocacy<span class="hide-mobile">&nbsp;underway</span>
connect:
channel: "#bip-353"
url: https://discord.gg/M7nJksmJ
Expand Down Expand Up @@ -286,7 +286,7 @@ projects:
key_people:
- handle: "@Yashraj__"
url: https://x.com/Yashraj__
status: Active advocacy underway
status: Active advocacy<span class="hide-mobile">&nbsp;underway</span>
connect:
channel: "#privacy"
url: https://discord.gg/MuXfrfSv
11 changes: 10 additions & 1 deletion _sass/minima/_projects-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -351,9 +351,18 @@

// Responsive
@include media-query(small) {
.hide-mobile {
display: none;
}

.projects-grid {
gap: $spacing-unit * 2;
padding: $spacing-unit * 2 0;
padding: $spacing-unit * 2 0 $spacing-unit / 2 0;
}

// Add space between funding section and first split section
p + .split-section {
margin-top: $spacing-unit * 3;
}

.project-category__list {
Expand Down
2 changes: 1 addition & 1 deletion projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ https://www.figma.com/file/qzvCvqhSRx3Jq8aywaSjlr/Bitcoin-Design-Guide-Illustrat
class="split-section--reversed"
graphic_color="#1134F5"
graphic_bg_image="/assets/images/projects/section--community-project.svg"
graphic_image="/assets/images/projects/supergraphic--community-projects-grid.svg"
graphic_image="/assets/images/projects/supergraphic--community-projects-grid.png"
content_color="#000032"
label="Community Projects"
headline="Built by the Community, for Bitcoin"
Expand Down