From 411043718a2e80f0c7568cfda1c7328501338f0d Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 5 Aug 2022 11:40:56 -0400 Subject: [PATCH] add .project explorer --- mypages.php | 4 ++++ projects/index.php | 39 +++++++++++++++++++++++++++++++++++++++ projects/index.php.txt | 1 + 3 files changed, 44 insertions(+) create mode 100644 projects/index.php create mode 120000 projects/index.php.txt 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