~linuxgoose/linuxgoose.com

ref: 14fa5ba206ad669dc916ebb466a8f3f713f72c06 linuxgoose.com/index.html -rw-r--r-- 2.2 KiB
14fa5ba2 — Jordan Initial Commit 1 year, 3 months ago
                                                                                
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
62
63
<!DOCTYPE html>
<html lang="en"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>linuxgoose.com - a goose who wishes he was tux</title>
<link rel="me authn" href="https://github.com/linuxgoose">
<link rel="me" href="https://mastodon.social/@linuxgoose">
<style>
body {
    background-color: #f6eee3;
    color: #424242;
    min-height: 100vh;
    font: 13px/1.5 Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
}
main {
    margin: 150px auto;
    max-width: 540px;
    border-left: 2px solid #424242;
    font-size: 1.5em;
}
article, aside {
    margin: 1.5em;
}
aside {
    color: silver;
}
a {
    color: #727272;
    text-decoration: none;
}
@media screen and (max-width: 650px) {
    body {
        display: grid;
        align-items: center;
        justify-content: center;
    }
    main {
        margin: 10px;
    }
}
</style>
<body>
    <main>
		<aside><strong>linux</strong> /ˈlɪn.əks/ <em>n</em> 
            <strong>1 :</strong> the name of a program for operating a computer that users are allowed to 
            change or improve as they choose</aside>
		<article><strong>linuxgoose</strong> /ˈlɪn.əksɡuːs/<em>n</em> 
            <strong>1 :</strong> a <a href="https://jordanrobinson.org/">technical writing enthusiast</a> 
            <strong>2 :</strong> a lurker on <a rel="me" href="https://mastodon.social/@linuxgoose">Mastodon</a>
            <strong>3 :</strong> an avid Football Manager player 
            <strong>4 :</strong> a <a href="https://github.com/linuxgoose">software developer</a> 
            who is quite fond of Python and Django
            <strong>5 :</strong> an open-source software advocate</a> 
            <strong>6 :</strong> an avid podcast listener</a> 
            <strong>7 :</strong> a kind geek</article>
		<aside><strong>goose</strong> /ɡuːs/ <em>n</em> 
            <strong>1 :</strong> a large water bird similar to a duck but larger, or the meat from this bird
            <strong>2 :</strong> a large bird that lives by water
            <strong>3 :</strong> a silly person</aside>
    </main>


</body></html>