phil-ociraptor / sos-landing

Landing page for Summer of Shipping. (May evolve into much more than a landing page)
https://summerofshipping.com
12 stars 9 forks source link

Implement Wiki Page & Search Feature #33

Open Hi-Van opened 4 years ago

Hi-Van commented 4 years ago

Implemented Fuse.js to search wiki page for links

Moved wiki page to independent page, wiki.js

Restored original home page, index.js

Create independent component Navbar, Navbar.js

vercel[bot] commented 4 years ago

This pull request is being automatically deployed with Vercel (learn more). To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/philipliao/sos-landing/9mq01huv3 ✅ Preview: https://sos-landing-git-fork-hi-van-master.philipliao.vercel.app

Hi-Van commented 4 years ago

Just saw that I changed like 7,000 lines of code. Almost all of it was css/html for the wiki page and restoring the index page, the rest includes integrating tailwindCSS and FuseJS, and creating independent components and pages.

I will try to refrain from making such large commits in the future