Skip to content

Commit

Permalink
Merge branch 'main' into 153_animate_pipi
Browse files Browse the repository at this point in the history
  • Loading branch information
Dankco authored Jan 31, 2024
2 parents 680c7ae + 2a9f411 commit bcfd4f9
Show file tree
Hide file tree
Showing 13 changed files with 1,027 additions and 7 deletions.
Binary file removed public/Slide1lesson7.png
Binary file not shown.
170 changes: 170 additions & 0 deletions public/Slide1lesson7.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/Slide2lesson7.png
Binary file not shown.
170 changes: 170 additions & 0 deletions public/Slide2lesson7.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/Slide3lesson7.png
Binary file not shown.
170 changes: 170 additions & 0 deletions public/Slide3lesson7.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/Slide4lesson7.png
Binary file not shown.
170 changes: 170 additions & 0 deletions public/Slide4lesson7.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/Slide5lesson7.png
Binary file not shown.
170 changes: 170 additions & 0 deletions public/Slide5lesson7.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/Slide6lesson7.png
Binary file not shown.
170 changes: 170 additions & 0 deletions public/Slide6lesson7.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions src/pages/Lesson7.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { FC } from 'react';
import lesson7array from '../../public/lesson7array.png';
import Slide1lesson7 from '../../public/Slide1lesson7.png';
import Slide2lesson7 from '../../public/Slide2lesson7.png';
import Slide3lesson7 from '../../public/Slide3lesson7.png';
import Slide4lesson7 from '../../public/Slide4lesson7.png';
import Slide5lesson7 from '../../public/Slide5lesson7.png';
import Slide6lesson7 from '../../public/Slide6lesson7.png';
import Slide1lesson7 from '../../public/Slide1lesson7.svg';
import Slide2lesson7 from '../../public/Slide2lesson7.svg';
import Slide3lesson7 from '../../public/Slide3lesson7.svg';
import Slide4lesson7 from '../../public/Slide4lesson7.svg';
import Slide5lesson7 from '../../public/Slide5lesson7.svg';
import Slide6lesson7 from '../../public/Slide6lesson7.svg';
import AppWrapper from '../components/AppWrapper';
import NavButtons from '../components/NavButtons';
import SlideShow from '../components/SlideShow';
Expand All @@ -32,7 +32,7 @@ const Lesson7: FC = () => {
<b>Array:</b> a line of boxes that are the same size
</p>
<div className="diagram">
<img src={lesson7array} className="pipi"></img>
<img src={lesson7array} className="array"></img>
</div>
<p>
Let&apos;s talk about arrays, since they are helpful for
Expand Down

0 comments on commit bcfd4f9

Please sign in to comment.