import Head from 'next/head'; import Banner from '../components/Banner'; import { LinkButton } from '../components/Button'; export default function About() { return (
About Comicbox

About Comicbox

Comicbox is an{' '} open-source {' '} website for crowdsourcing transcriptions for webcomics. Anyone can log in and help transcribing pages.

How to help?

You can log in with Discord or GitHub right away to start, just pick a comic on the homepage and use the 'Random Page' links from there.
On the transcription page, you can draw boxes around each bubble on the page, and once you have checked the order, click 'Extract text' to attempt to automatically extract the text from each bubble. This may take a few seconds to complete, and once it has, then all the boxes will be filled with the text. You can then select these to edit the text and assign the correct character. Once you are done with a page, you can click save to submit your changes.

I would recommend that you have fully read any comics you choose before starting, as otherwise you may see pages you haven't read yet.
); }