-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstudies.html
More file actions
232 lines (183 loc) · 7.42 KB
/
studies.html
File metadata and controls
232 lines (183 loc) · 7.42 KB
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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Audrey Novak - Formation</title>
<link rel="shortcut icon" href="assets/images/favicon.ico" type="image/x-icon">
<link rel="icon" href="assets/images/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="assets/font-awesome-4.0.3/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="assets/stylesheet/main.css">
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="banner">
<div class="user-presentation">
<h1>Audrey NOVAK</h1>
<h3>Ingénieur études & développement</h3>
<h4><em>Spécialité développement front-end</em></h4>
</div>
<div class="social-networks">
<a href="mailto:novak.audrey@gmail.com">
<div class="small-circle">
<i class="fa fa-envelope-o"></i>
</div>
</a>
<a href="https://twitter.com/udr3y" target="_blank">
<div class="small-circle">
<i class="fa fa-twitter fa-lg"></i>
</div>
</a>
<a href="https://github.com/audreyn" target="_blank">
<div class="small-circle">
<i class="fa fa-github-alt fa-lg"></i>
</div>
</a>
<a href="https://github.com/audreyn/audreyn.github.io/raw/master/assets/NOVAK%20Audrey.pdf">
<div class="small-circle">
<i class="fa fa-print fa-lg"></i>
</div>
</a>
</div>
</div>
<div id="mainContent">
<div class="menu-container">
<div id="menu">
<input type="checkbox" id="toggle-nav" title="menu">
<label for="toggle-nav" onclick><i class="fa fa-bars fa-lg small-circle"></i></label>
<ul>
<li >
<a href ="index.html">
<div >
<img src="https://raw.githubusercontent.com/audreyn/audreyn.github.io/master/assets/images/audrey.png" />
</div>
</a >
</li >
<li class="active" >
<a href ="studies.html">
<div class="circle">
Formation
</div>
</a >
</li >
<li >
<a href ="jobs.html">
<div class="circle">
Emplois
</div>
</a >
</li >
<li >
<a href ="personalProjects.html">
<div class="circle">
Projets personnels
</div>
</a >
</li >
<li >
<a href ="moreInfo.html">
<div class="circle">
Compléments
</div>
</a >
</li >
</ul>
</div>
</div>
<div class="page-content">
<h1>
Formation
</h1>
<div>
<h2>Formation universitaire</h2>
<ul class="studies">
<li class="study">
<span class="study-period">
2011 :
</span>
Obtention du <strong>Master Informatique</strong>, parcours <strong>Génie Logiciel</strong>, <em>Université des Sciences Montpellier II</em>
</li>
<li class="study">
<span class="study-period">
2007 :
</span>
<strong>DEUG Sciences de la Mer et de l'Environnement</strong>, <em>Université des Sciences Luminy, Marseille</em>
</li>
<li class="study">
<span class="study-period">
2005 :
</span>
<strong>Baccalauréat Scientifique option Mathématiques</strong>, <em>Lycée Jean Moulin, Pézenas(34)</em>
</li>
</ul>
<h2>Formation complémentaires suivies</h2>
<ul class="trainings">
<li class="study">
<span class="study-period">
2014 :
</span>
Formation <strong>AngularJS</strong> donnée par Thierry Chatel
<ul>
<li>
Grandes lignes du framework, création de directives, services
</li>
<li>
Routage
</li>
<li>
Promises
</li>
<li>
Tests unitaires <strong>Jasmine</strong>
</li>
<li>
Tests end-to-end <strong>Protractor</strong>
</li>
</ul>
</li>
<li class="study">
<span class="study-period">
2012 :
</span>
Formation <strong>HTML5 / CSS3 responsive design & mobile</strong>, donnée par ALSACREATIONS
<ul>
<li>
Créer un site <strong>responsive</strong>
</li>
<li>
Adapter un site en format responsive
</li>
<li>
<strong>Performances</strong> des sites responsives et mobiles
</li>
</ul>
</li>
<li class="study">
<span class="study-period">
2011 :
</span>
Formation <strong>jQuery</strong> avancée donnée par ALSACREATIONS
<ul>
<li>Ajax, appels de webservices (json, xml), techniques de debuggage</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-60201577-1', 'auto');
ga('send', 'pageview');
</script>
<footer>
<hr/>
Copyright - Made with ♥ by Audrey Novak
<hr/>
</footer>
</body>
</html>