Skip to content

Commit fc08b13

Browse files
committed
Updated on 2024-09-09
1 parent 07b1038 commit fc08b13

File tree

1 file changed

+35
-32
lines changed

1 file changed

+35
-32
lines changed

index.html

Lines changed: 35 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -4,43 +4,46 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Website</title>
7+
<style>
8+
.center {
9+
text-align: center;
10+
}
11+
</style>
712
</head>
813
<body>
9-
<h2>Welcome.</h2>
10-
<h3>Who?</h3>
11-
<p>
12-
My name is Lex Whalen. You can see a picture of me <a href="picture.html">here</a>.
13-
</p>
14-
<a href = "cv.pdf">Here</a> is my CV.
15-
<h3>What?</h3>
14+
<div class="center">
15+
<h2>Welcome.</h2>
16+
<h3>Who?</h3>
17+
<p>
18+
My name is Lex Whalen. You can see a picture of me <a href="picture.html">here</a>.
19+
</p>
20+
<a href="cv.pdf">Here</a> is my CV.
21+
<h3>What?</h3>
1622
<p>
1723
I am a first year PhD student at Georgia Tech, where I study algorithmic and hardware optimization for machine learning.
1824
</p>
19-
<h3>Why?</h3>
20-
<p>
21-
This website is largely just to store papers I've read so I may search them.
22-
</p>
23-
<p>
24-
<a href="papers_read.html">Here's</a> a searchable paper list.
25-
</p>
26-
<p>
27-
I also store <a href="books_read.html">book's I've read</a>.
28-
</p>
29-
<p>
30-
</p>
31-
<h3>Where?</h3>
32-
<p>
33-
You can contact me by emailing at [lastname lowercase][firstname lowercase]@gmail.com.
34-
</p>
35-
<p>
36-
You can could also check out my <a href="https://github.com/lxaw">GitHub</a>.
37-
</p>
38-
<h3>
39-
When?
40-
</h3>
41-
<p>
25+
<h3>Why?</h3>
26+
<p>
27+
This website is largely just to store papers I've read so I may search them.
28+
</p>
29+
<p>
30+
<a href="papers_read.html">Here's</a> a searchable paper list.
31+
</p>
32+
<p>
33+
I also store <a href="books_read.html">book's I've read</a>.
34+
</p>
35+
<h3>Where?</h3>
36+
<p>
37+
You can contact me by emailing at [lastname lowercase][firstname lowercase]@gmail.com.
38+
</p>
39+
<p>
40+
You can could also check out my <a href="https://github.com/lxaw">GitHub</a>.
41+
</p>
42+
<h3>When?</h3>
43+
<p>
4244
Last time this was edited was 2024-09-09 (YYYY/MM/DD).
43-
</p>
44-
<small><a href="misc.html">misc</a></small>
45+
</p>
46+
<small><a href="misc.html">misc</a></small>
47+
</div>
4548
</body>
4649
</html>

0 commit comments

Comments
 (0)