Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge pre-staging and master #560

Merged
merged 101 commits into from
Feb 27, 2024
Merged

Merge pre-staging and master #560

merged 101 commits into from
Feb 27, 2024

Conversation

swgsgo
Copy link
Contributor

@swgsgo swgsgo commented Feb 27, 2024

Updates:

  1. Shared Services Governance Board - layout and content
  2. Senior Accountable Point of Contact for Shared Services - layout and content
  3. ANDI tool fixes for SSGB, SOPAC and Performance Management pages.
  4. Standardized banner used on SSGB, SOPAC,PM

Merge latest changes, updated a PDF
Performance Management content edits
Content Edits - Performance Management Page
Styling/Content Edits - Performance Management Page
Styling/Content Edits - Performance Management Page
Shared Services Governance Board
Added represenative.scss to index.scss
Remove old shared-service page
Styling for governance board pages
Adding links to logos for Governance Board
Fixing icons for Governance Board pages
Governance Board SSGB - Added ordering to members
Governance Board SSGB - Added OG image
Global og:image fix for pages
Merged master into pre-staging
Performance Management - Heading on one line
{% for group in members_sorted %}
<div class="council tablet:grid-col-6 text-center margin-top-5">
{% assign logo = group.name | split: "| " %}
<a href="{{ logo[1] }}" title="{{ logo[2] }} Website" target="_blank" class="display-flex flex-column flex-justify flex-align-center">

Check warning

Code scanning / CodeQL

Potentially unsafe external link Medium

External links without noopener/noreferrer are a potential security risk.
<img width="150" height="150" loading="lazy" src="{{site.baseurl}}/assets/images/governance/sopac-logos/{{ each_agency.logo }}" alt="{{ each_agency.title }} Logo">
</div>
<div class="padding-x-3">
{% if each_agency.agency_url %}<a href="{{ each_agency.agency_url }}" title="Read more about {{ each_agency.sapoc }}" class="display-flex flex-align-center flex-justify-center text-no-underline" target="_blank">{% endif %}

Check warning

Code scanning / CodeQL

Potentially unsafe external link Medium

External links without noopener/noreferrer are a potential security risk.
{% assign logo_split = page.logo | split: "| " %}
{% if logo_split[0] %}
<div style="height: 2px; width: 64px; background: #2C8EA9; margin: 0 auto;"></div>
<a href="{{ logo_split[1] }}" target="_blank" title="{{ page.company }}"><img class="margin-top-3 width-full maxw-card" src="{{site.baseurl}}/assets/images/governance/logos/{{logo_split[0]}}" alt="{{ page.company }} Logo"></a>

Check warning

Code scanning / CodeQL

Potentially unsafe external link Medium

External links without noopener/noreferrer are a potential security risk.
@swgsgo swgsgo merged commit 929b212 into master Feb 27, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant