-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
154 lines (153 loc) · 6.29 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<!DOCTYPE HTML>
<html>
<head>
<title>Pat Falconer</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" href="assets/avataaars.ico" />
<!--[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]-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<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" class="alt">
<span class="logo"><img src="assets/avataaars.svg" alt="" /></span>
<h1>Pat Falconer</h1>
<p>Data Driven Developer</p>
</header>
<nav id="nav">
<ul>
<li><a href="#intro" class="active">Introduction</a></li>
<li><a href="#work_history">Work History</a></li>
<li><a href="#projects_education">Projects / Education</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="web_development.html">Web Development</a></li>
</ul>
</nav>
<div id="main">
<section id="intro" class="main">
<div class="spotlight">
<div class="content">
<header class="major">
<h2>Introduction</h2>
</header>
<p>Hey, I'm a software developer from Chicago, IL. I'm always eager to learn a new technology. I like to build things that help simplify peoples lives. I've worn many hats in my career between back-end and front-end dev. I love knowledge, even the pointless types, and I strongly believe technology can, and should enrich peoples lives.</p>
<ul class="actions">
<li><a href="about_me.html" class="button">Learn More About Me</a></li>
</ul>
</div>
<span class="image"><img src="images/pic01.jpg" alt="" /></span>
</div>
</section>
<section id="work_history" class="main special">
<header class="major">
<h2>Work History</h2>
</header>
<ul class="features">
<li>
<span class="icon major style1 fa-code"></span>
<h3>Associate Software Engineer at Dialogtech</h3>
<p>Working on our Analytics Team, creating tools for our customers to use to gleam insights from their data</p>
</li>
<li>
<span class="icon major style3 fa-copy"></span>
<h3>Responsibilities</h3>
<p>Creating maintainable and well written code to allow customers to gleam insights to large overwhelming data set.</p>
</li>
<li>
<span class="icon major style5 fa-diamond"></span>
<h3>AWS</h3>
<p>Majority of work is spent creating infrastructure and maintaining code on AWS.</p>
</li>
</ul>
<footer class="major">
<ul class="actions">
<li><a href="work_history.html" class="button">Learn More About My Work</a></li>
</ul>
</footer>
</section>
<section id="projects_education" class="main special">
<header class="major">
<h2>Projects / Education</h2>
<p>I graduated from Michigan State University and attended Coding Dojo Bootcamp. I am always building new applications and ideas from myself and friends.</p>
</header>
<ul class="statistics">
<li class="style1">
<span class="icon fa-code-fork"></span>
<strong>1,540</strong> Total Commits in last Year
</li>
<li class="style2">
<span class="icon fa-folder-open-o"></span>
<strong>41</strong> Active Personal Repos
</li>
<li class="style3">
<span class="icon fa-signal"></span>
<strong>+1,200</strong> Hours of Bootcamp Education
</li>
<li class="style4">
<span class="icon fa-laptop"></span>
<strong>8</strong> Languages
</li>
</ul>
<footer class="major">
<ul class="actions">
<li><a href="projects_education.html" class="button">Check out My Projects and Education</a></li>
</ul>
</footer>
</section>
<section id="contact" class="main special">
<header class="major">
<h2>Contact</h2>
<p>I am always interested in New and Fun Opportunities Feel Free to Contact me</p>
</header>
<footer class="major">
<ul class="actions">
<li><a href="mailto:[email protected]" class="button special">Email Me</a></li>
</ul>
</footer>
</section>
</div>
<footer id="footer">
<section>
<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>