summaryrefslogtreecommitdiff
path: root/public/teaching/computer-organization/index.html
blob: 0428ae79ad3c3eaeaaf1e07ac687427699d6b2a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang=en-us>
    <head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
        <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="manifest" href="/images/site.webmanifest">
        <link rel="stylesheet" href="/css/style.css" />
        <link rel="stylesheet" href="/css/fonts.css" />
    </head>
    <body>
        <header>
            <div class="container">
                <div class="avatar">
                    <img width="120px" height="120px" src="images/pyro.jpg" alt="my logo">
                </div>
                <div>
                    <h1>mjkw</h1>
                    <ul id="bar">
                        <li> 
                            <a href="mailto:mati.rewa@gmail.com">mati.rewa@gmail.com</a>
                        </li>
                        <li>|</li>
                        <li> 
                            <a href="https://git.denounce.ai/">git.denounce.ai</a>
                        </li>
                        <li>
                            |
                        </li>
                        <li>
                            <a href="https://ohmyghost.nl">ohmyghost.nl</a>
                        </li>
                        <li>
                            |
                        </li>
                        <li>
                            <a href="https://atlarge-research.com/mkwiatkowski/">research</a>
                        </li>
                        <li>
                            |
                        </li>
                        <li>
                            book blog 
                        </li>
                    </ul>
                </div>
            </div>
        </header>

<footer>
    <center>
        
        © Copyright 2024-2025 Mateusz J. Kwiatkowski. All Rights Reserved.
        
    </center>
</footer>
</body>
</html>