-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwork_history.html
69 lines (68 loc) · 3.29 KB
/
work_history.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
62
63
64
65
66
67
68
69
<!DOCTYPE HTML>
<html>
<head>
<title>Pat Falconer - Work History</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-100567096-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-100567096-1');
</script>
</head>
<body>
<div id="wrapper">
<header id="header">
<ul class="icons">
<li><a href="index.html" class="icon fa-home alt"><span class="label">GitHub</span></a></li>
</ul>
<h1>Work History</h1>
</header>
<div id="main">
<section id="content" class="main">
<h2>Dialogtech <i>May 2017-Present</i></h2>
<h4>Software Engineer</h4>
<p>I am a member of our analytics team who are responsible for the storage and processing of our call data and recordings after a call is made. We handle the transcription, redaction and productionizing our data science's team machine learning models. We also manage a boat load of different reports and UI tool to allow the client to find insights into their data that will help their buisnesses grow.</p>
<p>I am also spearheaded a new initaive by our buisness analytics team to help create custom quickly iterative models to allow the client to quickly distiguish if the call was important enough to reach back out to the customer and close the sale or provide important customer support.</p>
</section>
</div>
<footer id="footer">
<section>
<h2>Always Interested To Hear About New Opportunities</h2>
<ul class="actions">
<li><a href="assets/Resume.pdf" download="Pat_Falconer_Resume.pdf" class="button">Download Resume</a></li>
<li><a href="mailto:[email protected]" class="button">Contact Me</a></li>
</ul>
</section>
<section>
<h2>Contact Information</h2>
<dl class="alt">
<dt>Address</dt>
<dd>160 W Burton Place Apartment 1R • Chicago, IL 60610 • USA</dd>
<dt>Phone</dt>
<dd>(847) 602-3738</dd>
<dt>Email</dt>
<dd><a href="mailto:[email protected]">[email protected]</a></dd>
</dl>
<ul class="icons">
<li><a href="https://github.com/P-J-FALCONER" class="icon fa-github alt"><span class="label">GitHub</span></a></li>
</ul>
</section>
<p class="copyright">© Pat Falconer</p>
</footer>
</div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>