-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
192 lines (158 loc) · 7.08 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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-S9LK80LCD4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-S9LK80LCD4');
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Matthew Senick</title>
<!-- Bootstrap and Font-awesome-->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.1/css/fontawesome.min.css">
<!-- Stylesheet -->
<link rel="stylesheet" href="styles.css">
<!-- Icon Image -->
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<!-- Custom Scripts -->
<script type="text/javascript" src="./scripts/gen_tiles.js"></script>
<script type="text/javascript" src="./scripts/gen_shapes.js"></script>
</head>
<body>
<header>
<!-- NAVBAR -->
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="https://matthewsenick.com">Matthew Senick</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="#about-me">About Me</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#experience">Experience</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#education">Education</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#papers">Papers</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Social</a>
</li>
<li class="nav-item">
<a class="nav-link" href="assets/files/Resume_Short.pdf" target="_blank">Resume</a>
</li>
</ul>
</div>
</nav>
</header>
<!-- Dark Mode Toggle -->
<label class="switch">
<input type="checkbox" id="dark-mode-toggle">
<span class="slider round"></span>
</label>
<!-- Title -->
<main>
<section id="title" class="in-view">
<div class="container">
<div class="row">
<div class="col-md-6 mb-4 d-flex align-items-center">
<img class="profile-pic" src="assets/other/avatar.PNG" alt="Profile Picture">
</div>
<div class="col-md-6 mb-8">
<h1 class="name">Matthew Senick</h1>
<p class="credentials">Senior Data Analyst (Product Growth), 7shifts</p>
<p class="credentials">Sessional Lecturer, University of Saskatchewan</p>
<p class="credentials">M. Economics, University of Toronto</p>
<p class="credentials">B. Computer Science and Economics, University of Saskatchewan</p>
</div>
</div>
</div>
<svg class="background-shapes" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
</svg>
</section>
<!-- About Me -->
<section id="about-me" class="py-5">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2 class="mb-4">About Me</h2>
<p class="lead mb-5">
As a software data professional and econometrics lecturer, I am passionate about exploring the
intersection of data science, technology consulting, and applied econometrics. Throughout my career, I
have gained experience in a variety of skills across disparate industries, including software,
aerospace, finance, and academia.
</p>
<p class="lead mb-5">
My academic background includes a Masters of Economics from the University of Toronto and a Double Honours
Bachelor in Computer Science and Economics from the University of Saskatchewan. This unique combination of
skills has allowed me to specialize in econometric exploration through computational advancements, with a
particular focus on machine learning, natural language processing, and big data techniques.
</p>
<p class="lead mb-5">
In my free time, I enjoy staying up-to-date on emerging technologies, with a current interest in
advancements in Analytics Engineering, Quasiexperimental Studies, and Machine Learning Engineering.
</p>
</div>
</div>
<div class="row d-flex justify-content-center">
<div class="col-sm-1 d-flex justify-content-center icon-container">
<img src="assets/icons/python.svg" alt="icon1">
<img src="assets/icons/sql.svg" alt="icon2">
<img src="assets/icons/r.svg" alt="icon3">
</div>
</div>
<hr style="opacity: 0.0;">
<div class="row d-flex justify-content-center">
<div class="col-sm-1 d-flex justify-content-center icon-container">
<img src="assets/icons/snowflake.svg" alt="icon4">
<img src="assets/icons/dbt.svg" alt="icon5">
<img src="assets/icons/js.svg" alt="icon6">
<img src="assets/icons/postgresql.svg" alt="icon7">
</div>
</div>
<hr style="opacity: 0.0;">
<div class="row d-flex justify-content-center">
<div class="col-sm-1 d-flex justify-content-center icon-container">
<img src="assets/icons/stata.svg" alt="icon8">
<img src="assets/icons/java.svg" alt="icon9">
<img src="assets/icons/cpp.png" alt="icon10">
</div>
</div>
</div>
</section>
<!-- EXPERIENCE -->
<section id="experience" class="py-5"></section>
<!-- EDUCATION -->
<section id="education" class="py-5"></section>
<!-- PROJECTS -->
<section id="projects" class="py-5"></section>
<!-- PAPERS -->
<section id="papers" class="py-5"></section>
<!-- CONTACT -->
<section id="contact" class="py-5"></section>
</main>
<footer>
<p>Copyright © 2025 Matthew Senick</p>
</footer>
<!-- Including Bootstrap JS (with its jQuery dependency) so that dynamic components work -->
<script src="https://code.jquery.com/jquery-1.12.4.min.js"
integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<script src="index.js"></script>
</body>
</html>