-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (32 loc) · 1.41 KB
/
index.html
File metadata and controls
39 lines (32 loc) · 1.41 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
<!DOCTYPE html>
<html>
<head>
<title>SCB:Researcher + Programmer</title>
<!-- link to main stylesheet -->
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="cv.html">CV</a></li>
</ul>
</nav>
<div class="container">
<div class="blurb">
<h2 id = "header">Shelby Bearrows</h2>
<h4>Software Engineer @ RStudio</h4>
<p>Currently work at RStudio on the tidyverse team, I previously worked as a molecular biologist which where I first started programming. Initially I was using R for data analysis but this became a gateway into computer science and programming.</p>
<p>I enjoy combining my passion for programming with my background in molecular biology to make programming and data analysis more accesible and fun, from first time programmers to experienced software engineers.</p>
<p>In my free time I enjoy hiking and camping in the Rocky Mountains. On the weekends I'm typically grabbing brunch with my friends and spending time with family.</p>
</div><!-- /.blurb -->
</div><!-- /.container -->
<footer>
<ul>
<li><a href="mailto:scbearrows@gmail.com">email</a></li>
<li><a href="https://github.com/sbearrows">github</a></li>
<li><a href="https://www.linkedin.com/in/shelby-bearrows-67ba67126/">linkedin</a></li>
</ul>
</footer>
</body>
</html>