Skip to content

Nigels landing page #983

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

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
4 changes: 2 additions & 2 deletions .github/workflows/cd-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Node
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '16'
cache: 'npm'
- name: NPM Install
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Node
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cd-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Node
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '16'
cache: 'npm'
- name: NPM Install
run: npm install
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Node
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '16'
cache: 'npm'
- name: NPM Install
run: npm install
Expand All @@ -20,9 +20,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Node
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '16'
cache: 'npm'
- name: NPM Install
run: npm install
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Node
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '16'
cache: 'npm'
- name: NPM Clean Install
run: npm ci
Expand All @@ -29,9 +29,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Node
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '16'
cache: 'npm'
- name: NPM Clean Install
run: npm ci
Expand Down
32 changes: 32 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: CI Build
on: pull_request

jobs:
check-lockfile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: '16'
cache: 'npm'
- name: NPM Install
run: npm install
- name: Check that package-lock.json has no changes
run: exit $(git status --porcelain | wc -l)
check-req-json:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: '16'
cache: 'npm'
- name: NPM Install
run: npm install
- name: Run req-gen
run: npm run req-gen
- name: Check that the requirements json has no changes
run: exit $(git status --porcelain | wc -l)
4 changes: 2 additions & 2 deletions .github/workflows/track-users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Node
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '16'
cache: 'npm'
- name: NPM Clean Install
run: npm ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-courses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Node
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '16'
cache: 'npm'
- name: NPM Clean Install
run: npm ci
Expand Down
589 changes: 589 additions & 0 deletions src/assets/images/landing_new/img3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions src/assets/images/landing_new/img4.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
61 changes: 61 additions & 0 deletions src/assets/images/landing_new/img5.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
216 changes: 216 additions & 0 deletions src/assets/images/landing_new/img6.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
265 changes: 265 additions & 0 deletions src/assets/images/landing_new/img7.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
240 changes: 23 additions & 217 deletions src/assets/images/landing_new/laptop.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion src/assets/images/landing_new/top_rect.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/assets/images/new_badge.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 21 additions & 7 deletions src/components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,31 @@ export default defineComponent({
</script>

<style scoped lang="scss">
p.footer {
text-align: center;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 28px;
color: #757575;
.container-fluid.footer {
margin-top: 30vh;

@media (max-width: 768px) {
margin-top: 10vh;
}
}
p.footer,
a.footer {
text-align: center;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 28px;
color: #757575;

@media (max-width: 768px) {
font-size: 20px;
line-height: 24px;
}

@media (max-width: 576px) {
font-size: 16px;
line-height: 20px;
}
}
.col-3 {
margin-left: 0.5rem;
Expand All @@ -61,6 +71,10 @@ a.footer {
}
.row.footer {
padding: 40px;

@media (max-width: 768px) {
padding: 20px;
}
}
a:hover {
opacity: 0.95;
Expand Down
Loading
Loading