File tree 5 files changed +24
-6
lines changed
5 files changed +24
-6
lines changed Original file line number Diff line number Diff line change @@ -85,9 +85,9 @@ export default async function Home({
85
85
) }
86
86
link = { work . link }
87
87
>
88
- < div className = "flex gap-2 sm:gap-4" >
88
+ < div className = "flex items-center gap-2 sm:gap-4" >
89
89
< Image
90
- className = "h-10 w-10 sm:h-20 sm:w-20 rounded-xl "
90
+ className = "h-10 w-10 sm:h-16 sm:w-16 rounded-2xl "
91
91
src = { work . image ! }
92
92
alt = { dictionary . labels . icon ( work . name ) }
93
93
/>
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ export default async function WorksPage({
52
52
>
53
53
{ work . image ? (
54
54
< Image
55
- className = "h-14 w-14 rounded-lg "
55
+ className = "h-14 w-14 rounded-xl "
56
56
src = { work . image }
57
57
alt = { dictionary . labels . icon ( work . name ) }
58
58
/>
Original file line number Diff line number Diff line change @@ -27,11 +27,12 @@ import lofyee from "../public/lofyee.png";
27
27
import subnooc from "../public/subnooc.png" ;
28
28
import quwu from "../public/quwu.png" ;
29
29
import youminco from "../public/youminco.png" ;
30
+ import SparkMemosLogo from '../public/sparkmemos.webp' ;
30
31
31
32
const dictionary = {
32
33
meta : {
33
34
baseUrl : "https://nooc.me" ,
34
- websiteName : "Nooc's Yard " ,
35
+ websiteName : "Nooc the Noob " ,
35
36
motto : "A noob named Nooc." ,
36
37
bio : `
37
38
A person.
@@ -223,6 +224,14 @@ A fan of Serverless.
223
224
} ,
224
225
] ,
225
226
works : [
227
+ {
228
+ name : "Spark Memos" ,
229
+ summary : "A simple short-note-taking app." ,
230
+ image : SparkMemosLogo ,
231
+ link : "https://sparkmemos.com" ,
232
+ color : "orange" ,
233
+ primary : true ,
234
+ } ,
226
235
{
227
236
name : "YouminCO" ,
228
237
summary : "A digital nomad community in Chinese." ,
@@ -237,7 +246,7 @@ A fan of Serverless.
237
246
image : AssisChat ,
238
247
link : "https://assischat.com" ,
239
248
color : "green" ,
240
- primary : true ,
249
+ primary : false ,
241
250
} ,
242
251
{
243
252
name : "Lofyee" ,
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ import lofyee from "../public/lofyee.png";
27
27
import subnooc from "../public/subnooc.png" ;
28
28
import quwu from "../public/quwu.png" ;
29
29
import youminco from "../public/youminco.png" ;
30
+ import SparkMemosLogo from '../public/sparkmemos.webp' ;
30
31
31
32
const dictionary = {
32
33
meta : {
@@ -218,6 +219,14 @@ Serverless 爱好者。
218
219
} ,
219
220
] ,
220
221
works : [
222
+ {
223
+ name : "星火记" ,
224
+ summary : "一个简洁的短笔记应用" ,
225
+ image : SparkMemosLogo ,
226
+ link : "https://apps.apple.com/cn/app/spark-memos-inspiration/id6480926767?platform=ipad" ,
227
+ color : "orange" ,
228
+ primary : true ,
229
+ } ,
221
230
{
222
231
name : "游民CO" ,
223
232
summary : "数字游民资讯网站" ,
@@ -232,7 +241,7 @@ Serverless 爱好者。
232
241
image : AssisChat ,
233
242
link : "https://assischat.com" ,
234
243
color : "green" ,
235
- primary : true ,
244
+ primary : false ,
236
245
} ,
237
246
{
238
247
name : "Lofyee" ,
You can’t perform that action at this time.
0 commit comments