import { For } from 'solid-js'; import MadeWithLove from '../MadeWithLove'; import LinkList from '../LinkList'; const image = { me: '/me.png', }; const link = [ { link: '#projects', text: 'Projects', }, { link: 'mailto:aldy505@proton.me', text: 'Email', }, { link: 'https://t.me/aldy505', text: 'Telegram', }, ]; function Home() { return (

Reinaldy Rafli

My Memoji

Not a CS student, yet currently working in the IT industry, but most of the time I do web development. Always love to be working on a cool project 😉

); } export default Home;