Skip to content

Commit b2ed723

Browse files
committed
🦺 Project: Expression
Signed-off-by: MidHunterX <[email protected]>
1 parent 764abdc commit b2ed723

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
51.3 KB
Loading

‎world/projectDev.tsx‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,15 @@ export default function DeveloperSection() {
135135
</h2>
136136

137137
<div className="grid w-fit mx-auto sm:px-0 grid-cols-1 lg:grid-cols-2 xl:grid-cols-3 gap-8">
138+
139+
<ProjectItem
140+
img="project/expression.jpg"
141+
head="Expression"
142+
body="Fast, lightweight, rule-based wallpaper daemon for Linux, written in Rust; optimized for minimal system resource usage and source code is built with design patterns for maintainability."
143+
code="https://github.com/MidHunterX/Expression"
144+
techs={['Rust', 'TOML Parsing', 'Process Control']}
145+
/>
146+
138147
<ProjectItem
139148
img="project/game-trackr.jpg"
140149
head="Game Trackr"

0 commit comments

Comments
 (0)