-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
36 lines (29 loc) · 1.41 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
layout: page
title: About
description: The man, the myth, the legend.
background: '/media/bg-about.jpg'
---
<style>
.avatar1 {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
.avatar2 {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
border-radius: 50%;
border: 5px solid
}
</style>
<h1>Welcome!</h1>
<p>My name's Alexander, but my friends call me Xander. This website is my platform to explore my passions for mathematics and data science, to showcase projects and papers, and to engage with the wider data science community.</p>
<h1>About Myself</h1>
<img src="/media/headshot.png" class="avatar1" alt="A scholar and a gentleman.">
<p>I studied philosophy at UC Berkeley and mathematics at the <a href="https://ccs.ucsb.edu/about">College of Creative Studies</a> at UC Santa Barbara. In between, I taught English at a South Korean elementary school through the Fulbright Program. For the past few years, I've been working in software and AI at an early-stage startup. I love challenging projects that make a positive impact in people's lives. You can view my resume <a href="/downloads/resume.pdf">here</a>.</p>
<h1>About This Site</h1>
<p>This site was built using the static site generator <a href="https://jekyllrb.com/">Jekyll</a> with the <a href="https://github.com/BlackrockDigital/startbootstrap-clean-blog-jekyll">Start Bootstrap - Clean Blog</a> theme.</p>