// Me and my stuff

new Portfolio ({ });
// My life so far
class Timeline
{
Dictionary <string, string> Events = new Dictionary <string, string> ()
{ };
}
  • What I love

namespace Projects
{
// For more projects, visit my Github, or blog

class SchoolProjects {
List<Project> projects = new List<Project> ();

}
}
// Credits
public void GetCredits () {
string author = "Steven Dao";
var credits = README.md;
var sourceCode = iamstevendao/portfolio;
}