diff --git a/mypages.php b/mypages.php index f1b7eec..e5333e3 100644 --- a/mypages.php +++ b/mypages.php @@ -72,6 +72,10 @@ $links = [ "href" => "resumes/", "icon" => "money" ], + "projects" => [ + "href" => "projects/", + "icon" => "rocket" + ], "tilde.json explorer" => [ "href" => "tilde.json/", "icon" => "code" diff --git a/projects/index.php b/projects/index.php new file mode 100644 index 0000000..5e61ade --- /dev/null +++ b/projects/index.php @@ -0,0 +1,39 @@ + + + + + + + + + tilde.team projects + + + +
+

projects

+

put stuff you're working on in ~/.project to appear here

+
+ + + + + + + + + + + + + +
userproject
~
+ +
+ + + diff --git a/projects/index.php.txt b/projects/index.php.txt new file mode 120000 index 0000000..0012f7d --- /dev/null +++ b/projects/index.php.txt @@ -0,0 +1 @@ +index.php \ No newline at end of file