-
Notifications
You must be signed in to change notification settings - Fork 0
/
index1.html
269 lines (256 loc) · 12.5 KB
/
index1.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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Kyle Ruzic - Software Developer</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.2/css/bulma.min.css">
<link rel="stylesheet" type="text/css" href="styles/styles.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div id="nav-bar" class="column is-half-desktop nav-home">
<nav id="navbar" class="navbar" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<button class="button navbar-burger" data-target="navMenu">
<span></span>
<span></span>
<span></span>
</button>
</div>
<div id="navbarBasicExample" class="navbar-menu">
<div class="navbar-start">
<a class="navbar-item is-active" href="">
Home
</a>
<a class="navbar-item" href="#About">
About
</a>
<a class="navbar-item" href="#Projects">
Projects
</a>
<a class="navbar-item" href="#Projects">
Contact
</a>
</div>
</div>
</nav>
</div>
<main id="top" class="site">
<div class="columns">
<div class="column is-centered is-half has-background-primary is-home-left-column">
<div class="container headline">
<p>Hi, I'm Kyle Ruzic</p>
<div class="social">
<ul>
<li>
<a href="https://www.linkedin.com/in/kyle-ruzic-485513179/">
<i class="fab fa-linkedin-in"></i>
</a>
</li>
<li>
<a href="https://github.com/kyruzic">
<i class="fab fa-github"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="column is-half is-home-right-column">
<section class="section is-full-height is-paddingless">
<h2>My Qualifications</h2>
<div class="container education">
<h3>Education</h3>
<span class="degree">B.Sc. Major in Physics</span>
| Sept. 2014 - Dec. 2018
<span class="location is-pulled-right">
University of Calgary
</span>
<div class="details">
<aside>My unique experience in physics provides me with problem solving skills that are invaluable in the field of software development.</aside>
<dl>
<dt>Related Courses:<dt>
<dd>Data Structures, Algorithms, and Their Analysis; Computing Machinery; Introduction to Cryptography; Computational Physics I & II; Computational Physics Based Research Thesis<dd>
</dl>
</div>
<div class="work-experience">
<h3>Work Experience</h3>
<span class="degree">Summer Research Student</span>
| Summer 2018
<span class="location is-pulled-right">
University of Calgary
</span>
<div class="details">
<aside>Worked alongside the e-POP (now Swarm-E) research team developing computational tools to be used to gain a better understanding of radiowave propagation through the ionosphere.</aside>
<ul>
<li id="list">
Developed a 3D model of radiowave propagation through the ionosphere that is used as a reference for the data received by the radio receiver onboard e-POP.
</li>
<li id="list">
Presented research at the Canadian Undergraduate Physics Conference (CUPC 2018),
</li>
<li id="list">
Gained experience in the methods and approaches used in scientific research.
</li>
</div>
<span class="degree">Highschool Science Tutor</span>
| Throughout 2018
<div class="details">
<aside>Conducted one-on-one tutoring with high school students in both physics and chemistry</aside>
<ul>
<li id="list">
Communicated complicated topics to the students in easily digestible ways
</li>
<li id="list">
Gained valuable techincal communication experience
</li>
</div>
</div>
</section>
<section class="section is-fuller-height no-header-spacing" id="About">
<h2> About Me</h2>
<div class="container" id="bio">
<h3> Bio </h3>
<p> I am a recent physics graduate from the University of Calgary interested in pursuing a career in software development.
I have a passion for learning new things and a knack for solving complex problems with innovative software solutions.
I spent the final year of my degree developing a unique computational approach to modelling high frequency radiowave propagation through ionosphere alongside the e-POP research team.
Throughout my degree I took several programming classes in both Physics and Computer Science which have given me experience in designing high quality and well documented software.
</p>
</div>
<div class="what-i-know">
<h2> What I Know </h2>
<div class="container" id="languages">
<h3> Languages </h3>
<div class="language">
<span class="skill">Matlab</span>
<span class="is-pulled-right stars">
<span class="icon star">
<i class="fas fa-star"></i>
</span>
<span class="icon star">
<i class="fas fa-star"></i>
</span>
<span class="icon star">
<i class="fas fa-star"></i>
</span>
<span class="icon star">
<i class="fas fa-star"></i>
</span>
<span class="icon star">
<i class="fas fa-star-half-alt"></i>
</span>
</span>
</div>
<div class="language">
<span class="skill">Python</span>
<span class="is-pulled-right stars">
<span class="icon star">
<i class="fas fa-star"></i>
</span>
<span class="icon star">
<i class="fas fa-star"></i>
</span>
<span class="icon star">
<i class="fas fa-star"></i>
</span>
<span class="icon star">
<i class="fas fa-star"></i>
</span>
</span>
</div>
<div class="language">
<span class="skill">Java</span>
<span class="is-pulled-right stars">
<span class="icon star">
<i class="fas fa-star"></i>
</span>
<span class="icon star">
<i class="fas fa-star"></i>
</span>
<span class="icon star">
<i class="fas fa-star"></i>
</span>
</span>
</div>
</div>
<div class="skills">
<h3> Skills </h3>
<p>
Some other things that I know are, Numpy/Scipy, HTML5, CSS, Javascript, and Git. I am always open to learning new technologies.
</p>
</div>
</div>
</section>
<section class="section is-half-height no-header-spacing" id="Projects">
<div class="container projects">
<h2> Projects </h2>
<div class="project">
<div class="description">
<h3> Raytrace Model </h3>
<p>
A 3D model of radiowave propagation through the ionosphere built using MATLAB. The model is generated by tracing many rays using the PHaRLAP raytracing package and then computing the power at each point along the rays path and binning the power according to the rays location.
</p>
</div>
<div class="cover">
<img id="project-img" src="images/raytrace.png">
</div>
</div>
</div>
</section>
<section class="section is-half-height" id="Contact">
<div class="container contact">
<div class="contact-form" id="Contact">
<h2> Contact </h2>
<p> Let's get in touch </p>
<div class="field">
<label class="label">Name</label>
<div class="control">
<input class="input" type="text" placeholder="e.g Alex Smith">
</div>
</div>
<div class="field">
<label class="label">Email</label>
<div class="control">
<input class="input" type="email" placeholder="e.g. [email protected]">
</div>
</div>
<div class="field">
<label class="label">Message</label>
<div class="control">
<textarea class="textarea" placeholder="Textarea"></textarea>
</div>
</div>
<div class="field">
<div class="control">
<button class="button is-link">Send</button>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</main>
<footer class="site-footer" id="footer">
<div class="columns">
<div class="column is-one-fifth">
<a>Contact</a>
</div>
<div class="column is-three-fifths">
</div>
<div class="column">
<div class="container is-pulled-right">
<span class="icon has-text-info">
<i class="fas fa-info-circle"></i>
</span>
<span class="icon has-text-success">
<i class="fas fa-check-square"></i>
</span>
<span class="icon has-text-warning">
<i class="fas fa-exclamation-triangle"></i>
</span>
</div>
</div>
</footer>
</body>