Skip to content

Latest commit

History

History
52 lines (48 loc) 路 1.42 KB

index.md

File metadata and controls

52 lines (48 loc) 路 1.42 KB
layout
page
<script setup> const showcase = [ { name: 'ESJS', desc: 'Lenguaje de programaci贸n en Espa帽ol', link: 'https://es.js.org', logo: 'https://es.js.org/assets/logo.png', author: { username: 'enzonotario', link: 'https://github.com/enzonotario' }, }, { name: 'VIX', desc: 'Boostrap your own web based CLI application', link: 'https://henryhale.github.io/vix', logo: 'https://henryhale.github.io/vix/xterminal.png', author: { username: 'henryhale', link: 'https://github.com/henryhale' }, }, { name: 'TELEMATE', desc: 'A small scale messaging application for devs', link: 'https://github.com/henryhale/telemate', logo: 'https://github.com/henryhale/telemate/raw/master/client/public/logo.svg', author: { username: 'henryhale', link: 'https://github.com/henryhale' }, }, { name: 'DB-ADMIN', desc: 'Interact with your databases in the browser', link: 'https://github.com/henryhale/db-admin', logo: 'https://github.com/henryhale/db-admin/raw/master/client/public/favicon.png', author: { username: 'henryhale', link: 'https://github.com/henryhale' }, }, ]; </script>