// Me and my stuff
new Portfolio ({ });
// My life so far
class Timeline
{
Dictionary <string, string> Events = new Dictionary <string, string> ()
{ };
}
class Timeline
{
Dictionary <string, string> Events = new Dictionary <string, string> ()
{ };
}
-
What I love
// Credits
public void GetCredits () {
string author = "Steven Dao";
var credits = README.md;
var sourceCode = iamstevendao/portfolio;
}
public void GetCredits () {
string author = "Steven Dao";
var credits = README.md;
var sourceCode = iamstevendao/portfolio;
}