// _ _ _ _ _ // | | | | | | | | | // | |__| | ___| | | ___ | | // | __ |/ _ \ | |/ _ \| | // | | | | __/ | | (_) |_| // |_| |_|\___|_|_|\___/(_) // // Before you start this epic experience on my site, don't complain to me that I // did it all through spans, I could have done it differently, but I wanted the site // to be creative and not fk with it too much, I did this in like 2 hours lol // // Enjoy! using System; using Pedrex.Personality; public class Myself { private void Start() { AboutMe(); MyProjects(); Socials(); } public void AboutMe() { bool isThisReallyMe = true; if(isThisReallyMe) { string mySchool = school.GetData.ShowUp("
High School
"); string myHobbies = myself.ReadData.Hobbies.Get("C#, C, JavaScript, Java, Python").GetTeaching("Kotlin, Ruby, ..."); string aboutMe = myself.AboutMe.Read(@" » My name is Peter, but on the internet everyone knows me as 'Pedrex'. » I've been programming since 2018, when I programmed my first website » and then got into experimenting with Discord bots, creating simple » Unity games and Minecraft plugins for my private Minecraft servers. » Now I've found my fascination in experimenting with AI and using it in » commercial projects I create (bug fixing, optimization) "); Console.WriteLine($"{mySchool}, {myHobbies}, {aboutMe}"); } else { visitor.KickInTheBalls(); } } public void MyProjects() { float done = 0; if(done <= 0) { Console.WriteLine(" I'm still putting this section together, but hopefully it will be ready soon!"); } } public void Socials() { float socialLinkups = 3; string myInstagram = Instagram.LinkUp(""); string myDiscord = Discord.LinkUp(""); string myGitHub = GitHub.LinkUp(""); if(socialLinkUps < 3) { Console.WriteLine(" I'm still putting all the link ups to my socials together, these are the most important ones so far!"); } else if(socialLinkUps >= 3) { Console.WriteLine($"{myInstagram}, {myDiscord}, {myGithub}"); } } }