Skip to content

Commit

Permalink
Taxonomy & animated terminal (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Pelak committed Apr 9, 2024
1 parent f09e2f9 commit 3820c75
Show file tree
Hide file tree
Showing 24 changed files with 811 additions and 99 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"framer-motion": "^11.0.12",
"next": "14.1.3",
"react": "18.2.0",
"react-animated-term": "^2.0.0",
"react-dom": "18.2.0",
"react-intersection-observer": "^9.8.1"
},
Expand Down
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.
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions src/components/Leadspace/Leadspace.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { FC } from 'react';
import { Column, Grid, Link } from '@carbon/react';
import { ArrowRight } from '@carbon/icons-react';
import Cube from './graphics/Cube';
import GitHub from './graphics/github.svg';
import HuggingFace from './graphics/hf.svg';
import GitHub from '../Icons/github.svg';
import HuggingFace from '../Icons/hf.svg';

import styles from './Leadspace.module.scss';

Expand Down
Loading

0 comments on commit 3820c75

Please sign in to comment.