diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -5,6 +5,7 @@ <meta charset="utf-8"> <link rel="stylesheet" href="/index.css"> <title>Matthew Kosarek</title> + <link href='https://fonts.googleapis.com/css?family=Noto Sans' rel='stylesheet'> <link rel="shortcut icon" href="/favicon/favicon.ico" type="image/x-icon"> <meta name="description" content="The personal website of Matthew kosarek"> </head> @@ -15,7 +16,6 @@ </div> <header> - <h1>Matthew Kosarek</h1> <nav> <ul> <li><a href='/'>🏡 Home</a></li> @@ -62,9 +62,9 @@ <h2>About Me</h2> <p> Hi there 🌊 My name is Matthew Kosarek. - I am a computer programmer from northern New Jersey and I currently live Philadelphia, PA. I work at Canonical on the - <a href="https://github.com/canonical/mir">Mir display server</a> and I am currently building - <a href="https://github.com/mattkae/miracle-wm">miracle-wm</a>, a Mir-based tiling window manager. + I am a computer programmer from northern New Jersey and I currently live in Philadelphia, PA. I work at Canonical on + <a href="https://github.com/canonical/mir">Mir</a> and I am currently building + <a href="https://github.com/miracle-wm-org/miracle-wm">miracle-wm</a>, a Mir-based tiling window manager. </p> </section> <section> |