Skip to content

Commit ecb2f65

Browse files
committed
Add code download page
1 parent 959b514 commit ecb2f65

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

_pages/code-download.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
layout: single
3+
title: "Code Download"
4+
permalink: /code/
5+
author_profile: true
6+
---
7+
8+
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).
9+
10+
## Individual files
11+
12+
You can download specific files directly from the repository:
13+
14+
- [Michelson–Morley experiment visualization]({{ '/code/michelson_morley.py' | relative_url }})
15+
- [Example notebook]({{ '/code/Untitled.ipynb' | relative_url }})
16+
17+
## Repository download
18+
19+
If you would like to obtain the entire collection of examples, clone the repository using Git or grab the automatic ZIP archive:
20+
21+
```bash
22+
git clone https://github.com/DiogoRibeiro7/DiogoRibeiro7.github.io.git
23+
```
24+
25+
Or visit [the GitHub project page](https://github.com/DiogoRibeiro7/DiogoRibeiro7.github.io) and use **Download ZIP**.
26+
27+
---
28+
29+
Feel free to reach out at [[email protected]](mailto:[email protected]) for professional enquiries or [[email protected]](mailto:[email protected]) 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**.

0 commit comments

Comments
 (0)