├── .eslintignore ├── .prettierignore ├── public ├── ww-logo.png ├── down-arrow.png ├── me-website.png └── vercel.svg ├── pages ├── exp.js ├── api │ └── hello.js ├── work.js ├── _app.js ├── talks.js ├── projects.js ├── _document.js ├── skills.js └── index.js ├── styles ├── tailwind.css ├── globals.css └── Home.module.css ├── next.config.js ├── README.md ├── .prettierrc ├── postcss.config.js ├── .gitignore ├── src ├── data │ ├── proficient.js │ ├── socials.js │ ├── skills-data.js │ ├── recent-talk.js │ ├── project-data.js │ └── talks-data.js └── components │ ├── talk-card.js │ ├── project-card.js │ ├── recent-card.js │ ├── nav.js │ ├── foot.js │ ├── tab.js │ └── landing.js ├── .eslintrc.js ├── package.json └── tailwind.config.js /.eslintignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.prettierignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/ww-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dwvicy/poppity/HEAD/public/ww-logo.png -------------------------------------------------------------------------------- /pages/exp.js: -------------------------------------------------------------------------------- 1 | export default function Exp() { 2 | return
imma bit talkative but i listen too :) invite me for a talk if you want
11 |Work in progress
8 | // {/*still a work in progress but working on adding more skills soon
22 |{name}
37 |53 | Product Strategy | Frontend Developer | Machine Learning 54 |
55 |work in progress
71 |work in progress
74 |work in progress
77 |14 | I'm a versatile person with a lot of experience in the tech community 15 | and working at many startups. I've hosted 30+ workshops in the past 16 | year on a variety of topics ranging from machine learning to UI/UX. I like 17 | designing & building products that positively impact the lives of users. I 18 | don't associate myself with specific tools and technology. They are 19 | merely the means to build. This mindset has helped me be a quick learner and 20 | concentrate more on solving the problem at hand. 21 |
22 | 23 |{name}
56 |