diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 0641407d..5e31981d 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -4,11 +4,6 @@ on: push: branches: - preview-** - workflow_call: - inputs: - branch: - required: true - type: string jobs: Deploy-Web-Preview: @@ -20,14 +15,17 @@ jobs: - uses: actions/checkout@v2 with: submodules: 'recursive' - ref: ${{ inputs.branch }} - name: Get branch name run: echo "BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD)" >> $GITHUB_ENV + - name: Update Submodules + run: | + git submodule update --init --recursive --remote + - uses: ruby/setup-ruby@v1 with: - ruby-version: 2.6 + ruby-version: 3.4 bundler-cache: true - name: Configure for Dev Preview diff --git a/_articles b/_articles index 19e8483a..fa372ff2 160000 --- a/_articles +++ b/_articles @@ -1 +1 @@ -Subproject commit 19e8483a1e2e93f87f47b18852158fb8c1e24787 +Subproject commit fa372ff21799346ebe21475757ccee2aac5bb10a diff --git a/_includes/layout/header.html b/_includes/layout/header.html index 5339b5b7..535a7fba 100644 --- a/_includes/layout/header.html +++ b/_includes/layout/header.html @@ -13,17 +13,6 @@ + +
diff --git a/assets/css/style.scss b/assets/css/style.scss index a11464bb..629eded3 100755 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -289,3 +289,20 @@ main { main { min-height: 60vh; } + +@include media-breakpoint-down(lg) { + #portal-frame { + height: 546px + } +} + +@include media-breakpoint-up(lg) { + #portal-frame { + height: 580px; + } +} +@include media-breakpoint-up(xl) { + #portal-frame { + height: 620px; + } +} diff --git a/contact.md b/contact.md index 669e7946..776ac968 100644 --- a/contact.md +++ b/contact.md @@ -1,8 +1,14 @@ --- -title: Contact +title: Talk to Us layout: sub-page --- +We want to hear from you! Get in touch via this form and a member of our research computing facilitation team will do their best to reach out to you within 1 business day. + + + +## Specific Questions? + PATh is a unique partnership between the Center for High Throughput Computing (CHTC) and the OSG Consortium. * For enquiries about the *PATh project*, please contact the [PATh leadership](mailto:leadership@path-cc.io). diff --git a/staff-list b/staff-list index 194edc98..b4c7b214 160000 --- a/staff-list +++ b/staff-list @@ -1 +1 @@ -Subproject commit 194edc98b99c11253b743c4c0a33eab82cfdeffb +Subproject commit b4c7b21414983da79c75e7c5e54b13a4777b7bbb