diff --git a/.gitignore b/.gitignore index d777ed4..9b9b004 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ vendor/ # Ignore ai rules .windsurfrules .cursorrules +**/copilot-instructions.md .DS_Store diff --git a/README.md b/README.md index eda2a74..b6d24b6 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ A static website for the Computational Multiphase Physics Laboratory, built with │ ├── ISSUE_TEMPLATE # Issue templates │ └── PULL_REQUEST_TEMPLATE # PR templates ├── about.md # About page content (markdown) +├── join.html # Join Us page (opportunities) ├── index.html # Homepage ├── Gemfile # Ruby dependencies └── _site # Generated site (ignored by Git) diff --git a/_layouts/default.html b/_layouts/default.html index 99ef658..be6352c 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -115,13 +115,14 @@