File tree 1 file changed +35
-32
lines changed 1 file changed +35
-32
lines changed Original file line number Diff line number Diff line change 4
4
< meta charset ="UTF-8 ">
5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
6
< title > Website</ title >
7
+ < style >
8
+ .center {
9
+ text-align : center;
10
+ }
11
+ </ style >
7
12
</ head >
8
13
< 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 >
16
22
< p >
17
23
I am a first year PhD student at Georgia Tech, where I study algorithmic and hardware optimization for machine learning.
18
24
</ 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 >
42
44
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 >
45
48
</ body >
46
49
</ html >
You can’t perform that action at this time.
0 commit comments