-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
53 lines (45 loc) · 1.27 KB
/
about.html
File metadata and controls
53 lines (45 loc) · 1.27 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
layout: default
title: About
permalink: /about
---
<style>
.about-content {
text-align: left;
max-width: 800px;
margin: 0 auto;
padding: 20px;
}
.about-content ul {
list-style-type: disc;
padding-left: 20px;
}
.about-content li {
margin-bottom: 10px;
line-height: 1.6;
}
.about-content img {
width: 50%;
height: auto;
border-radius: 6px;
margin-top: 20px;
display: block;
margin-left: auto;
margin-right: auto;
}
</style>
<h1>About Me</h1>
<div class="about-content">
<ul>
<li>i like developing ci/cd pipelines and studying stochastic optimization</li>
<li>in my free time, i like working out and also love playing basketball(near-daily) and play for the hopkins intramural league</li>
<li>i also take photos, which you can check out on the photos tab</li>
<li>if you're a foodie, check out some of my favorite restaurants on my <a href="https://beliapp.co/app/spookdd" target="_blank">beli</a></li>
<li>i also make my own keyboards(if you want to get plate jsons feel free to contact me)</li>
</ul>
<img src="photos/IMG_6234.jpg" alt="Photo description">
<ul>
<li>^ me(left) and a friend in soho</li>
</ul>
</div>
<!-- in my free time, i like to ................. -->