diff options
author | Preston Pan <preston@nullring.xyz> | 2022-11-08 10:28:58 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2022-11-08 10:28:58 -0800 |
commit | dc2fd65e6bfeaa2c475d5042f64263ac9427c22f (patch) | |
tree | 3f680c74d831c984048080e0ff7d86fb7c5f1f05 /website/physics/index.html |
completely changed backend
Diffstat (limited to 'website/physics/index.html')
-rw-r--r-- | website/physics/index.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/website/physics/index.html b/website/physics/index.html new file mode 100644 index 0000000..8959d82 --- /dev/null +++ b/website/physics/index.html @@ -0,0 +1,24 @@ +$$START TITLE +Physics +$$END TITLE + +$$START CONTENT +<h1>Physics</h1> +<p> + Physics describes causation at a very fundamental level. It is for + this reason that it is essential to study in order to understand + macro phenomenon. The field is quite diverse, including topics + such as general 3d motion, quantum mechanics, and QFT. +</p> + +<h2>Topics</h2> +<ul> + <li><a href="./newtonian_motion/">3d motion</a> -- Classical/Relativistic fundamentals for physics.</li> + <li><a href="./electrodynamics/">Electrodynamics</a> -- Path integration galore.</li> + <li><a href="./quantum_mechanics/">Quantum Mechanics</a> -- I obviously have the correct interpretation.</li> +</ul> + +<p> + I will add more in the future but these are the only ones i have studied. +</p> +$$END CONTENT |