print l("Víta vás", "Welcome to the page of"); ?>
print l("Zuzana Rjašková","Zuzana Rjašková"); ?>
print l("Na Matfyze (Fakulte Matematiky, Fyziky a Informatiky) už piaty rok ",
"I study informatics at the Faculty of Mathematics, Physics ");
print l(" študujem informatiku. ", " and Informatics for the (last) 5th year. ");
print l("Ako \"špecializáciu\" som si zvolila matematické metódy informatiky ",
" I have choosen mathematical methods in informatics ");
print l("(kódovanie, kryptológia, kombinatorika, ...) ",
"(coding, cryptology, combinatorics) ");
print l(" a počítačovú grafiku " , " and computer graphics ");
print l("(2D grafika, 3D grafika, krivky a plochy, ...). ",
"(2D graphics, 3D graphics, ...). ");
print l("Najviac ma zaujala kryptológia, a z tejto oblasti je aj moja diplomová práca. ",
"I am especially interested in cryptology, and my Master Thesis is of this topic.");
?>
print l("Pracujem v ", "I am working for the ");
?>
print l("aSc (Applied Software Consultants)",
"aSc (Applied Software Consultants)"); ?>
print l("ako programátor. ", " as a java programmer. ");
?>
print l("Ak si chceš precvičiť svoje programátorské schopnosti ",
"If you want to practice your programming skills ");
print l(" a algoritmické myslenie, určite sa zapoj do ",
" and algoritmical thinking, you should join the ");
?>
print l("Korešpondenčného seminára z programovania",
"Corespondence seminar of proggamming");
?>
print l(" alebo do ", " or the Inernet Problem Solving Contest ");
?>
print l("IPSC", "IPSC"); ?>
print l(". Organizuje to skupina študentov-nadšencov hlavne pre stredoškolákov. ",
"It is organized by the small group of students mainly for the secondary school students. ");
?>
tail();
?>