-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (27 loc) · 951 Bytes
/
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
---
layout: front
title: Stephen Pardy
---
<link href="{{ site.baseurl }}/css/front.css" rel="stylesheet">
<div class="container aboutcontainer">
<div class="row">
<div class="col-md-offset-1 col-md-4">
<img class="headshot" src="/images/HeadShot_crop.jpeg" alt="HeadShot" width=500>
</div>
<div class='col-md-6'>
<h1>Stephen Pardy</h1>
<h3>Senior Lead MLE at Capital One</h3>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row socialmedia">
<div class="col-sm-1">
<p><a href="https://github.com/stephenpardy"><img src="/images/GitHub-Mark-64px.png" alt="Github"></a></p>
</div>
<div class="col-sm-1">
<p><a href="https://www.linkedin.com/in/stephen-pardy-599b7b98"><img src="/images/In-Black-66px-TM.png" height=66px width=78px alt='linkedin'></img></a></p>
</div>
</div>
</div>