using
WordPress
;
using
RadioZanorg
;
using
JBCExplorer
;
using
CopySourceAsHTML
;
using
Netvibes
;
using
Free.fr
;
using
AjaXplorer
;
using
ZenPhoto
;
using
OwnCloud
;
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, as a 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 anymore)
break
;
case
"ZenPhoto"
:
// A gallery to show some photos I made, for my friends or during my trips.
break
;
}
}
}
}
}