Skip to content

Commit 5dca737

Browse files
committed
Remove Six Shooter
1 parent 1dd57da commit 5dca737

File tree

3 files changed

+0
-29
lines changed

3 files changed

+0
-29
lines changed

src/assets/six-shooter-1.png

-381 KB
Binary file not shown.

src/components/powered.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import styles from '@/styles/powered.module.css';
33
import drawnDownAbyss1 from '@/assets/drawn-down-abyss-1.png';
44
import froggo1 from '@/assets/froggo-swing-n-grapple-1.png';
55
import resync1 from '@/assets/resync-1.png';
6-
import sixshooter1 from '@/assets/six-shooter-1.png';
76
import tuxemon1 from '@/assets/tuxemon-1.png';
87
import PoweredCard from './powered-card';
98

@@ -39,12 +38,6 @@ const games = [
3938
image: tuxemon1.src,
4039
mainlink: 'https://github.com/Tuxemon/Tuxemon',
4140
},
42-
{
43-
name: 'Six Shooter',
44-
author: 'plasmastarfish',
45-
image: sixshooter1.src,
46-
mainlink: 'https://plasmastarfish.itch.io/six-shooter',
47-
},
4841
];
4942

5043
class Powered extends React.Component<any, any> {

src/styles/get-involved.module.css

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -28,25 +28,3 @@
2828
font-size: 3rem;
2929
font-weight: 700;
3030
}
31-
32-
.showcasecontainer {
33-
font-size: 1rem;
34-
font-weight: 400;
35-
}
36-
37-
.showcaseimage {
38-
width: 750px;
39-
height: 600px;
40-
border-radius: 10px;
41-
background-image: url(../assets/six-shooter-1.png);
42-
background-position: center center;
43-
background-color: aliceblue;
44-
background-repeat: no-repeat;
45-
background-size: cover;
46-
}
47-
48-
@media only screen and (max-width: 1500px) {
49-
.showcasecontainer {
50-
display: none;
51-
}
52-
}

0 commit comments

Comments
 (0)