diff options
author | Lucas Fryzek <lucas.fryzek@gmail.com> | 2022-11-26 00:01:25 -0500 |
---|---|---|
committer | Lucas Fryzek <lucas.fryzek@gmail.com> | 2022-11-26 00:01:25 -0500 |
commit | 485d6a8e3d7a16a128ec945ecb401d419e741f81 (patch) | |
tree | 1a1259155c99c7ad5b825ac39553ec27a7b1e2a1 /html/about.html | |
parent | 60dfa1702796dc5dee294e1358afb3a969802fc2 (diff) |
Improve note page view
Diffstat (limited to 'html/about.html')
-rw-r--r-- | html/about.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/html/about.html b/html/about.html index e79068a..a65f1ee 100644 --- a/html/about.html +++ b/html/about.html @@ -1,6 +1,6 @@ <!doctype html> -<html lang="en"> +<html class="" lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> @@ -26,7 +26,8 @@ <h1 class="page-title-header">About</h1> </div> <div class="note-divider"></div> -<div class="note-body"> +<div class="main-container"> + <div class="note-body"> <p><img class="page-self-image" src="/assets/me.jpg"></p> <p>Hello my name is Lucas Fryzek, and welcome to my website!</p> <p>I’m a software developer with specific interests in computer graphics, embedded systems, and operating systems. For my day job I work on DO-178 certified graphics drivers for safety critical environments, and in my free time I enjoy working on personal projects (including this website). I plan to use this site to share information about projects I’m working on, or just generally cool stuff I’m interested in.</p> @@ -43,6 +44,7 @@ </li> </ul> </div> + </div> </div> </main> </body> </html> |