public void Page printWebpageForUser() {
String[] aboutMe = new String[]{
“
Hello, my name is Jakub Tenk
”,
“
I’m programmer and student of
West Bohemian University in Czech
Republic
”,
“
My favorite programming languages
are Java, C#, C, C++, Lua, JS
”,
“
I’m currently working on Minecraft
plugins and FiveM scripts
”
};
String[] myPortfolio = new String[]{
“
My all work is stored on GitHub or in
my store
”,
“
If you want to buy my Minecraft plugin,
click on store button
”
};
showPage(aboutMe, myPortfolio);
createButtons();
}
Created by Jakub Tenk in Nicepage