About Social Code
summaryrefslogtreecommitdiff
path: root/html/now.html
blob: bff1e5591987f5455819c24a47057477afa3cbbe (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
62
63
64
<!doctype html>

<html class="html-main-page" lang="en">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <title>Now</title>

    <link rel="stylesheet" href="/assets/style.css">
    <link rel="icon" type="image/x-icon" href="/assets/favicon.svg">
    <link rel="icon" type="image/png" href="/assets/favicon.png">
    <link rel="alternate" type="application/atom+xml" title="Fryzek Concepts" href="/feed.xml">
</head>

<body>
    <div class="header-bar">
        <a href="/index.html">
            <img src="/assets/favicon.svg" alt="frycon logo">
        </a>
        <div class="header-links">
                        <a href="/now.html" class="header-link">Now</a>
            <a href="/about.html" class="header-link">About</a>
            <a rel="me" href="https://mastodon.social/@hazematman" class="header-link">Social</a>
            <a href="https://git.fryzekconcepts.com" class="header-link">Code</a>
        </div>
    </div>
    <main>
<div class="page-title-header-container">
    <h1 class="page-title-header">Now</h1>
    </div>
<div class="note-divider"></div>
<div class="main-container-page">
    <div class="note-body">
<p>A roughly monthly update about my life</p>
<blockquote>
<h2 id="january-2023">January 2023</h2>
<p>Happy new year! This new year is especially exciting for me because
I’m starting a new job! I’m happy to announce that I’m moving away from
the world of proprietary software. I will now be working with the open
source graphics stack at Igalia. I’ve joined their graphics team, and
I’m super excited to start contributing back to the open source
community that has really shaped my life since I started using Linux
exclusively back around 2011</p>
</blockquote>
<blockquote>
<h2 id="november-2022">November 2022</h2>
<p>November was a really exciting month for me. My wife and I had our
wedding and then we went away on our honeymoon for 10 days in France. A
new nice long break from work was nice and let me focus on non technical
things, like improving my health.</p>
</blockquote>
<blockquote>
<h2 id="october-2022">October 2022</h2>
<p>After reading about digital gardens, I’ve decided to convert my whole
website into its very own digital garden. I wasn’t too happy with
existing themes and tools I could find online so I decided to try and
build a digital garden engine myself using pandoc and custom
filters.</p>
</blockquote>
    </div>
</div>    </main>
</body>
</html>