<StackLayout BackgroundColor="DarkGray" >
<Label Text="Welcome to my Coding Page!" Style="Header" />
<Label Text="The site is currently under construction" />

<Label Text="Coder and father. Trying to learn, evolve and balance the two things." />
<Label Text="Certified Xamarin Developer, backend magician and all between..." />
<Label Text="Ohh, and Azure Sphere!" />

<StackLayout Orientation="Horizontal" >
  <Button Text="Twitter" Command="https://twitter.com/skattegard" />
  <Button Text="GitHub" Command="https://github.com/skattegard" />
</StackLayout >
</StackLayout>