Johan
public class Projects
{
private string Unusual Travels = "The website for a side project of mine. Unusual Travels offers group travels to unusual destinations. This is a fully functional website where the admin can create new travels and visitors can book them.";

private string workout tracker = "You can use this to log your workouts. This application will track your progress, notify you of personal records and simply make it easier to keep track of what you're doing. Under construction.";

private string werewolf = "Out of service. The werewolf game is a popular forum game. In this project I try to offer an improved version of the game, where as much as possible works automatically. This should make the moderator's job much easier and offer a much more enjoyable experience to the players.";

private string wishlist = "Out of service. A small wishlist application. Anyone can register and create a wishlist for themselves. Other registered users can select items they are planning to buy for you. The owner of the wishlist can't see which items have been checked, but other users can. This assures that no 2 people will buy you the same present.";
}
namespace De.Pauw.Johan
{
public class LandingPage
{
public void GetIntroduction ()
{
try
{
string introduction = "Welcome to my part of the internet.
I am Johan De Pauw, born in Belgium in 1985. I work as a web developer. In my free time I practise powerlifting and I like to travel whenever I can.
I bought this webspace to practise my web developing skills and to have a place to share some of my stuff with the world. This page is just a simple landing page. To see the interesting stuff, see my projects."
;

CommonFunctions.Read(introduction);
}
catch (Exception)
{
throw new Exception("If you need to contact me for any reason, feel free to send me an email.");
}
}
+
"Skills"
}
}