diff --git a/_pages/code-download.md b/_pages/code-download.md new file mode 100644 index 00000000..9f7c64dc --- /dev/null +++ b/_pages/code-download.md @@ -0,0 +1,29 @@ +--- +layout: single +title: "Code Download" +permalink: /code/ +author_profile: true +--- + +This page provides convenient links to code examples referenced throughout the blog. The full source for this website, including these examples, is available on [GitHub](https://github.com/DiogoRibeiro7/DiogoRibeiro7.github.io). + +## Individual files + +You can download specific files directly from the repository: + +- [Michelson–Morley experiment visualization]({{ '/code/michelson_morley.py' | relative_url }}) +- [Example notebook]({{ '/code/Untitled.ipynb' | relative_url }}) + +## Repository download + +If you would like to obtain the entire collection of examples, clone the repository using Git or grab the automatic ZIP archive: + +```bash +git clone https://github.com/DiogoRibeiro7/DiogoRibeiro7.github.io.git +``` + +Or visit [the GitHub project page](https://github.com/DiogoRibeiro7/DiogoRibeiro7.github.io) and use **Download ZIP**. + +--- + +Feel free to reach out at [dfr@esmad.ipp.pt](mailto:dfr@esmad.ipp.pt) for professional enquiries or [diogo.debastos.ribeiro@gmail.com](mailto:diogo.debastos.ribeiro@gmail.com) for personal matters. My ORCID is [0009-0001-2022-7072](https://orcid.org/0009-0001-2022-7072) and I’m affiliated with **ESMAD - Instituto Politécnico do Porto**.