Skip to content

Commit

Permalink
feat: update vscode images (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
magnus-madsen authored Dec 28, 2023
1 parent b83526f commit 859e3c1
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
Binary file modified public/images/vscode1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/vscode2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/vscode3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/vscode4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,11 @@ p:last-child {
.w-33 {
width: 33%;
}

.carousel-caption {
filter: invert(100%);
}

.carousel-control-next, .carousel-control-prev {
filter: invert(100%);
}
10 changes: 5 additions & 5 deletions src/page/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,22 @@ class Home extends Component {
{
src: '/images/vscode1.png',
caption: 'Slide 1',
header: 'VSCode: Syntax Highlighting',
header: 'Semantic Highlighting',
},
{
src: '/images/vscode2.png',
caption: 'Slide 2',
header: 'VSCode: Contextual Information',
header: 'Hover to Inspect',
},
{
src: '/images/vscode3.png',
caption: 'Slide 3',
header: 'VSCode: Highlight References',
header: 'Highlight References',
},
{
src: '/images/vscode4.png',
caption: 'Slide 4',
header: 'VSCode: Inline Errors',
header: 'Inline Errors',
}
];

Expand Down Expand Up @@ -810,7 +810,7 @@ let r = query p select (c, d) from ReadyDate(c; d)
</Col>
</Row>

<UncontrolledCarousel autoPlay={false} items={this.carousel} className="ml-2 mr-2"/>
<UncontrolledCarousel autoPlay={false} interval={false} items={this.carousel} className="ml-2 mr-2"/>
</Col>
</Row>

Expand Down

0 comments on commit 859e3c1

Please sign in to comment.