-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·72 lines (56 loc) · 3.84 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
62
63
64
65
66
67
68
69
70
71
72
<html>
<head>
<title>Kevin Path</title>
<link rel="stylesheet" href="css/main.css">
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,height=device-height,initial-scale=1.0"/>
</head>
<body>
<div class="flex-container">
<div class="title">
<h1>Kevin Path</h1>
<i>Currently developing financial analytics engine @ <strong><a href="https://investor.vanguard.com/corporate-portal/" class="employer">The Vanguard Group</a></strong></i>
</div>
<div id="links">
<hr/>
<ul>
<li><a href="https://twitter.com/kpath001">Twitter</a></li>
<li><a href="https://www.linkedin.com/in/kevinpath">LinkedIn</a></li>
<li><a href="https://github.com/kpath001">Github</a></li>
<li><a href="https://dev.to/kpath001">Blog</a></li>
<li><a href="./resume/kevinpath.pdf">Resume</a></li>
</ul>
<hr/>
</div>
<div class="experience">
<h3>Experience</h3>
<h4><a href="https://investor.vanguard.com/corporate-portal/" class="employer">The Vanguard Group</a></h4>
+ Developing a financial data analytics engine that calculates corporate assets and cashflow
<br/><br/>
+ Developed a RESTful API that abstracted page content for the application code allowing developers to work quickly and efficiently.<br/>
<h4><a href="https://www.boozallen.com/" class="intern2">Booz Allen Hamilton</a></h4>
+ Developed a data analytics engine that provide meaningful insights and visualizations for users surroundings.
<h4><a href="http://www.septa.org/" class="intern1"/>Septa: Southeastern Pennsylvania Transportation Authority</a></h4>
+ Built a content management system(CMS) that allowed HR to track the reimbursement distribution and classes filed by SEPTA employees.
<h4>Calorie Burner: Windows Phone App</h4>
+ A health & fitness application that measured the total amount of calories burned by the user based on a variety of parameters.
<br/><br/>
<h3>Side Projects:</h3>
<h4>Personal Finance System</h4>
+ One of my personal goals this year is to get a better hold on my personal finance. In order to make it a little fun I decided to work on my own personal finance system to help automate the process a little bit but still requires a little bit of manual review process since I want to be more mindful about the subject. <i>Code will be uploaded to github soon</i>
</div>
<div class="posts">
<h3>Publications</h3>
<a href="https://dev.to/kpath001/mvpminimum-viable-product-78g">MVP(Minimum Viable Product)</a>
<br/>
<a href="https://dev.to/kpath001/for-the-love-of-side-projects">For the Love of Side Projects</a>
<br/>
<a href="https://dev.to/kpath001/note-to-younger-selfand-everyone-who-reads-this">A note to my younger self (and everyone who reads this)</a>
<br/>
<a href="pages/new_year.html">Hello Internet</a>
<br/>
<a href="pages/new_team.html">Switching Teams!</a>
</div>
</div>
</body>
</html>