-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (59 loc) · 2.13 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
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html>
<head>
<title>Sarah Schattschneider</title>
<link rel="stylesheet" href="resources/css/normalize.css"/>
<link rel="stylesheet" href="resources/css/skeleton.css"/>
<link rel="stylesheet" href="resources/css/style.css"/>
<link href='https://fonts.googleapis.com/css?family=League+Script' rel='stylesheet' type='text/css'/>
</head>
<body>
<div class="heading space row">
<div class="three columns">
<h3 class="red white RPI">Sarah Schattschneider</h3>
<div class="twelve columns blocktext space pad">
<h5>Technical Skills</h5>
<div class="five columns">
<ul>
<li>Python</li>
<li>Github</li>
<li>Jira</li>
<li>SQL</li>
<li>C++</li>
<li>Java</li>
</ul>
</div>
</div>
</div> <!--heading-->
<div class="two columns">
<img src="resources/images/Sarah_logo.png" alt="Sarah Logo" height=100% width=100%>
<img class="grouppic" src="resources/images/Sarah_picture.jpg" alt="Sarah Picture" height=100% width=100%>
</div>
<div class="four columns">
<div class="blocktext">
<h4>About Me</h4>
<p>I'm a software engineer at Blue Apron on the Data Operations team.</p>
</div>
<div class="space white blocktextblack">
<h5>Related Experience</h5>
<ul>
<li>Organizer of NYC PyLadies</li>
<li>UPE Computer Science Honor Society</li>
<li>ACM-W at RPI</li>
<li>Design for America</li>
<li>Women Mentoring Program at RPI</li>
<li>ABI GHC Scholar 2016</li>
</ul>
</div>
</div><!--right three columns-->
<div class="three columns">
<div class="black">
<a href="https://www.linkedin.com/in/sarahschattschneider"><p class="white news"> LINKEDIN</p></a>
</div> <!--Linked In Link-->
<div class="black">
<a href="https://github.com/sschatts"><p class="white news"> GITHUB</p></a>
</div> <!--Github Link-->
</div><!--last two columns-->
</div> <!--row-->
</body>
</html>