-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (41 loc) · 2.28 KB
/
index.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Benjamin Li</title>
<link rel="icon" href="resources/icons/aspirin_logo.ico" type="image/icon type">
<link rel="stylesheet" type="text/css" href="resources/style.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Karla|Roboto" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1671Z2X4VT"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-1671Z2X4VT');
</script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<!-- <div class="about_me">
<h1>hi! my name is Benjamin Li.</h1>
<p>
I graduated from Boston University in 2022 with a double major in Electrical and Computer Engineering.
<br>
I am a Software Engineer at Microsoft on the Azure Batch team.
<br>
I taught the <a href="https://www.howchenn.com/teaching/spring2022">CS200: Applied Problem Solving</a> class at Boston University and serve as the Mentor of the <a href="https://buhpc.club">High Performance Computing</a> club.
<br>
I have represented BU at multiple <a href="https://www.bu.edu/eng/2022/01/03/greater-than-the-sum/">international HPC Cluster Competitions</a> and at the 2020 ICPC Northeast Regional Competition.
</p>
</div> -->
<div id="container" class="column">
<div class="item row">
<a href="https://github.com/liben002" target="_blank" rel="noopener">GitHub</a>
<a href="https://linkedin.com/in/liben002" target="_blank" rel="noopener">LinkedIn</a>
<a href="resources/resume/Benjamin_Li_CV.pdf" target="_blank" rel="noopener">Resume</a>
</div>
</div>
</body>
</html>