diff --git a/.gitignore b/.gitignore index 496ee2c..aaeae54 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.DS_Store \ No newline at end of file +.DS_Store +values.html diff --git a/engineering.html b/engineering.html new file mode 100644 index 0000000..e563e2e --- /dev/null +++ b/engineering.html @@ -0,0 +1,48 @@ + + + + + + + Alex Dean + + + + +
+ + +
+

Alex Dean

+ Back + +

What follows is a list of my personal projects. This list is ordered from most to + least recent.

+ + +
+
+ + diff --git a/index.html b/index.html index 396a267..f633cfa 100644 --- a/index.html +++ b/index.html @@ -1,91 +1,34 @@ - + - - - - - - - - - Home • Alexander Dean - - - - - - - - - -
-
-
- Alexander Dean -
Me at the Garfield Park Conservatory, March 2023.
-
-
- -
-

- Hi! I'm Alex. -

-

- I'm a software engineer interested in distributed systems, natural language processing, and reinforcement learning. -

-

- I'm currently at Capital One, where I build and deploy large-scale distributed machine learning systems, particularly in the context of preventing credit card fraud. These days, my focus is on building One Hallway, a new microservice to reform the disputes and fraud intake process for call agents. -

-

- I studied math and computer science at the University of Illinois Urbana-Champaign, where I did research in graph theory, combinatorics, number theory, and theoretical computer science. In my spare time, I enjoy reading, traveling, trying new things, and meeting new people. -

-

- To see my programming projects, visit my GitHub. For a copy of my resume, click here. You can contact me at alex [at] this domain name. -

-
- - - -
- - - + + diff --git a/styles/index.css b/styles/index.css index 7876435..e159250 100644 --- a/styles/index.css +++ b/styles/index.css @@ -1,5 +1,18 @@ .front-page { - width: 700px; - margin: 0 auto; + position: absolute; + left: 50%; + top: 50%; + -webkit-transform: translate(-50%, -50%); + transform: translate(-50%, -50%); line-height: 25px; + display: flex; +} + +.page-description { + flex: 5; +} + +.page-navigation { + padding-top: 2.5%; + flex: 1; }