-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·155 lines (133 loc) · 4.34 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Mikko's Resume</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Link the main.css stylesheet -->
<link href="css/main.css" rel="stylesheet">
<link href='//fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Raleway:400,300,700' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="header" class="header">
<div class="container">
<div class="row centered">
<div class="col-lg-12">
<h1>Mikko Saukkoriipi</h1>
<h3><b>Air Traffic Controller and future Data Scientist</b></h3>
</div><!--/.col-lg-12 -->
</div><!--/.row -->
</div><!--/.container -->
</div><!--/.header -->
<section id="about" name="about"></section>
<div class="about">
<div class="container">
<div class="row">
<div class="col-lg-2 col-lg-offset-1">
<h5>ABOUT</h5>
</div>
<div class="col-lg-6">
<p>Experienced Air Traffic Controller with ADI, APS and APP ratings. Strong technical background and now working towards Master's of Data Science degree. </p>
</div>
</div><!--/.row -->
</div><!--/.container -->
</div><!--/ #intro -->
<section id="resume" name="resume"></section>
<!-- EDUCATION SECTION -->
<div class="container desc">
<div class="row">
<div class="col-lg-2 col-lg-offset-1">
<h5>EDUCATION</h5>
</div>
<!-- EDIT: education line 1 -->
<div class="col-lg-6">
<p><t>Master of Data science</t><br/>
University of Helsinki
<!--<br/><i>Extra info here</i>-->
</p>
</div>
<div class="col-lg-3">
<p><sm>Expected SPRING 2021</sm><br/>
<imp><sm>IN PROGRESS</sm></imp>
</p>
</div>
<!-- EDIT: education line 2 -->
<div class="col-lg-6 col-lg-offset-3">
<p><t>Bachelor of Mathematics </t><br/>
University of Helsinki
<!--<br/><i>Extra info here</i>-->
</p>
</div>
<div class="col-lg-3">
<p><sm>August 2010 - December 2019<br />
Helsinki, Finland</sm></p>
</div>
<!-- EDIT: education line 2 -->
<div class="col-lg-6 col-lg-offset-3">
<p><t>Air Traffic Controller degree </t><br/>
Avia College, Finavia
<!--<br/><i>Extra info here</i>-->
</p>
</div>
<div class="col-lg-3">
<p><sm>January 2011 - February 2013 <br />
Vantaa, Finland</sm></p>
</div>
</div><!--/.row -->
<br>
<hr>
</div><!--/.container -->
<!-- WORK SECTION -->
<div class="container desc">
<div class="row">
<div class="col-lg-2 col-lg-offset-1">
<h5>WORK</h5>
</div>
<!-- EDIT: work line 1 -->
<div class="col-lg-6">
<p class="tight"><t>Air Traffic Controller </t><br/>
ANS Finland <br/>
</p>
<p><more>Endorsements: ADI/TWR, ADI/RAD and APS. Turku international airport has up to 100 movements per day with mixed IFR and VFR traffic.</more></p>
</div>
<div class="col-lg-3">
<p><sm>April 2018 - CURRENT <br />
Turku, Finland</sm></p>
</div>
<!-- EDIT: work line 2-->
<div class="col-lg-6 col-lg-offset-3">
<p class="tight"><t>Simulator Specialist</t><br/>
ANS Finland <br/>
</p>
<p><more>Designing and creating air traffic controller simulator exercises. Also running simulator training to new and old atco's (refresh training) and maintaining Thales TopSky and UFA ATC simulators.</more></p>
</div>
<div class="col-lg-3">
<p><sm>August 2015 - August 2019 <br />
Vantaa, Finland</sm></p>
</div>
</div><!--/.row -->
<br>
<hr>
</div><!--/.container -->
<section id="contact" name="contact"></section>
<!--FOOTER DESCRIPTION -->
<div id="footwrap" class="footer">
<div class="container">
<div class="row">
<div class="col-lg-2 col-lg-offset-1">
<h5>CONTACT</h5>
</div>
<div class="col-lg-6">
<p><t>Email</t><br/>
<a href="mailto:[email protected]" target="_blank" class="mail">[email protected]</a> <br/>
</p>
</div>
</div><!--/.row -->
</div><!--/.container -->
</div><!--/ #footer -->
</body>
</html>