-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
90 changed files
with
6,847 additions
and
4,316 deletions.
There are no files selected for viewing
Binary file added
BIN
+16.4 KB
web/app/themes/solidarityknowsnoborders/assets/fonts/instrument-sans-v1-latin-regular.woff2
Binary file not shown.
11 changes: 11 additions & 0 deletions
11
web/app/themes/solidarityknowsnoborders/assets/img/arrow-left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions
9
web/app/themes/solidarityknowsnoborders/assets/img/arrow-right.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions
12
web/app/themes/solidarityknowsnoborders/assets/img/background.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions
8
web/app/themes/solidarityknowsnoborders/assets/img/drop-down-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions
8
web/app/themes/solidarityknowsnoborders/assets/img/menu-close.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions
8
web/app/themes/solidarityknowsnoborders/assets/img/menu-open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions
8
web/app/themes/solidarityknowsnoborders/assets/img/minus-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions
8
web/app/themes/solidarityknowsnoborders/assets/img/plus-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions
8
web/app/themes/solidarityknowsnoborders/assets/img/search-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?php | ||
|
||
namespace CommonKnowledge\WordPress\SolidarityKnowsNoBorders; | ||
|
||
add_action('wp_enqueue_scripts', function () { | ||
wp_enqueue_style('solidarity-knows-no-borders', get_template_directory_uri() . '/style.css'); | ||
wp_enqueue_script('solidarity-knows-no-borders', get_template_directory_uri() . '/scripts.js', null, true); | ||
wp_enqueue_script('mapbox', 'https://api.mapbox.com/mapbox-gl-js/v2.14.1/mapbox-gl.js'); | ||
wp_enqueue_style('mapbox', 'https://api.mapbox.com/mapbox-gl-js/v2.14.1/mapbox-gl.css'); | ||
}); | ||
|
||
|
||
|
||
|
||
|
||
add_action('init', function () { | ||
register_block_pattern_category( | ||
'solidarity-knows-no-borders', | ||
array( | ||
'label' => __('Solidarity Knows No Borders', 'solidarity-knows-no-borders'), | ||
) | ||
); | ||
}); |
122 changes: 122 additions & 0 deletions
122
web/app/themes/solidarityknowsnoborders/parts/footer.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,122 @@ | ||
<!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|large","bottom":"var:preset|spacing|large"},"blockGap":"var:preset|spacing|large"}},"layout":{"inherit":true,"type":"constrained","justifyContent":"center","contentSize":"1320px"}} --> | ||
<div | ||
class="wp-block-group" | ||
style=" | ||
padding-top: var(--wp--preset--spacing--large); | ||
padding-bottom: var(--wp--preset--spacing--large); | ||
" | ||
> | ||
<!-- wp:safe-svg/svg-icon {"svgURL":"https://solidarityknowsnoborders.kinsta.cloud/app/uploads/2023/10/solidarity-1.svg","imageID":680,"imageWidth":1322,"imageHeight":164,"dimensionWidth":1322,"dimensionHeight":164,"imageSizes":{"full":{"height":164,"width":1322,"url":"https://solidarityknowsnoborders.kinsta.cloud/app/uploads/2023/10/solidarity-1.svg","orientation":"portrait"},"medium":{"height":"300","width":"300","url":"https://solidarityknowsnoborders.kinsta.cloud/app/uploads/2023/10/solidarity-1.svg","orientation":"portrait"},"thumbnail":{"height":"150","width":"150","url":"https://solidarityknowsnoborders.kinsta.cloud/app/uploads/2023/10/solidarity-1.svg","orientation":"portrait"}}} /--> | ||
|
||
<!-- wp:columns {"style":{"spacing":{"blockGap":{"top":"var:preset|spacing|medium","left":"0"}}}} --> | ||
<div class="wp-block-columns"> | ||
<!-- wp:column --> | ||
<div class="wp-block-column"> | ||
<!-- wp:heading {"level":3} --> | ||
<h3 class="wp-block-heading">Subscribe to our newsletter for updates</h3> | ||
<!-- /wp:heading --> | ||
|
||
<!-- wp:spacer {"height":"var:preset|spacing|medium"} --> | ||
<div | ||
style="height: var(--wp--preset--spacing--medium)" | ||
aria-hidden="true" | ||
class="wp-block-spacer" | ||
></div> | ||
<!-- /wp:spacer --> | ||
|
||
<!-- wp:html --> | ||
<form | ||
id="email-sign-up" | ||
method="GET" | ||
action="https://actionnetwork.org/forms/sign-up-for-email-updates-65" | ||
> | ||
<input | ||
type="email" | ||
name="answer[email]" | ||
required | ||
placeholder="Your email" | ||
/> | ||
<button type="submit">Next</button> | ||
</form> | ||
<!-- /wp:html --> | ||
</div> | ||
<!-- /wp:column --> | ||
|
||
<!-- wp:column {"verticalAlignment":"bottom"} --> | ||
<div class="wp-block-column is-vertically-aligned-bottom"> | ||
<!-- wp:group {"className":"social-icons","layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"right","orientation":"horizontal"}} --> | ||
<div class="wp-block-group social-icons"> | ||
<!-- wp:buttons {"style":{"spacing":{"margin":{"top":"0","bottom":"0"},"blockGap":"15px"}}} --> | ||
<div class="wp-block-buttons" style="margin-top: 0; margin-bottom: 0"> | ||
<!-- wp:button {"style":{"spacing":{"padding":{"top":"8px","bottom":"8px"}},"border":{"radius":"0px"}},"className":"wp-block-button"} --> | ||
<div class="wp-block-button"> | ||
<a | ||
class="wp-block-button__link wp-element-button" | ||
href="https://twitter.com/firmcharter" | ||
style="border-radius: 0px; padding-top: 8px; padding-bottom: 8px" | ||
><img | ||
class="wp-image-796" | ||
style="width: 28px" | ||
src="https://solidarityknowsnoborders.kinsta.cloud/app/uploads/2023/11/twitter.png" | ||
alt="" | ||
/></a> | ||
</div> | ||
<!-- /wp:button --> | ||
</div> | ||
<!-- /wp:buttons --> | ||
</div> | ||
<!-- /wp:group --> | ||
</div> | ||
<!-- /wp:column --> | ||
</div> | ||
<!-- /wp:columns --> | ||
|
||
<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|large"}},"className":"fine-print","layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"left","orientation":"horizontal"}} --> | ||
<div class="wp-block-group fine-print"> | ||
<!-- wp:paragraph {"textColor":"black","fontSize":"small"} --> | ||
<p class="has-black-color has-text-color has-small-font-size"> | ||
<a href="mailto:[email protected]">[email protected]</a> | ||
</p> | ||
<!-- /wp:paragraph --> | ||
|
||
<!-- wp:paragraph {"textColor":"black","fontSize":"small"} --> | ||
<p class="has-black-color has-text-color has-small-font-size">Privacy</p> | ||
<!-- /wp:paragraph --> | ||
|
||
<!-- wp:paragraph {"textColor":"black","fontSize":"small"} --> | ||
<p class="has-black-color has-text-color has-small-font-size"> | ||
Accessibility | ||
</p> | ||
<!-- /wp:paragraph --> | ||
|
||
<!-- wp:paragraph {"textColor":"black","fontSize":"small"} --> | ||
<p class="has-black-color has-text-color has-small-font-size">Copyright</p> | ||
<!-- /wp:paragraph --> | ||
|
||
<!-- wp:paragraph {"textColor":"black","fontSize":"small"} --> | ||
<p class="has-black-color has-text-color has-small-font-size"> | ||
Identity: | ||
<a | ||
href="https://www.migrantsinculture.com/" | ||
data-type="link" | ||
data-id="https://www.migrantsinculture.com/" | ||
>Migrants in Culture</a | ||
> | ||
</p> | ||
<!-- /wp:paragraph --> | ||
|
||
<!-- wp:paragraph {"textColor":"black","fontSize":"small"} --> | ||
<p class="has-black-color has-text-color has-small-font-size"> | ||
Site: | ||
<a | ||
href="https://commonknowledge.coop/" | ||
data-type="link" | ||
data-id="https://commonknowledge.coop/" | ||
>Common Knowledge | ||
</a> | ||
</p> | ||
<!-- /wp:paragraph --> | ||
</div> | ||
<!-- /wp:group --> | ||
</div> | ||
<!-- /wp:group --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|medium","bottom":"var:preset|spacing|medium"},"blockGap":"var:preset|spacing|large"}},"layout":{"type":"constrained","contentSize":"1320px"}} --> | ||
<div | ||
class="wp-block-group" | ||
style=" | ||
padding-top: var(--wp--preset--spacing--medium); | ||
padding-bottom: var(--wp--preset--spacing--medium); | ||
" | ||
> | ||
<!-- wp:group {"style":{"spacing":{"padding":{"bottom":"0","top":"0"},"blockGap":"var:preset|spacing|large"}},"className":"navigation-wrapper","layout":{"type":"flex","justifyContent":"space-between","flexWrap":"wrap"}} --> | ||
<div | ||
class="wp-block-group navigation-wrapper" | ||
style="padding-top: 0; padding-bottom: 0" | ||
> | ||
<!-- wp:group {"layout":{"type":"flex"}} --> | ||
<div class="wp-block-group"> | ||
<!-- wp:site-logo {"width":150,"shouldSyncIcon":true} /--> | ||
</div> | ||
<!-- /wp:group --> | ||
|
||
<!-- wp:navigation {"ref":529,"icon":"menu","layout":{"type":"flex","justifyContent":"space-between"},"style":{"spacing":{"blockGap":"var:preset|spacing|medium"}}} /--> | ||
</div> | ||
<!-- /wp:group --> | ||
</div> | ||
<!-- /wp:group --> |
128 changes: 128 additions & 0 deletions
128
web/app/themes/solidarityknowsnoborders/patterns/firm-charter-download.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,128 @@ | ||
<?php | ||
|
||
/** | ||
* Title: Firm Charter Download | ||
* Slug: solidarity-knows-no-borders/firm-charter-download | ||
* Categories: solidarity-knows-no-borders | ||
* Viewport width: 1320 | ||
*/ | ||
?> | ||
|
||
<!-- wp:group {"layout":{"type":"constrained","contentSize":"1320px"}} --> | ||
<div class="wp-block-group"><!-- wp:spacer {"height":"90px"} --> | ||
<div style="height:90px" aria-hidden="true" class="wp-block-spacer"></div> | ||
<!-- /wp:spacer --> | ||
|
||
<!-- wp:separator --> | ||
<hr class="wp-block-separator has-alpha-channel-opacity" /> | ||
<!-- /wp:separator --> | ||
|
||
<!-- wp:spacer {"height":"90px"} --> | ||
<div style="height:90px" aria-hidden="true" class="wp-block-spacer"></div> | ||
<!-- /wp:spacer --> | ||
|
||
<!-- wp:columns {"style":{"spacing":{"blockGap":{"top":"var:preset|spacing|large"}}}} --> | ||
<div class="wp-block-columns"><!-- wp:column --> | ||
<div class="wp-block-column"><!-- wp:heading --> | ||
<h2 class="wp-block-heading">FIRM Charter</h2> | ||
<!-- /wp:heading --> | ||
|
||
<!-- wp:spacer {"height":"var:preset|spacing|small"} --> | ||
<div style="height:var(--wp--preset--spacing--small)" aria-hidden="true" class="wp-block-spacer"></div> | ||
<!-- /wp:spacer --> | ||
|
||
<!-- wp:paragraph --> | ||
<p>The Fair Immigration Reform Movement (FIRM) unites a call for humane immigration and inclusion policies that can truly reflect our society’s democratic values, and that draws on a distinguished history in Britain of standing for the dignity and justice of all.</p> | ||
<!-- /wp:paragraph --> | ||
|
||
<!-- wp:paragraph --> | ||
<p>The Charter emerged as a result of conversations with those who face the sharp end of current policies: with their family and friends, campaigners, politicians, journalists, case workers, volunteers, and many others who support everyone who has been affected by the increasingly careless and brutal immigration policies in Britain.</p> | ||
<!-- /wp:paragraph --> | ||
|
||
<!-- wp:paragraph --> | ||
<p>The Charter emerged as a result of conversations with those who face the sharp end of current policies: with their family and friends, campaigners, politicians, journalists, case workers, volunteers, and many others who support everyone who has been affected by the increasingly careless and brutal immigration policies in Britain.</p> | ||
<!-- /wp:paragraph --> | ||
|
||
<!-- wp:paragraph --> | ||
<p>Through these discussions, it became clear that a united effort is now required to achieve the transformative change that must take place, as well as a blueprint on exactly how to accomplish these changes through a concerted mobilisation.</p> | ||
<!-- /wp:paragraph --> | ||
|
||
<!-- wp:paragraph --> | ||
<p>The FIRM Charter sets out these basic demands, as well as the core principles by which migrant communities, social justice campaigners, and progressive organisations will work together to realise.</p> | ||
<!-- /wp:paragraph --> | ||
|
||
<!-- wp:spacer {"height":"var:preset|spacing|large"} --> | ||
<div style="height:var(--wp--preset--spacing--large)" aria-hidden="true" class="wp-block-spacer"></div> | ||
<!-- /wp:spacer --> | ||
|
||
<!-- wp:heading {"level":3} --> | ||
<h3 class="wp-block-heading">Read the FIRM Charter in:</h3> | ||
<!-- /wp:heading --> | ||
|
||
<!-- wp:spacer {"height":"var:preset|spacing|medium"} --> | ||
<div style="height:var(--wp--preset--spacing--medium)" aria-hidden="true" class="wp-block-spacer"></div> | ||
<!-- /wp:spacer --> | ||
|
||
<!-- wp:group {"style":{"spacing":{"blockGap":"10px"}},"layout":{"type":"flex","flexWrap":"wrap","justifyContent":"left"}} --> | ||
<div class="wp-block-group"><!-- wp:file {"id":112,"href":"http://localhost:8082/app/uploads/2023/10/TenancyAgreementDPS_20210907.pdf","displayPreview":false} --> | ||
<div class="wp-block-file"><a href="http://localhost:8082/app/uploads/2023/10/TenancyAgreementDPS_20210907.pdf" class="wp-block-file__button wp-element-button" download>Amharic</a></div> | ||
<!-- /wp:file --> | ||
|
||
<!-- wp:file {"id":112,"href":"http://localhost:8082/app/uploads/2023/10/TenancyAgreementDPS_20210907.pdf","displayPreview":false} --> | ||
<div class="wp-block-file"><a href="http://localhost:8082/app/uploads/2023/10/TenancyAgreementDPS_20210907.pdf" class="wp-block-file__button wp-element-button" download>Arabic</a></div> | ||
<!-- /wp:file --> | ||
|
||
<!-- wp:file {"id":112,"href":"http://localhost:8082/app/uploads/2023/10/TenancyAgreementDPS_20210907.pdf","displayPreview":false} --> | ||
<div class="wp-block-file"><a href="http://localhost:8082/app/uploads/2023/10/TenancyAgreementDPS_20210907.pdf" class="wp-block-file__button wp-element-button" download>English</a></div> | ||
<!-- /wp:file --> | ||
|
||
<!-- wp:file {"id":112,"href":"http://localhost:8082/app/uploads/2023/10/TenancyAgreementDPS_20210907.pdf","displayPreview":false} --> | ||
<div class="wp-block-file"><a href="http://localhost:8082/app/uploads/2023/10/TenancyAgreementDPS_20210907.pdf" class="wp-block-file__button wp-element-button" download>French</a></div> | ||
<!-- /wp:file --> | ||
|
||
<!-- wp:file {"id":112,"href":"http://localhost:8082/app/uploads/2023/10/TenancyAgreementDPS_20210907.pdf","displayPreview":false} --> | ||
<div class="wp-block-file"><a href="http://localhost:8082/app/uploads/2023/10/TenancyAgreementDPS_20210907.pdf" class="wp-block-file__button wp-element-button" download>Lingala</a></div> | ||
<!-- /wp:file --> | ||
|
||
<!-- wp:file {"id":112,"href":"http://localhost:8082/app/uploads/2023/10/TenancyAgreementDPS_20210907.pdf","displayPreview":false} --> | ||
<div class="wp-block-file"><a href="http://localhost:8082/app/uploads/2023/10/TenancyAgreementDPS_20210907.pdf" class="wp-block-file__button wp-element-button" download>Polish</a></div> | ||
<!-- /wp:file --> | ||
|
||
<!-- wp:file {"id":112,"href":"http://localhost:8082/app/uploads/2023/10/TenancyAgreementDPS_20210907.pdf","displayPreview":false} --> | ||
<div class="wp-block-file"><a href="http://localhost:8082/app/uploads/2023/10/TenancyAgreementDPS_20210907.pdf" class="wp-block-file__button wp-element-button" download>Romanian</a></div> | ||
<!-- /wp:file --> | ||
|
||
<!-- wp:file {"id":112,"href":"http://localhost:8082/app/uploads/2023/10/TenancyAgreementDPS_20210907.pdf","displayPreview":false} --> | ||
<div class="wp-block-file"><a href="http://localhost:8082/app/uploads/2023/10/TenancyAgreementDPS_20210907.pdf" class="wp-block-file__button wp-element-button" download>Spanish</a></div> | ||
<!-- /wp:file --> | ||
|
||
<!-- wp:file {"id":112,"href":"http://localhost:8082/app/uploads/2023/10/TenancyAgreementDPS_20210907.pdf","displayPreview":false} --> | ||
<div class="wp-block-file"><a href="http://localhost:8082/app/uploads/2023/10/TenancyAgreementDPS_20210907.pdf" class="wp-block-file__button wp-element-button" download>Tigrinya</a></div> | ||
<!-- /wp:file --> | ||
</div> | ||
<!-- /wp:group --> | ||
</div> | ||
<!-- /wp:column --> | ||
|
||
<!-- wp:column --> | ||
<div class="wp-block-column"><!-- wp:image {"id":281,"sizeSlug":"large","linkDestination":"none"} --> | ||
<figure class="wp-block-image size-large"><img src="https://solidarityknowsnoborders.kinsta.cloud/app/uploads/2023/10/08d23d3dcc362e2f3f5fe2cd81b1a9af-749x1024.png" alt="" class="wp-image-281" /></figure> | ||
<!-- /wp:image --> | ||
</div> | ||
<!-- /wp:column --> | ||
</div> | ||
<!-- /wp:columns --> | ||
|
||
<!-- wp:spacer {"height":"90px"} --> | ||
<div style="height:90px" aria-hidden="true" class="wp-block-spacer"></div> | ||
<!-- /wp:spacer --> | ||
|
||
<!-- wp:separator --> | ||
<hr class="wp-block-separator has-alpha-channel-opacity" /> | ||
<!-- /wp:separator --> | ||
|
||
<!-- wp:spacer {"height":"90px"} --> | ||
<div style="height:90px" aria-hidden="true" class="wp-block-spacer"></div> | ||
<!-- /wp:spacer --> | ||
</div> | ||
<!-- /wp:group --> |
Oops, something went wrong.