About Social Code
summaryrefslogtreecommitdiff
path: root/html/about.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/about.html')
-rw-r--r--html/about.html6
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>