-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (18 loc) · 1.12 KB
/
index.html
File metadata and controls
20 lines (18 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
<title></title>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<link rel="stylesheet" href="modest.css"/>
<link rel="stylesheet" href="custom.css"/>
</head>
<body>
<a name="Coleman-Engbrecht"></a>
<h1>Coleman Engbrecht</h1>
<p>About | <a href="project.html">Projects</a> | <a href="blog.html">Blog</a></p>
<p>Welcome to my personal portfolio and blog. I’m a low-level software engineer with experience working on games, game engines, and mobile apps in a variety of languages and frameworks. I currently work at <a href="https://hypersect.com/">Hypersect</a> and am also open to part time contract work. Feel free to checkout my <a href="project.html">projects</a>, <a href="https://github.com/cenomla">github</a> or get in touch with me over email at <a href="mailto:cole.engbrecht@gmail.com">cole.engbrecht@gmail.com</a></p>
</body>
</html>