Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 9cadd9b

Browse files
authored
Merge pull request #18 from atls-academy/feat/landing-4
feat/landing-4
2 parents 5719507 + b5e1021 commit 9cadd9b

File tree

81 files changed

+3187
-1783
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+3187
-1783
lines changed

.pnp.cjs

Lines changed: 1844 additions & 1051 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.yarnrc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@ packageExtensions:
66
'@atls-ui-parts/link@*':
77
dependencies:
88
'@emotion/css': 11.11.0
9-
9+
'swiper@*':
10+
peerDependencies:
11+
'react': '*'
1012
yarnPath: .yarn/releases/yarn-remote.cjs

landing/entrypoints/renderer/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,24 @@
99
"start": "yarn next start src"
1010
},
1111
"dependencies": {
12-
"@emotion/css": "^11.11.0",
13-
"@emotion/react": "^11.11.0",
14-
"@emotion/styled": "^11.11.0",
15-
"express": "^4.17.1",
16-
"next": "^13.4.1",
17-
"react": "^18.2.0",
18-
"react-dom": "^18.2.0",
19-
"react-intl": "^6.4.2",
20-
"styled-system": "^5.1.5"
12+
"@emotion/css": "11.11.0",
13+
"@emotion/react": "11.11.0",
14+
"@emotion/styled": "11.11.0",
15+
"express": "4.17.1",
16+
"next": "13.4.1",
17+
"react": "18.2.0",
18+
"react-dom": "18.2.0",
19+
"react-intl": "6.4.2",
20+
"styled-system": "5.1.5"
2121
},
2222
"devDependencies": {
2323
"@landing/index-page": "workspace:0.0.1",
24-
"@types/express": "^4.17.17",
25-
"@types/node": "^18",
26-
"@types/react": "^18.2.6",
27-
"@types/react-dom": "^18.2.4",
28-
"@types/styled-system": "^5.1.16",
24+
"@types/express": "4.17.17",
25+
"@types/node": "18",
26+
"@types/react": "18.2.6",
27+
"@types/react-dom": "18.2.4",
28+
"@types/styled-system": "5.1.16",
2929
"@ui/theme": "workspace:0.0.1",
30-
"typescript": "^5.0.4"
30+
"typescript": "4.6.2"
3131
}
3232
}

landing/entrypoints/renderer/src/public/courses-bg-bend-line.png renamed to landing/entrypoints/renderer/src/public/bg-bend-line.png

File renamed without changes.

landing/entrypoints/renderer/src/public/hero-bg-desktop.png renamed to landing/entrypoints/renderer/src/public/bg-desktop.png

File renamed without changes.

landing/entrypoints/renderer/src/public/page-bg-mobile.png renamed to landing/entrypoints/renderer/src/public/bg-mobile.png

File renamed without changes.

landing/entrypoints/renderer/src/public/hero-bg-symbol.png renamed to landing/entrypoints/renderer/src/public/bg-symbol.png

File renamed without changes.

landing/entrypoints/renderer/src/public/hero-bg-desktop-transition.png renamed to landing/entrypoints/renderer/src/public/bg-transition.png

File renamed without changes.

landing/entrypoints/renderer/src/public/hero-bg-element-triangular.png renamed to landing/entrypoints/renderer/src/public/bg-triangular-element.png

File renamed without changes.

landing/entrypoints/renderer/src/public/courses-icon-sphere.png renamed to landing/entrypoints/renderer/src/public/sphere-pink.png

File renamed without changes.

0 commit comments

Comments
 (0)