main.append(addSyntax("What languages do you speak?"));
main.append(addParagraph("The Hungarian for what is mi but it changes meaning with different endings so mivel was used as what do although on its own, it seems to translate as since and milyen similarly was translated as what (as in what languages do you speak) but on its own, it translates to what's it like!"));
main.append(addInset("Beszélek angolul és franciául. Kicsit japánul és magyarul."));
main.append(addSyntax("I speak English and French. I am studying Japanese and Hungarian!"));
main.append(addInset("Mióta tanulsz magyarul?"));
main.append(addSyntax("How long have you been studying Hungarian?"));
main.append(addParagraph("In this case, mióta means since when and the literal translation works pretty well in English too!"));
main.append(addInset("Tíz éve tanulok magyarul."));
main.append(addSyntax("I have been studying Hungarian for ten years."));
main.append(addParagraph("It's probably a little early to dive into verbs and their conjugations but note that in Hungarian, the infinitve of a verb always ends in ni and the verb to study is tanulni. We have two forms of this."))
main.append(addInset("tanulsz"));
main.append(addSyntax("you are studying"));
main.append(addInset("tanulok"));
main.append(addSyntax("i am studying"));
main.append(addInset("Mit szeretsz a szabadidődben csinálni?"));
main.append(addSyntax("What do you like to do in your spare time?"));
main.append(addParagraph("We have mit here which just means what. The verb to love or like is szeretni and szeretsz is you like. The word szabadidődben means in your spare time and finally we have the infinive of the verb to do which is csinálni."));
main.append(addSyntax("I like to study languages."));
main.append(addParagraph("Szeretek is I love/like. Notice that it uses the ek ending rather than the ok we saw with tanulok because of the vowel harmony. As we saw before, nyelveket is languages and the final work is a verb infinitive - tanulni meaning to study."));
main.append(addSubHeader("Hobbies"));
main.append(addParagraph("So szeretek is I like and if we want to say I like to do something, we just add the infinitive of the verb we like to do."))
main.append(addInset("Szeretek tanulni."));
main.append(addSyntax("I like to study."));
main.append(addParagraph("If I want to be more specific and say what I like to study, this comes before the infinitive so"));
main.append(addSyntax("I like to study web development."));
main.append(addParagraph("Some other things I like to do!"));
main.append(addInset("Szeretek tévét nézni."));
main.append(addSyntax("I like to watch tv."));
main.append(addInset("Szeretek olvasni."));
main.append(addSyntax("I like to read."));
main.append(addParagraph("To make these statements negative, in order words to say I don't like to do something, you just put nem (no) at the start of the sentence so"));
main.append(addParagraph("Literally, this means studying I am. You can aslo just use the present tense of a verb in the first person singular."));
main.append(addInset("I am travelling!"));
main.append(addSyntax("Utazom!"));
main.append(addInset("I am working!"));
main.append(addSyntax("Dolgozom!"));
main.append(addSubHeader("Reading Practice"));
main.append(addParagraph("Szia! Annának hívnak, huszonhat éves vagyok és Budapesten élek. Jelenleg médiát és kommunikációt tanulok, emellett pedig egy kávézóban dolgozom. A szabadidőmben szeretek olvasni, futni menni és a barátaimmal moziba menni. Nem szeretek mosogatni és takarítani."));
main.append(addParagraph("A barátommal élek együtt egy albérletben. A barátom, Michael, Németországból származik és informatikával foglalkozik egy külföldi cégnél."));
main.append(addParagraph("Hétvégén mindig meglátogatom a szüleimet. Nem szeretek túl sok időt otthon tölteni. Van egy húgom, Zita és egy bátyám, Erik. Zita tíz éves és iskolába jár. A kedvenc tantárgya a örténelem. Erik harminc éves, Szegeden él és orvosként dolgozik egy korházban."));
main.append(addParagraph("Hi! My name is Anna, I am twenty-six years old and I live in Budapest. I am currently studying Media and Communication and also a I work in a cafe. In my free time, I like to read and go running and going to the cinema with my friends. I don't like washing dishes and to clean."));
main.append(addParagraph("I live with my boyfriend in an apartment. My friend Michael, a foreigner comes from Germany and works in IT at company."));
main.append(addParagraph("I always visit my parents at the weekend. I don't like to much spend time at home. I have a sister, Zita, and a brother, Erik. Zita is ten years old and goes to school. Her favorite subject is history. Erik is thirty years old, lives in Szeged and works as a doctor in a hospital."));