using
Pyd.io
;
using
Lychee
;
using
Free.fr
;
using
Netvibes
;
using
ZenPhoto
;
using
OwnCloud
;
using
WordPress
;
namespace
JBRiguet.com
{
class
Website
{
/// <summary>
///
This is the main website function.
/// </summary>
static
void
Main
(
string
[]
args
)
{
foreach
(
string
s
in
args
)
{
switch
(
s
)
{
case
"LinkedIn"
:
// My Profile and resum� on LinkedIn
break
;
case
"CV / Resume"
:
// My Profile and resum� on my blog, DOC and PDF files.
break
;
case
"Projects"
:
// A portfolio of my Projects at Ankama
break
;
case
"JBlog"
:
// A simple sandbox blog where I talk about anything. (Not updated since 1337)
break
;
case
"ZenPhoto"
:
// A gallery to show some photos I made, for my friends or during my trips.
break
;
case
"My Cloud"
:
// You won't find anything here, it's my private owncloud :)
break
;
case
"Random Stuff"
:
// Radio
// Salaires De Geeks GeekZone
// Netvibes GeekZone
// My Netvibes
// Free Server
// Home Server
break
;
}
}
}
}
}