-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
84 lines (81 loc) · 4.18 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Westin Wrzesinski</title>
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width, height=device-height, minimal-ui">
<meta http-equiv="cleartype" content="on">
<!-- Open Graph -->
<meta property="og:locale" content="en_US">
<meta property="og:type" content="article">
<meta property="og:title" content="Westin Wrzesinski">
<meta property="og:url" content="http://westinwrzesinski.com">
<meta property="og:site_name" content="Westin Wrzesinski">
<meta property="og:image" content="http://westinwrzesinski.com/assets/images/avatar.png">
<meta property="og:image:type" content="image/png">
<meta property="fb:app_id" content="1047260035284458">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/4.2.0/normalize.min.css">
<link rel="stylesheet" href="./assets/styles/main.min.css">
<link href='//fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700%7CPT+Serif:400,700,400italic' rel='stylesheet' type='text/css'>
</head>
<body class="home-body">
<div class="container">
<div class="wrapper">
<div class="badge">
<div class="avatar-img"></div>
<div class="animated zoomIn">
<h1>Westin Wrzesinski</h1>
<h2>Software Architect</h2>
<div class="info">
<div>
Present:
<a href="https://www.sproutsocial.com"> Sprout Social </a>
</div>
<div>
Past:
<a href="https://www.slalom.com/locations/chicago"> Slalom Consulting</a>,
<a href="javascript:void(0);">BLiNQ Media</a>, &
<a href="https://shoplocal.com">ShopLocal</a>
</div>
<div>
<div>Experienced with JavaScript, Ruby, C#</div>
<div>Currently using React and Redux</div>
</div>
</div>
</div>
<div class="social-icons">
<div class="social-icon animated rollIn">
<a href="https://github.com/westeezy">
<img alt="github" src="assets/images/github.png" />
</a>
</div>
<div class="social-icon animated rollIn">
<a href="https://twitter.com/westeeze">
<img alt="twitter" src="assets/images/twitter.png" />
</a>
</div>
<div class="social-icon animated rollIn">
<a href="https://linkedin.com/pub/westin-wrzesinski/44/106/4ba">
<img alt="linkedin" src="assets/images/linkedin.png" />
</a>
</div>
</div>
</div>
</div>
</div>
<script>
var _gaq = _gaq || [];
var pluginUrl = '//www.google-analytics.com/plugins/ga/inpage_linkid.js';
_gaq.push(['_require', 'inpage_linkid', pluginUrl]);
_gaq.push(['_setAccount', 'UA-63793266-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>