Skip to content

Commit 49edad6

Browse files
committed
feat: removing ea-font-issue stuff and removing game featured projects
1 parent 5bf5198 commit 49edad6

8 files changed

+5
-156
lines changed
-32.3 KB
Binary file not shown.

src/components/home/featured/featured-projects.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131

132132
background-color: $background-secondary;
133133
border-radius: 2rem;
134-
box-shadow: 0 0 1rem $background-shadow inset;
134+
// box-shadow: 0 0 1rem $background-shadow inset;
135135

136136
#gallery {
137137
display: flex;
@@ -166,12 +166,12 @@
166166
z-index: 1;
167167

168168
&#previous {
169-
padding-left: 3rem;
169+
padding: 0 3rem;
170170
background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
171171
}
172172

173173
&#next {
174-
padding-right: 3rem;
174+
padding: 0 3rem;
175175
background: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
176176
}
177177

src/index.tsx

-9
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ import Error404 from './pages/error/404.mdx';
2525
import Header from './components/index/header/header';
2626
import Footer from './components/index/footer/footer';
2727
import Resume from './pages/resume/resume';
28-
import EAFontIssue from './pages/test/ea-font-issue/ea-font-issue.tsx';
2928

3029
// App ---------------------------------------------------------------------------------------------
3130
ReactDOM.createRoot(document.getElementById('root')!).render(
@@ -70,14 +69,6 @@ ReactDOM.createRoot(document.getElementById('root')!).render(
7069
</div>
7170
}
7271
/>
73-
<Route
74-
path='/ea-font-issue'
75-
element={
76-
<div className='content' id='ea-font-issue'>
77-
<EAFontIssue />
78-
</div>
79-
}
80-
/>
8172
<Route path='/*' element={<Error404 id='error-404' />} />
8273
</Routes>
8374
<Footer />

src/pages/home/home.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ export default function Home() {
2020
'/src/projects/portfolio/rock-paper-scissors.mdx',
2121
]}
2222
/>
23-
<FeaturedProjects
23+
{/* <FeaturedProjects
2424
title='Featured Game Projects'
2525
projects={[
2626
'/src/projects/portfolio/thorb.mdx',
2727
'/src/projects/portfolio/dungeon-of-greyness.mdx',
2828
'/src/projects/portfolio/escape-room.mdx',
2929
'/src/projects/portfolio/gravity-box.mdx',
3030
]}
31-
/>
31+
/> */}
3232
</>
3333
);
3434
}
Binary file not shown.
Binary file not shown.

src/pages/test/ea-font-issue/ea-font-issue.scss

-74
This file was deleted.

src/pages/test/ea-font-issue/ea-font-issue.tsx

-68
This file was deleted.

0 commit comments

Comments
 (0)