This repository has been archived by the owner on Nov 29, 2023. It is now read-only.
generated from atls-academy/template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from atls-academy/feat/landing-fourth-step
feat/landing-fourth-step
- Loading branch information
Showing
137 changed files
with
3,997 additions
and
2,447 deletions.
There are no files selected for viewing
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
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
Binary file added
BIN
+331 Bytes
landing/entrypoints/renderer/src/public/image/integrated-title-bar.png
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.
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
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
30 changes: 19 additions & 11 deletions
30
landing/fragments/landing-about/src/delimiter/delimiter.component.tsx
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 |
---|---|---|
@@ -1,17 +1,25 @@ | ||
import React from 'react' | ||
import React from 'react' | ||
|
||
import { Image } from '@ui/image' | ||
import { Box } from '@ui/layout' | ||
import { Background } from '@ui/background' | ||
import { Image } from '@ui/image' | ||
import { Box } from '@ui/layout' | ||
|
||
export const Delimiter = () => ( | ||
<Box | ||
<Background | ||
backgroundColor='ghostTransparentGradient' | ||
borderRadius='little' | ||
display='inline-flex' | ||
backgroundColor='background.whiteTransparent' | ||
width={76} | ||
height={52} | ||
alignItems='center' | ||
justifyContent='center' | ||
> | ||
<Image src='./image/Default.png' width={40} height={40} /> | ||
</Box> | ||
<Box | ||
width={76} | ||
height={52} | ||
alignItems='center' | ||
justifyContent='center' | ||
borderRadius='little' | ||
border='thinnestGhost' | ||
backgroundColor='background.whiteTransparent' | ||
> | ||
<Image src='./image/Default.png' width={40} height={40} /> | ||
</Box> | ||
</Background> | ||
) |
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
42 changes: 0 additions & 42 deletions
42
landing/fragments/landing-courses/src/cards-list/cards-list.ts
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.