Skip to content

Commit dd34390

Browse files
committed
Change duckeebs screen shot
1 parent a60e7d9 commit dd34390

8 files changed

Lines changed: 17 additions & 5 deletions

File tree

public/data.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,18 +151,17 @@
151151
{
152152
"title": "Duckeebs",
153153
"isUsingSlide": true,
154-
"livePreviewNotAvailable": true,
154+
"url": "https://duckeebs.com/",
155155
"images": [
156156
"images/duckeebs/duckeebs-screenshot-1.png",
157-
"images/duckeebs/duckeebs-screenshot-2.png",
158-
"images/duckeebs/duckeebs-screenshot-3.png",
159-
"images/duckeebs/duckeebs-result-2.jpeg"
157+
"images/duckeebs/duckeebs-screenshot-2.png"
160158
],
161159
"description": "Duckeebs is an innovative web application designed to enhance the mechanical keyboard enthusiast experience. The platform allows users to visualize and customize their keyboards in real-time by trying out different keycaps on their own keyboard images.",
162160
"techStack": [
163161
"cSharp",
164162
"python",
165163
"angular",
164+
"nextjs",
166165
"html",
167166
"tailwindcss",
168167
"sql",
-30.2 KB
Binary file not shown.
199 KB
Loading
192 KB
Loading
-97.4 KB
Binary file not shown.

public/images/logo/nextjs.svg

Lines changed: 8 additions & 0 deletions
Loading

src/components/TechStackItem.jsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ function TechStackItem({ techCode }) {
3030
ref: 'https://angular.io/',
3131
alt: 'Angular'
3232
},
33+
'nextjs': {
34+
logo: 'images/logo/nextjs.svg',
35+
ref: 'https://nextjs.org/',
36+
alt: 'NextJS'
37+
},
3338
'azure': {
3439
logo: 'images/logo/azure.svg',
3540
ref: 'https://azure.microsoft.com/en-us/',

src/pages/Projects.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export function Projects({ projects }) {
8585
<button
8686
onClick={() => window.open(project.url)}
8787
className="w-max bg-white transistion-all delay-150 duration-300 button rounded-lg border-2 border-gray-800 text-gray-800 px-8 py-2 hover:scale-125">
88-
Live Demo <i className="fi fi-rr-arrow-up-right-from-square"></i>
88+
Live Preview <i className="fi fi-rr-arrow-up-right-from-square"></i>
8989
</button>
9090
)
9191
}

0 commit comments

Comments
 (0)