-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 1.84 KB
/
index.html
File metadata and controls
25 lines (25 loc) · 1.84 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<title>Arthur Borem</title>
</head>
<body>
<div class="grid-2">
<div class="section-1">
<h2>Hi, I'm Arthur</h2>
</div>
<div class="section-2">
<p>I work at <a href="asana.com" target="blank">Asana</a> as a Product Engineer in San Francisco.</p>
<p>I graduated from <a href="http://cs.brown.edu/" target="blank">Brown University</a> in May 2020 where I worked as a Teaching Assistant for a few courses (<a href="http://cs.brown.edu/courses/csci0330/" target="blank">CS33</a>, <a href="http://cs.brown.edu/courses/csci0112/spring-2020/" target="blank">CS112</a>) and was a Head Teaching Assistant for <a href="https://cs.brown.edu/courses/csci0180/">CS18</a>. I was also a <a href="https://cs.brown.edu/about/diversity/">Diversity Advocate</a> for my department.</p>
<p>During my senior year at Brown I worked on a research project with the <a href="https://www.brown.edu/sheridan/" target="blank">Sheridan Center</a> to study the experience of STEM Teaching Assistants at Brown and create new institution-wide guidelines for these student workers.</p>
<h2></h2>
<p>Feel free to <a href="mailto:arthurborem@gmail.com">email</a> me. You can also find me on <a href="https://linkedin.com/in/aborem" target="blank">LinkedIn</a> and <a href="https://github.com/aborem" target="blank">Github</a>.</p>
</div>
</div>
</body>
</html>