diff options
Diffstat (limited to 'public/articles/lecture-photos')
| -rw-r--r-- | public/articles/lecture-photos/index.html | 140 |
1 files changed, 140 insertions, 0 deletions
diff --git a/public/articles/lecture-photos/index.html b/public/articles/lecture-photos/index.html new file mode 100644 index 0000000..2c8cef3 --- /dev/null +++ b/public/articles/lecture-photos/index.html @@ -0,0 +1,140 @@ +<!DOCTYPE html> +<html lang="en-us"> +<head> + <meta charset="utf-8"> +<meta name="viewport" content="width=device-width, initial-scale=1"> +<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png"> +<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png"> +<link rel="stylesheet" href="/css/style.css" /> +<link rel="stylesheet" href="/css/fonts.css" /> + +</head> +<body> + <header> + <img width="100em" height="100em" src="/images/logo.jpg" alt="mjkw logo"> +<div> + <h1>mjkw.pl</h1> + <ul> + <li> + <a href="/">home</a> + </li> + <li> + <a href="/articles">articles</a> + </li> + <li> + <a href="https://git.denounce.ai/">git.denounce.ai</a> + </li> + <li> + <a href="https://ohmyghost.nl">ohmyghost.nl</a> + </li> + <li> + <a href="https://atlarge-research.com/mkwiatkowski/">research</a> + </li> + <li> + <a href="/contact">contact me</a> + </li> + </ul> +</div> + + </header> + + <main> + +<div class="single"> + <h2>Computer Organization and Computer Networks</h2> + <h4> Published on 2025/10/09</h4> + <p>Here are some cool photos from my first lectures. +(I indeed have the same shirt in all.)</p> +<h3 id="tutorial-on-io-subsystem-during-computer-organization-20242025">Tutorial on I/O subsystem during Computer Organization 2024/2025:</h3> +<p> + + + <img src="/IMG_4505_hu_6d0fd90e3c01e954.png" width="400" height="533"> + + + + + + + <img src="/IMG_4518_hu_4e2eb62ad1e04ab3.jpg" width="400" height="533"> + + + + + + + <img src="/IMG_4509_hu_bb62542948ae59ef.jpg" width="400" height="533"> + + + + + + + <img src="/IMG_4542_hu_ae579c10c19947c3.jpg" width="400" height="533"> + + + + + + + <img src="/IMG_4536_hu_34b78ca6a1f6d338.jpg" width="400" height="300"> + + + + + + + <img src="/IMG_0139_hu_97891c9aa8dc2822.jpg" width="400" height="300"> + + +</p> +<h3 id="first-introduction-during-computer-organization-20242025">First introduction during Computer Organization 2024/2025:</h3> +<p> + + + <img src="/IMG_4544_hu_7db0eb13376158d9.jpg" width="400" height="300"> + + + + + + + <img src="/IMG_4543_hu_20829a5a1021ab0b.jpg" width="400" height="300"> + + + + + + + <img src="/IMG_4545_hu_d77b75e3a61bbfe7.jpg" width="400" height="533"> + + + + + + + <img src="/IMG_4546_hu_4ff31c0667e5a28d.jpg" width="400" height="300"> + + +</p> +<h3 id="first-introduction-during-computer-networks-20242025">First introduction during Computer Networks 2024/2025:</h3> +<p> + + + <img src="/IMG_4547_hu_4a237312deef1581.jpg" width="400" height="300"> + + +</p> + +</div> + + </main> + + <footer> + +© Copyright 2025-2026 Mateusz J. Kwiatkowski. All Rights Reserved. No part of this website may be used or reproduced in any manner to train artificial intelligence technologies or systems. + + + </footer> +</body> +</html> |
