1
1
import type { V2_MetaFunction } from '@remix-run/node'
2
+ import { logos , kodyRocket } from './logos/logos.ts'
2
3
3
4
export const meta : V2_MetaFunction = ( ) => [ { title : 'Epic Notes' } ]
4
5
@@ -31,7 +32,7 @@ export default function Index() {
31
32
</ p >
32
33
< a href = "https://www.epicweb.dev" >
33
34
< img
34
- src = "https://user-images.githubusercontent.com/1500684/236284990-8f98679b-6fc2-4f7a-9a8f-ea3f5b32d56e.png"
35
+ src = { kodyRocket }
35
36
alt = "Illustration of a Koala riding a rocket"
36
37
className = "mx-auto mt-8 w-full max-w-[12rem] md:max-w-[16rem]"
37
38
/>
@@ -42,98 +43,7 @@ export default function Index() {
42
43
43
44
< div className = "mx-auto mt-8 max-w-7xl px-4 py-2 sm:px-6 lg:px-8" >
44
45
< div className = "flex flex-wrap justify-center gap-8 rounded-3xl bg-day-300 py-4" >
45
- { [
46
- {
47
- src : 'https://user-images.githubusercontent.com/1500684/236983921-dd1c4220-002b-4918-86de-28fb00b29461.png' ,
48
- alt : 'Remix' ,
49
- href : 'https://remix.run' ,
50
- } ,
51
- {
52
- src : 'https://user-images.githubusercontent.com/1500684/157764397-ccd8ea10-b8aa-4772-a99b-35de937319e1.svg' ,
53
- alt : 'Fly.io' ,
54
- href : 'https://fly.io' ,
55
- } ,
56
- {
57
- src : 'https://user-images.githubusercontent.com/1500684/157764395-137ec949-382c-43bd-a3c0-0cb8cb22e22d.svg' ,
58
- alt : 'SQLite' ,
59
- href : 'https://sqlite.org' ,
60
- } ,
61
- {
62
- src : 'https://user-images.githubusercontent.com/1500684/157764484-ad64a21a-d7fb-47e3-8669-ec046da20c1f.svg' ,
63
- alt : 'Prisma' ,
64
- href : 'https://prisma.io' ,
65
- } ,
66
- {
67
- src : 'https://user-images.githubusercontent.com/1500684/236985082-421e7fef-2371-43c2-bbaa-343f8b2a606f.svg' ,
68
- alt : 'Zod' ,
69
- href : 'https://zod.dev/' ,
70
- } ,
71
- {
72
- src : 'https://user-images.githubusercontent.com/1500684/236854574-17c11137-7fb0-4426-83d7-2c06e6d2bb53.svg' ,
73
- alt : 'GitHub' ,
74
- href : 'https://github.com' ,
75
- } ,
76
- {
77
- src : 'https://user-images.githubusercontent.com/1500684/236854590-c3574ee4-0d55-4e96-a6b7-e435969a8c31.png' ,
78
- alt : 'Mailgun' ,
79
- href : 'https://mailgun.com' ,
80
- } ,
81
- {
82
- src : 'https://user-images.githubusercontent.com/1500684/157764276-a516a239-e377-4a20-b44a-0ac7b65c8c14.svg' ,
83
- alt : 'Tailwind' ,
84
- href : 'https://tailwindcss.com' ,
85
- } ,
86
- {
87
- src : 'https://user-images.githubusercontent.com/1500684/236984769-bdcac5cf-022d-4ed9-8240-63460939a454.svg' ,
88
- alt : 'Radix UI' ,
89
- href : 'https://www.radix-ui.com/' ,
90
- } ,
91
- {
92
- src : 'https://user-images.githubusercontent.com/1500684/236356419-d02acd65-0123-46e3-9891-27a36eb55d28.svg' ,
93
- alt : 'Playwright' ,
94
- href : 'https://playwright.dev/' ,
95
- } ,
96
- {
97
- src : 'https://raw.githubusercontent.com/mswjs/msw/c32241627da09af8b34c4068cc17dd1941ff3b0d/media/msw-logo.svg' ,
98
- alt : 'MSW' ,
99
- href : 'https://mswjs.io' ,
100
- } ,
101
- {
102
- src : 'https://user-images.githubusercontent.com/1500684/236984909-659d8082-c983-418d-b42f-4ce70c4e2cb0.svg' ,
103
- alt : 'Faker.js' ,
104
- href : 'https://fakerjs.dev/' ,
105
- } ,
106
- {
107
- src : 'https://user-images.githubusercontent.com/1500684/157772447-00fccdce-9d12-46a3-8bb4-fac612cdc949.svg' ,
108
- alt : 'Vitest' ,
109
- href : 'https://vitest.dev' ,
110
- } ,
111
- {
112
- src : 'https://user-images.githubusercontent.com/1500684/157772662-92b0dd3a-453f-4d18-b8be-9fa6efde52cf.png' ,
113
- alt : 'Testing Library' ,
114
- href : 'https://testing-library.com' ,
115
- } ,
116
- {
117
- src : 'https://user-images.githubusercontent.com/1500684/236356589-fd6ad6e6-9510-4ff3-91ad-4836ca1c64f5.png' ,
118
- alt : 'Docker' ,
119
- href : 'https://www.docker.com' ,
120
- } ,
121
- {
122
- src : 'https://user-images.githubusercontent.com/1500684/157773063-20a0ed64-b9f8-4e0b-9d1e-0b65a3d4a6db.svg' ,
123
- alt : 'TypeScript' ,
124
- href : 'https://typescriptlang.org' ,
125
- } ,
126
- {
127
- src : 'https://user-images.githubusercontent.com/1500684/157772934-ce0a943d-e9d0-40f8-97f3-f464c0811643.svg' ,
128
- alt : 'Prettier' ,
129
- href : 'https://prettier.io' ,
130
- } ,
131
- {
132
- src : 'https://user-images.githubusercontent.com/1500684/157772990-3968ff7c-b551-4c55-a25c-046a32709a8e.svg' ,
133
- alt : 'ESLint' ,
134
- href : 'https://eslint.org' ,
135
- } ,
136
- ] . map ( img => (
46
+ { logos . map ( img => (
137
47
< a
138
48
key = { img . href }
139
49
href = { img . href }
0 commit comments