89 | {[
90 | {
91 | src: "https://user-images.githubusercontent.com/1500684/157764397-ccd8ea10-b8aa-4772-a99b-35de937319e1.svg",
92 | alt: "Fly.io",
93 | href: "https://fly.io",
94 | },
95 | {
96 | src: "/svgs/pwa-svgrepo-com.svg",
97 | alt: "Progressive Web App",
98 | href: "https://web.dev/progressive-web-apps/",
99 | },
100 | {
101 | src: "https://user-images.githubusercontent.com/1500684/158238105-e7279a0c-1640-40db-86b0-3d3a10aab824.svg",
102 | alt: "PostgreSQL",
103 | href: "https://www.postgresql.org/",
104 | },
105 | {
106 | src: "https://user-images.githubusercontent.com/1500684/157764484-ad64a21a-d7fb-47e3-8669-ec046da20c1f.svg",
107 | alt: "Prisma",
108 | href: "https://prisma.io",
109 | },
110 | {
111 | src: "https://user-images.githubusercontent.com/1500684/157764276-a516a239-e377-4a20-b44a-0ac7b65c8c14.svg",
112 | alt: "Tailwind",
113 | href: "https://tailwindcss.com",
114 | },
115 | {
116 | src: "https://user-images.githubusercontent.com/1500684/157764454-48ac8c71-a2a9-4b5e-b19c-edef8b8953d6.svg",
117 | alt: "Cypress",
118 | href: "https://www.cypress.io",
119 | },
120 | // {
121 | // src: "https://user-images.githubusercontent.com/1500684/157772447-00fccdce-9d12-46a3-8bb4-fac612cdc949.svg",
122 | // alt: "Vitest",
123 | // href: "https://vitest.dev",
124 | // },
125 | {
126 | src: "https://user-images.githubusercontent.com/1500684/157772662-92b0dd3a-453f-4d18-b8be-9fa6efde52cf.png",
127 | alt: "Testing Library",
128 | href: "https://testing-library.com",
129 | },
130 | {
131 | src: "https://user-images.githubusercontent.com/1500684/157772934-ce0a943d-e9d0-40f8-97f3-f464c0811643.svg",
132 | alt: "Prettier",
133 | href: "https://prettier.io",
134 | },
135 | {
136 | src: "https://user-images.githubusercontent.com/1500684/157772990-3968ff7c-b551-4c55-a25c-046a32709a8e.svg",
137 | alt: "ESLint",
138 | href: "https://eslint.org",
139 | },
140 | {
141 | src: "https://user-images.githubusercontent.com/1500684/157773063-20a0ed64-b9f8-4e0b-9d1e-0b65a3d4a6db.svg",
142 | alt: "TypeScript",
143 | href: "https://typescriptlang.org",
144 | },
145 | ].map((img) => (
146 |
151 |
152 |
153 | ))}
154 |